Searched refs:prefix_strip (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 98 const char *prefix_strip; member
|
H A D | annotate.c | 2004 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble() 2005 opts->prefix_strip ?: ""); in symbol__disassemble() 3219 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 100 const char *prefix_strip; member
|
H A D | annotate.c | 2128 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble() 2129 opts->prefix_strip ?: ""); in symbol__disassemble() 3418 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 537 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
|
H A D | builtin-report.c | 1261 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
|
H A D | builtin-top.c | 1542 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 582 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N", in cmd_annotate()
|
H A D | builtin-report.c | 1337 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
|
H A D | builtin-top.c | 1555 OPT_STRING(0, "prefix-strip", &top.annotation_opts.prefix_strip, "N", in cmd_top()
|
Completed in 20 milliseconds