Re: [RFC/PATCH 3/3] perf script: Print mmap[2] events also

2013-11-17 Thread Namhyung Kim
Hi David, On Sun, 17 Nov 2013 21:47:59 -0700, David Ahern wrote: > On 11/17/13, 8:00 PM, Namhyung Kim wrote: >> If --show-mmap option is given, also print internal MMAP and MMAP2 >> events. It would be helpful for debugging. >> >> Suggested-by: Frederic Weisbecker >> Signed-off-by: Namhyung Kim

Re: [RFC/PATCH 3/3] perf script: Print mmap[2] events also

2013-11-17 Thread David Ahern
On 11/17/13, 8:00 PM, Namhyung Kim wrote: If --show-mmap option is given, also print internal MMAP and MMAP2 events. It would be helpful for debugging. Suggested-by: Frederic Weisbecker Signed-off-by: Namhyung Kim Outside of the free following a strdup, the 3 patches looked good to me.

[RFC/PATCH 3/3] perf script: Print mmap[2] events also

2013-11-17 Thread Namhyung Kim
If --show-mmap option is given, also print internal MMAP and MMAP2 events. It would be helpful for debugging. Suggested-by: Frederic Weisbecker Signed-off-by: Namhyung Kim --- tools/perf/Documentation/perf-script.txt | 3 ++ tools/perf/builtin-script.c | 78

[RFC/PATCH 3/3] perf script: Print mmap[2] events also

2013-11-17 Thread Namhyung Kim
If --show-mmap option is given, also print internal MMAP and MMAP2 events. It would be helpful for debugging. Suggested-by: Frederic Weisbecker fweis...@gmail.com Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/Documentation/perf-script.txt | 3 ++ tools/perf/builtin-script.c

Re: [RFC/PATCH 3/3] perf script: Print mmap[2] events also

2013-11-17 Thread David Ahern
On 11/17/13, 8:00 PM, Namhyung Kim wrote: If --show-mmap option is given, also print internal MMAP and MMAP2 events. It would be helpful for debugging. Suggested-by: Frederic Weisbecker fweis...@gmail.com Signed-off-by: Namhyung Kim namhy...@kernel.org Outside of the free following a strdup,

Re: [RFC/PATCH 3/3] perf script: Print mmap[2] events also

2013-11-17 Thread Namhyung Kim
Hi David, On Sun, 17 Nov 2013 21:47:59 -0700, David Ahern wrote: On 11/17/13, 8:00 PM, Namhyung Kim wrote: If --show-mmap option is given, also print internal MMAP and MMAP2 events. It would be helpful for debugging. Suggested-by: Frederic Weisbecker fweis...@gmail.com Signed-off-by: