Lines Matching refs:annotation_opts
97 struct annotation_options annotation_opts; member
534 &rep->annotation_opts); in evlist__tui_block_hists_browse()
662 &session->header.env, true, &rep->annotation_opts); in report__browse_hists()
1215 .annotation_opts = annotation__default_options, in cmd_report()
1312 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1314 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1316 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1318 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1320 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1335 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1370 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1411 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
1644 annotation_config__init(&report.annotation_opts); in cmd_report()