Lines Matching refs:annotation_opts
89 struct annotation_options annotation_opts; member
520 &rep->annotation_opts); in perf_evlist__tui_block_hists_browse()
649 true, &rep->annotation_opts); in report__browse_hists()
1161 .annotation_opts = annotation__default_options, in cmd_report()
1253 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1255 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1257 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1259 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1261 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1276 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1311 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1348 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
1579 annotation_config__init(&report.annotation_opts); in cmd_report()