Lines Matching refs:annotation_opts
89 struct annotation_options annotation_opts; member
506 &rep->annotation_opts); in perf_evlist__tui_block_hists_browse()
632 true, &rep->annotation_opts); in report__browse_hists()
1144 .annotation_opts = annotation__default_options, in cmd_report()
1234 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1236 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1238 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1240 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1242 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1257 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1292 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1329 if (annotate_check_args(&report.annotation_opts) < 0) in cmd_report()
1554 annotation_config__init(&report.annotation_opts); in cmd_report()