From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] [perf] Add inverted call graph report support. Date: Wed, 15 Jun 2011 10:15:18 +0200 Message-ID: <20110615081518.GC12496@elte.hu> References: <20110609193300.GA16858@dev1756.snc6.facebook.com> <20110614221517.GA20319@dev1756.snc6.facebook.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:54529 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752321Ab1FOIPW (ORCPT ); Wed, 15 Jun 2011 04:15:22 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-perf-users-owner@vger.kernel.org List-ID: To: Sam Liao Cc: Arun Sharma , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org * Sam Liao wrote: > On Wed, Jun 15, 2011 at 6:15 AM, Arun Sharma wrote: > > Sam, > > > > $ perf report -g graph,0.5,caller --sort pid > > > > is a bit hard to type. Perhaps add a simpler command line option > > that has the same effect? > > > > =A0-Arun > > > > >=20 > How about perf report -g [caller/callee,][graph,0.1] -s pid >=20 > or remove the order of the options for "-g" We could alias the -G flag to the inverse graph. Plus it would be nice to allow a .perfconfig flag for people to=20 configure their desired default reporting parameters. Thanks, Ingo