Lines Matching defs:opts
30 struct annotation_options *opts;
117 annotation_line__write(al, notes, &ops, ab->opts);
131 if (!ab->opts->hide_src_code)
261 if (disasm__cmp(al, l, browser->opts->percent_type) < 0)
334 browser->opts->percent_type);
486 symbol__tui_annotate(&target_ms, evsel, hbt, browser->opts);
487 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
670 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type);
679 switch_percent_type(struct annotation_options *opts, bool base)
681 switch (opts->percent_type) {
684 opts->percent_type = PERCENT_PERIOD_LOCAL;
686 opts->percent_type = PERCENT_HITS_GLOBAL;
690 opts->percent_type = PERCENT_PERIOD_GLOBAL;
692 opts->percent_type = PERCENT_HITS_LOCAL;
696 opts->percent_type = PERCENT_HITS_LOCAL;
698 opts->percent_type = PERCENT_PERIOD_GLOBAL;
702 opts->percent_type = PERCENT_HITS_GLOBAL;
704 opts->percent_type = PERCENT_PERIOD_LOCAL;
887 map_symbol__annotation_dump(ms, evsel, browser->opts);
908 switch_percent_type(browser->opts, key == 'b');
936 struct annotation_options *opts)
938 return symbol__tui_annotate(ms, evsel, hbt, opts);
943 struct annotation_options *opts)
949 return map_symbol__tui_annotate(&he->ms, evsel, hbt, opts);
954 struct annotation_options *opts)
968 .opts = opts,
982 err = symbol__annotate2(ms, evsel, opts, &browser.arch);