Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h70 const char *prefix_strip; member
H A Ddisasm.c1444 opts->prefix_strip ? "--prefix-strip=" : "", in symbol__disassemble_objdump()
1445 opts->prefix_strip ?: ""); in symbol__disassemble_objdump()
H A Dannotate.c2445 if (args->prefix_strip && !args->prefix) { in annotate_check_args()
/linux/tools/perf/
H A Dbuiltin-annotate.c747 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_annotate()
H A Dbuiltin-top.c1584 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_top()
H A Dbuiltin-report.c1430 OPT_STRING(0, "prefix-strip", &annotate_opts.prefix_strip, "N", in cmd_report()