Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dannotate.h100 const char *prefix_strip; member
Dannotate.c2034 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble()
2035 opts->prefix_strip ?: ""); in symbol__disassemble()
3288 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
/Linux-v6.1/tools/perf/
Dbuiltin-annotate.c566 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
Dbuiltin-report.c1320 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
Dbuiltin-top.c1536 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()