Searched refs:prefix_strip (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
A D | annotate.h | 99 const char *prefix_strip; member
|
A D | annotate.c | 2022 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble() 2023 opts->prefix_strip ?: ""); in symbol__disassemble() 3257 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
|
/linux/tools/perf/ |
A D | builtin-annotate.c | 536 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
|
A D | builtin-report.c | 1279 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
|
A D | builtin-top.c | 1535 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()
|
Completed in 20 milliseconds