[PATCH 21/21] perf tools: Enable --children option by default

2014-03-19 Thread Namhyung Kim
Now perf top and perf report will show children column by default if it has callchain information. Requested-by: Ingo Molnar Tested-by: Arun Sharma Acked-by: Jiri Olsa Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/util/symbol.c | 11 ++- 1 file changed, 6 inserti

[PATCH 21/21] perf tools: Enable --children option by default

2014-02-06 Thread Namhyung Kim
Now perf top and perf report will show children column by default if it has callchain information. Requested-by: Ingo Molnar Tested-by: Arun Sharma Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/util/symbol.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-

[PATCH 21/21] perf tools: Enable --children option by default

2014-01-22 Thread Namhyung Kim
Now perf top and perf report will show children column by default if it has callchain information. Requested-by: Ingo Molnar Tested-by: Arun Sharma Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/util/symbol.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-

Re: [PATCH 21/21] perf tools: Enable --children option by default

2014-01-06 Thread Namhyung Kim
On Sun, 5 Jan 2014 19:08:18 +0100, Jiri Olsa wrote: > On Tue, Dec 24, 2013 at 05:22:27PM +0900, Namhyung Kim wrote: >> From: Namhyung Kim >> >> Now perf top and perf report will show children column by default if >> it has callchain information. >> >> Requested-by: Ingo Molnar > > hum, so I cou

Re: [PATCH 21/21] perf tools: Enable --children option by default

2014-01-05 Thread Jiri Olsa
On Tue, Dec 24, 2013 at 05:22:27PM +0900, Namhyung Kim wrote: > From: Namhyung Kim > > Now perf top and perf report will show children column by default if > it has callchain information. > > Requested-by: Ingo Molnar hum, so I could easily put 'children = false' to my .perfconfig to get the p

[PATCH 21/21] perf tools: Enable --children option by default

2013-12-24 Thread Namhyung Kim
From: Namhyung Kim Now perf top and perf report will show children column by default if it has callchain information. Requested-by: Ingo Molnar Cc: Arun Sharma Cc: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/util/symbol.c | 11 ++- 1 file changed, 6 insertions(+),