Searched refs:demangle (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | annotate.sh | 56 perf annotate --no-demangle -i "${perfdata}" --stdio 2> /dev/null > "${perfout}" 58 perf annotate --no-demangle -i - --stdio 2> /dev/null < "${perfdata}" > "${perfout}" 80 perf annotate --no-demangle -i "${perfdata}" "${testsym}" 2> /dev/null > "${perfout}" 82 perf annotate --no-demangle -i - "${testsym}" 2> /dev/null < "${perfdata}" > "${perfout}" 95 perf annotate --no-demangle -i "${perfdata}" --objdump=objdump 2> /dev/null > "${perfout}" 97 perf annotate --no-demangle -i - "${testsym}" 2> /dev/null < "${perfdata}" > "${perfout}"
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-annotate.txt | 137 --demangle:: 139 disable with --no-demangle. 141 --demangle-kernel::
|
| H A D | perf-probe.txt | 143 --demangle:: 144 Demangle application symbols. --no-demangle is also available 147 --demangle-kernel:: 148 Demangle kernel symbols. --no-demangle-kernel is also available
|
| H A D | perf-script.txt | 374 --demangle:: 376 disable with --no-demangle. 378 --demangle-kernel::
|
| H A D | perf-report.txt | 441 --demangle:: 443 disable with --no-demangle. 445 --demangle-kernel::
|
| H A D | perf-top.txt | 116 --demangle-kernel::
|
| H A D | perf-config.txt | 414 annotate.demangle::
|
| /linux-6.15/tools/build/feature/ |
| H A D | Makefile | 23 test-cplus-demangle.bin \ 24 test-cxa-demangle.bin \ 303 $(OUTPUT)test-cplus-demangle.bin: 306 $(OUTPUT)test-cxa-demangle.bin:
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol_conf.h | 33 demangle, member
|
| H A D | Build | 237 perf-util-$(CONFIG_CXX_DEMANGLE) += demangle-cxx.o 238 perf-util-y += demangle-ocaml.o 239 perf-util-y += demangle-java.o 240 perf-util-y += demangle-rust.o
|
| H A D | symbol.c | 57 .demangle = true,
|
| H A D | symbol-elf.c | 284 return is_kernel_sym ? symbol_conf.demangle_kernel : symbol_conf.demangle; in want_demangle()
|
| H A D | annotate.c | 2261 symbol_conf.demangle = perf_config_bool("demangle", value); in annotation__config()
|
| /linux-6.15/tools/build/ |
| H A D | Makefile.feature | 116 cplus-demangle \ 117 cxa-demangle \
|
| /linux-6.15/tools/perf/tests/ |
| H A D | Build | 57 perf-test-y += demangle-java-test.o 58 perf-test-y += demangle-ocaml-test.o
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-probe.c | 596 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe()
|
| H A D | builtin-annotate.c | 763 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_annotate()
|
| H A D | builtin-report.c | 1435 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
|
| H A D | builtin-script.c | 3821 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_script()
|