Home
last modified time | relevance | path

Searched refs:prefix_strip (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dannotate.h69 const char *prefix_strip; member
H A Ddisasm.c2122 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble_objdump()
2123 opts->prefix_strip ?: ""); in symbol__disassemble_objdump()
H A Dannotate.c2367 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c757 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate()
H A Dbuiltin-top.c1567 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
H A Dbuiltin-report.c1416 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_report()