Re: [PATCH 14/14] perf report: Add -g cumulative option

2013-11-04 Thread Namhyung Kim
On Fri, 1 Nov 2013 14:17:34 +0100, Jiri Olsa wrote: > On Thu, Oct 31, 2013 at 03:56:16PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> The -g cumulative option is for showing accumulated overhead (period) >> value as well as self overhead. [SNIP] >> +static void >> +sort_chain_cumulati

Re: [PATCH 14/14] perf report: Add -g cumulative option

2013-11-01 Thread Jiri Olsa
On Thu, Oct 31, 2013 at 03:56:16PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > The -g cumulative option is for showing accumulated overhead (period) > value as well as self overhead. > > Cc: Arun Sharma > Cc: Frederic Weisbecker > Signed-off-by: Namhyung Kim > --- > tools/perf/Docume

[PATCH 14/14] perf report: Add -g cumulative option

2013-10-30 Thread Namhyung Kim
From: Namhyung Kim The -g cumulative option is for showing accumulated overhead (period) value as well as self overhead. Cc: Arun Sharma Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/Documentation/perf-report.txt | 2 ++ tools/perf/builtin-report.c | 3 +++