Home
last modified time | relevance | path

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

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