Lines Matching full:percent
77 static void annotate_browser__set_percent_color(void *browser, double percent, bool current) in annotate_browser__set_percent_color() argument
79 ui_browser__set_percent_color(browser, percent, current); in annotate_browser__set_percent_color()
241 if (a->data[i].percent[percent_type] == b->data[i].percent[percent_type]) in disasm__cmp()
243 return a->data[i].percent[percent_type] - in disasm__cmp()
244 b->data[i].percent[percent_type]; in disasm__cmp()
331 double percent; in annotate_browser__calc_percent() local
333 percent = annotation_data__percent(&pos->al.data[i], in annotate_browser__calc_percent()
336 if (max_percent < percent) in annotate_browser__calc_percent()
337 max_percent = percent; in annotate_browser__calc_percent()
444 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name, in sym_title()
794 "t Circulate percent, total period, samples view\n" in annotate_browser__run()
801 "p Toggle percent type [local/global]\n" in annotate_browser__run()
802 "b Toggle percent base [period/hits]\n" in annotate_browser__run()