From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751461Ab3J0G4K (ORCPT ); Sun, 27 Oct 2013 02:56:10 -0400 Received: from mail-ea0-f169.google.com ([209.85.215.169]:61593 "EHLO mail-ea0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750993Ab3J0G4J (ORCPT ); Sun, 27 Oct 2013 02:56:09 -0400 Date: Sun, 27 Oct 2013 07:56:05 +0100 From: Ingo Molnar To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Corey Ashford , David Ahern , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , Andi Kleen , Adrian Hunter Subject: Re: [PATCH 0/4] perf tools: Fix -g option handling Message-ID: <20131027065605.GA28433@gmail.com> References: <20131026120336.GA24439@gmail.com> <1382797536-32303-1-git-send-email-jolsa@redhat.com> <20131026143231.GB1069@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131026143231.GB1069@krava.brq.redhat.com> 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 * Jiri Olsa wrote: > On Sat, Oct 26, 2013 at 04:25:32PM +0200, Jiri Olsa wrote: > > hi, > > changing the '-g/-G' options for record/top commands > > to take NO argument and enable unwind method based > > on .perfconfig setup (using FP by default). > > > > The current -g option parsing moves into the > > '--call-graph' option. > > forgot to mention branch: > > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > perf/cc I tested it - works perfectly now for me: Acked-and-tested-by: Ingo Molnar You might want to give --call-graph a single letter option name as well, -g, -G, -c, -C are all taken already, but both -l and -L are still available - maybe use -L for it? Thanks, Ingo