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