Lines Matching refs:annotation_opts
101 struct annotation_options annotation_opts; member
545 &rep->annotation_opts); in evlist__tui_block_hists_browse()
673 &session->header.env, true, &rep->annotation_opts); in report__browse_hists()
733 symbol__annotate2(&he->ms, evsel, &rep->annotation_opts, NULL); in hists__resort_cb()
1329 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src, in cmd_report()
1331 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw, in cmd_report()
1335 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix", in cmd_report()
1337 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N", in cmd_report()
1389 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period", in cmd_report()
1414 annotation_options__init(&report.annotation_opts); in cmd_report()
1433 report.annotation_opts.disassembler_style = strdup(disassembler_style); in cmd_report()
1434 if (!report.annotation_opts.disassembler_style) in cmd_report()
1438 report.annotation_opts.objdump_path = strdup(objdump_path); in cmd_report()
1439 if (!report.annotation_opts.objdump_path) in cmd_report()
1448 if (annotate_check_args(&report.annotation_opts) < 0) { in cmd_report()
1680 annotation_config__init(&report.annotation_opts); in cmd_report()
1734 annotation_options__exit(&report.annotation_opts); in cmd_report()