summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorMartin Liška <mliska@suse.cz>2021-03-30 20:33:55 +0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2021-03-31 10:39:48 -0300
commit3406ac5347dbf64ab9f7b137ed25a18493f5ea2d (patch)
treea216f275f5120da2d15fbc137f701ba7f1249d5c /tools/perf/Documentation
parent292c5ed168597df85f53cb03ec3e831b18969b62 (diff)
downloadlinux-3406ac5347dbf64ab9f7b137ed25a18493f5ea2d.tar.gz
linux-3406ac5347dbf64ab9f7b137ed25a18493f5ea2d.tar.bz2
linux-3406ac5347dbf64ab9f7b137ed25a18493f5ea2d.zip
perf annotate: Add --demangle and --demangle-kernel
'perf annotate' supports --symbol but it's impossible to filter a C++ symbol. With --no-demangle one can filter easily by mangled function name. Signed-off-by: Martin Liška <mliska@suse.cz> Link: http://lore.kernel.org/lkml/c3c7e959-9f7f-18e2-e795-f604275cbac3@suse.cz Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-annotate.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-annotate.txt b/tools/perf/Documentation/perf-annotate.txt
index 1b5042f134a8..80c1be5d566c 100644
--- a/tools/perf/Documentation/perf-annotate.txt
+++ b/tools/perf/Documentation/perf-annotate.txt
@@ -124,6 +124,13 @@ OPTIONS
--group::
Show event group information together
+--demangle::
+ Demangle symbol names to human readable form. It's enabled by default,
+ disable with --no-demangle.
+
+--demangle-kernel::
+ Demangle kernel symbol names to human readable form (for C++ kernels).
+
--percent-type::
Set annotation percent type from following choices:
global-period, local-period, global-hits, local-hits