Lines Matching defs:opts
48 struct annotation_options opts;
318 return symbol__tty_annotate(&he->ms, evsel, &ann->opts);
320 return symbol__tty_annotate2(&he->ms, evsel, &ann->opts);
376 ret = annotate(he, evsel, &ann->opts, NULL);
383 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts);
425 if (!ann->opts.objdump_path) {
427 &ann->opts.objdump_path);
561 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines,
563 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path,
574 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src,
576 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw,
580 OPT_STRING(0, "prefix", &annotate.opts.prefix, "prefix",
582 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N",
601 OPT_CALLBACK(0, "percent-type", &annotate.opts, "local-period",
606 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
617 annotation_options__init(&annotate.opts);
623 annotation_config__init(&annotate.opts);
638 annotate.opts.disassembler_style = strdup(disassembler_style);
639 if (!annotate.opts.disassembler_style)
643 annotate.opts.objdump_path = strdup(objdump_path);
644 if (!annotate.opts.objdump_path)
653 if (annotate_check_args(&annotate.opts) < 0)
734 annotation_options__exit(&annotate.opts);