Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h98 const char *prefix_strip; member
Dannotate.c1992 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble()
1993 opts->prefix_strip ?: ""); in symbol__disassemble()
3207 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-annotate.c537 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
Dbuiltin-top.c1542 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()
Dbuiltin-report.c1247 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()