Home
last modified time | relevance | path

Searched refs:current_entry (Results 1 – 7 of 7) sorted by relevance

/tools/perf/ui/browsers/
Dheader.c18 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() local
26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
Dmap.c29 bool current_entry = ui_browser__is_current_entry(browser, row); in map_browser__write() local
32 ui_browser__set_percent_color(browser, 0, current_entry); in map_browser__write()
Dhists.c1206 bool current_entry; member
1221 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
1303 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry() local
1309 if (current_entry) { in hist_browser__show_entry()
1323 .current_entry = current_entry, in hist_browser__show_entry()
1341 if (current_entry && browser->b.navkeypressed) { in hist_browser__show_entry()
1389 .is_current_entry = current_entry, in hist_browser__show_entry()
1410 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry() local
1417 .current_entry = current_entry, in hist_browser__show_hierarchy_entry()
1422 if (current_entry) { in hist_browser__show_hierarchy_entry()
[all …]
Dannotate.c97 .current_entry = is_current_entry, in annotate_browser__write()
117 if (ops.current_entry) in annotate_browser__write()
/tools/perf/ui/tui/
Dutil.c19 bool current_entry = ui_browser__is_current_entry(browser, row); in ui_browser__argv_write() local
21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
/tools/perf/util/
Dannotate.h178 bool first_line, current_entry, change_color; member
Dannotate.c1887 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument
1919 obj__set_percent_color(obj, percent, current_entry); in __annotation_line__write()
1930 obj__set_percent_color(obj, 0, current_entry); in __annotation_line__write()
2035 current_entry); in __annotation_line__write()
2069 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()