Lines Matching refs:annotation_opts
91 struct annotation_options annotation_opts; member
514 &rep->annotation_opts); in evlist__tui_block_hists_browse()
639 &session->header.env, true, &rep->annotation_opts); in report__browse_hists()
1175 .annotation_opts = annotation__default_options, in cmd_report()
1268 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1270 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1272 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1274 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1276 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1291 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1326 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1367 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
1605 annotation_config__init(&report.annotation_opts); in cmd_report()