Searched refs:prefix_strip (Results 1 – 6 of 6) sorted by relevance
| /tools/perf/util/ |
| A D | annotate.h | 70 const char *prefix_strip; member
|
| A D | disasm.c | 2122 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble_objdump() 2123 opts->prefix_strip ?: ""); in symbol__disassemble_objdump()
|
| A D | annotate.c | 2370 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
|
| /tools/perf/ |
| A D | builtin-annotate.c | 757 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate()
|
| A D | builtin-report.c | 1430 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_report()
|
| A D | builtin-top.c | 1573 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
|
Completed in 29 milliseconds