diff options
| author | Martin Liska <[email protected]> | 2021-02-26 10:01:24 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-03-06 19:42:31 +0000 |
| commit | 44e176501c557460de954572435baa4ae34d2a35 (patch) | |
| tree | 1bc0d7bf1bedbe4a0db9e30f9359d7c1baab0045 /tools/perf/scripts/python/syscall-counts.py | |
| parent | perf bpf: Minor whitespace cleanup. (diff) | |
| download | kernel-44e176501c557460de954572435baa4ae34d2a35.tar.gz kernel-44e176501c557460de954572435baa4ae34d2a35.zip | |
perf config: Add annotate.demangle{,_kernel}
Committer notes:
This allows setting this in from the command line:
$ perf config annotate.demangle
$ perf config annotate.demangle=yes
$ perf config annotate.demangle
annotate.demangle=yes
$ cat ~/.perfconfig
# this file is auto-generated.
[report]
sort-order = srcline
[annotate]
demangle = yes
$
$
$ perf config annotate.demangle_kernel
$ perf config annotate.demangle_kernel=yes
$ perf config annotate.demangle_kernel
annotate.demangle_kernel=yes
$ cat ~/.perfconfig
# this file is auto-generated.
[report]
sort-order = srcline
[annotate]
demangle = yes
demangle_kernel = yes
$
Signed-off-by: Martin Liška <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
