Re: [PATCH] perf script: Add --[no-]-demangle/--[no-]-demangle-kernel

2015-08-27 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 26, 2015 at 12:18:15PM -0700, Yannick Brosseau escreveu: > From: Mark Drayton > > Summary: Sometimes when post-processing output from `perf script` one > does not want to demangle C++ symbol names. Add an option to allow this. > Also add --[no-]demangle-kernel to be consistent with to

[PATCH] perf script: Add --[no-]-demangle/--[no-]-demangle-kernel

2015-08-26 Thread Yannick Brosseau
From: Mark Drayton Summary: Sometimes when post-processing output from `perf script` one does not want to demangle C++ symbol names. Add an option to allow this. Also add --[no-]demangle-kernel to be consistent with top/report/probe. Signed-off-by: Mark Drayton Signed-off-by: Yannick Brosseau

[PATCH] perf script: Add --[no-]-demangle/--[no-]-demangle-kernel

2015-02-09 Thread Mark Drayton
Summary: Sometimes when post-processing output from `perf script` one does not want to demangle C++ symbol names. Add an option to allow this. Also add --[no-]demangle-kernel to be consistent with top/report/probe. Signed-off-by: Mark Drayton --- tools/perf/Documentation/perf-script.txt | 7