From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753973Ab3KDRTQ (ORCPT ); Mon, 4 Nov 2013 12:19:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30171 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752010Ab3KDRTM (ORCPT ); Mon, 4 Nov 2013 12:19:12 -0500 Date: Mon, 4 Nov 2013 18:18:33 +0100 From: Jiri Olsa To: Andi Kleen Cc: linux-kernel@vger.kernel.org, Corey Ashford , David Ahern , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , Adrian Hunter Subject: Re: [PATCH 3/3] perf tools: Add -L as short option for call-graph for record/top commands Message-ID: <20131104171833.GE2805@krava.brq.redhat.com> References: <1383319394-19046-1-git-send-email-jolsa@redhat.com> <1383319394-19046-4-git-send-email-jolsa@redhat.com> <20131101155359.GB29695@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131101155359.GB29695@two.firstfloor.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 01, 2013 at 04:53:59PM +0100, Andi Kleen wrote: > On Fri, Nov 01, 2013 at 04:23:14PM +0100, Jiri Olsa wrote: > > Adding -L as short option for call-graph for record/top > > commands. Plus documentation update. > > Seems overkill. I guess the long option is enough, and in perf > short options already need to be considered a precious resource, > as they may soon run out. I guess you're right here.. Ingo? I think you wanted this one jirka