Lines Matching defs:annotation_opts
89 struct annotation_options annotation_opts;
520 &rep->annotation_opts);
649 true, &rep->annotation_opts);
1161 .annotation_opts = annotation__default_options,
1253 OPT_BOOLEAN(0, "source", &report.annotation_opts.annotate_src,
1255 OPT_BOOLEAN(0, "asm-raw", &report.annotation_opts.show_asm_raw,
1257 OPT_STRING('M', "disassembler-style", &report.annotation_opts.disassembler_style, "disassembler style",
1259 OPT_STRING(0, "prefix", &report.annotation_opts.prefix, "prefix",
1261 OPT_STRING(0, "prefix-strip", &report.annotation_opts.prefix_strip, "N",
1276 OPT_STRING(0, "objdump", &report.annotation_opts.objdump_path, "path",
1311 OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period",
1348 if (annotate_check_args(&report.annotation_opts) < 0) {
1579 annotation_config__init(&report.annotation_opts);