Re: [PATCH 2/4] perf tools: Split -G and --call-graph for top command

2013-10-28 Thread Namhyung Kim
On Sun, 27 Oct 2013 09:34:44 -0600, David Ahern wrote: > On 10/26/13 8:25 AM, Jiri Olsa wrote: >> diff --git a/tools/perf/Documentation/perf-top.txt >> b/tools/perf/Documentation/perf-top.txt >> index c16a09e..d311974 100644 >> --- a/tools/perf/Documentation/perf-top.txt >> +++ b/tools/perf/Docume

Re: [PATCH 2/4] perf tools: Split -G and --call-graph for top command

2013-10-27 Thread David Ahern
On 10/26/13 8:25 AM, Jiri Olsa wrote: diff --git a/tools/perf/Documentation/perf-top.txt b/tools/perf/Documentation/perf-top.txt index c16a09e..d311974 100644 --- a/tools/perf/Documentation/perf-top.txt +++ b/tools/perf/Documentation/perf-top.txt @@ -143,20 +143,12 @@ Default is to monitor all C

[PATCH 2/4] perf tools: Split -G and --call-graph for top command

2013-10-26 Thread Jiri Olsa
Splitting -G and --call-graph for record command, so we could use '-G' with no option. The '-G' option now takes NO argument and enables the configured unwind method, which is currently the frame pointers method. It will be possible to configure unwind method via config file in upcoming patches.