Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dannotate.h99 const char *prefix_strip; member
Dannotate.c2032 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble()
2033 opts->prefix_strip ?: ""); in symbol__disassemble()
3269 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c562 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
Dbuiltin-report.c1299 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
Dbuiltin-top.c1535 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()