Home
last modified time | relevance | path

Searched refs:demangle (Results 1 – 19 of 19) sorted by relevance

/linux-6.15/tools/perf/tests/shell/
H A Dannotate.sh56 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 Dperf-annotate.txt137 --demangle::
139 disable with --no-demangle.
141 --demangle-kernel::
H A Dperf-probe.txt143 --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 Dperf-script.txt374 --demangle::
376 disable with --no-demangle.
378 --demangle-kernel::
H A Dperf-report.txt441 --demangle::
443 disable with --no-demangle.
445 --demangle-kernel::
H A Dperf-top.txt116 --demangle-kernel::
H A Dperf-config.txt414 annotate.demangle::
/linux-6.15/tools/build/feature/
H A DMakefile23 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 Dsymbol_conf.h33 demangle, member
H A DBuild237 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 Dsymbol.c57 .demangle = true,
H A Dsymbol-elf.c284 return is_kernel_sym ? symbol_conf.demangle_kernel : symbol_conf.demangle; in want_demangle()
H A Dannotate.c2261 symbol_conf.demangle = perf_config_bool("demangle", value); in annotation__config()
/linux-6.15/tools/build/
H A DMakefile.feature116 cplus-demangle \
117 cxa-demangle \
/linux-6.15/tools/perf/tests/
H A DBuild57 perf-test-y += demangle-java-test.o
58 perf-test-y += demangle-ocaml-test.o
/linux-6.15/tools/perf/
H A Dbuiltin-probe.c596 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in __cmd_probe()
H A Dbuiltin-annotate.c763 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_annotate()
H A Dbuiltin-report.c1435 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_report()
H A Dbuiltin-script.c3821 OPT_BOOLEAN(0, "demangle", &symbol_conf.demangle, in cmd_script()