Searched refs:annotate_src (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/tools/perf/ |
D | builtin-annotate.c | 749 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_annotate() 913 annotate_opts.annotate_src = false; in cmd_annotate()
|
D | builtin-report.c | 1395 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_report() 1704 annotate_opts.annotate_src = false; in cmd_report()
|
D | builtin-top.c | 1548 OPT_BOOLEAN(0, "source", &annotate_opts.annotate_src, in cmd_top()
|
/linux-6.14.4/tools/perf/util/ |
D | annotate.h | 57 annotate_src, member
|
D | disasm.c | 2116 opts->annotate_src ? "-S" : "", in symbol__disassemble_objdump()
|
D | annotate.c | 2227 opt->annotate_src = true; in annotation_options__init()
|