Searched refs:annotate_src (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
A D | annotate.h | 91 annotate_src; member
|
A D | annotate.c | 61 .annotate_src = true, 2017 opts->annotate_src ? "-S" : "", in symbol__disassemble()
|
/linux/tools/perf/ |
A D | builtin-annotate.c | 528 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src, in cmd_annotate()
|
A D | builtin-report.c | 1271 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
|
A D | builtin-top.c | 1522 OPT_BOOLEAN(0, "source", &top.annotation_opts.annotate_src, in cmd_top()
|
Completed in 17 milliseconds