Lines Matching defs:opts
48 struct annotation_options opts;
302 return symbol__tty_annotate(&he->ms, evsel, &ann->opts);
304 return symbol__tty_annotate2(&he->ms, evsel, &ann->opts);
355 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts);
402 if (!ann->opts.objdump_path) {
404 &ann->opts.objdump_path);
488 .opts = annotation__default_options,
516 OPT_BOOLEAN('l', "print-line", &annotate.opts.print_lines,
518 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path,
529 OPT_BOOLEAN(0, "source", &annotate.opts.annotate_src,
531 OPT_BOOLEAN(0, "asm-raw", &annotate.opts.show_asm_raw,
533 OPT_STRING('M', "disassembler-style", &annotate.opts.disassembler_style, "disassembler style",
535 OPT_STRING(0, "prefix", &annotate.opts.prefix, "prefix",
537 OPT_STRING(0, "prefix-strip", &annotate.opts.prefix_strip, "N",
539 OPT_STRING(0, "objdump", &annotate.opts.objdump_path, "path",
550 OPT_CALLBACK(0, "percent-type", &annotate.opts, "local-period",
566 annotation_config__init(&annotate.opts);
580 if (annotate_check_args(&annotate.opts) < 0)