Lines Matching defs:opts
35 struct annotation_options *opts;
122 annotation_line__write(al, notes, &ops, ab->opts);
256 if (disasm__cmp(al, l, browser->opts->percent_type) < 0)
329 browser->opts->percent_type);
437 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts);
438 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
621 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type);
630 switch_percent_type(struct annotation_options *opts, bool base)
632 switch (opts->percent_type) {
635 opts->percent_type = PERCENT_PERIOD_LOCAL;
637 opts->percent_type = PERCENT_HITS_GLOBAL;
641 opts->percent_type = PERCENT_PERIOD_GLOBAL;
643 opts->percent_type = PERCENT_HITS_LOCAL;
647 opts->percent_type = PERCENT_HITS_LOCAL;
649 opts->percent_type = PERCENT_PERIOD_GLOBAL;
653 opts->percent_type = PERCENT_HITS_GLOBAL;
655 opts->percent_type = PERCENT_PERIOD_LOCAL;
833 map_symbol__annotation_dump(ms, evsel, browser->opts);
854 switch_percent_type(browser->opts, key == 'b');
877 struct annotation_options *opts)
879 return symbol__tui_annotate(ms, evsel, hbt, opts);
884 struct annotation_options *opts)
890 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts);
895 struct annotation_options *opts)
909 .opts = opts,
919 err = symbol__annotate2(ms, evsel, opts, &browser.arch);