Lines Matching refs:annotation_opts
91 struct annotation_options annotation_opts; member
528 &rep->annotation_opts); in evlist__tui_block_hists_browse()
656 &session->header.env, true, &rep->annotation_opts); in report__browse_hists()
1192 .annotation_opts = annotation__default_options, in cmd_report()
1285 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1287 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1289 …OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler st… in cmd_report()
1291 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1293 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1308 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path", in cmd_report()
1343 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1384 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
1622 annotation_config__init(&report.annotation_opts); in cmd_report()