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