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.c1154 bool current_entry; member
1169 ui_browser__set_percent_color(arg->b, percent, arg->current_entry); in __hpp__slsmg_color_printf()
1251 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_entry() local
1257 if (current_entry) { in hist_browser__show_entry()
1271 .current_entry = current_entry, in hist_browser__show_entry()
1289 if (current_entry && browser->b.navkeypressed) { in hist_browser__show_entry()
1337 .is_current_entry = current_entry, in hist_browser__show_entry()
1358 bool current_entry = ui_browser__is_current_entry(&browser->b, row); in hist_browser__show_hierarchy_entry() local
1365 .current_entry = current_entry, in hist_browser__show_hierarchy_entry()
1370 if (current_entry) { in hist_browser__show_hierarchy_entry()
[all …]
Dannotate.c104 .current_entry = is_current_entry, in annotate_browser__write()
124 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.h203 bool first_line, current_entry, change_color; member
Dannotate.c2813 bool first_line, bool current_entry, bool change_color, int width, in __annotation_line__write() argument
2845 obj__set_percent_color(obj, percent, current_entry); in __annotation_line__write()
2856 obj__set_percent_color(obj, 0, current_entry); in __annotation_line__write()
2943 current_entry); in __annotation_line__write()
2978 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write()