Home
last modified time | relevance | path

Searched refs:ui_browser__set_color (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/perf/ui/
Dbrowser.c32 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color() function
44 ui_browser__set_color(browser, color); in ui_browser__set_percent_color()
265 ui_browser__set_color(browser, HE_COLORSET_ROOT); in __ui_browser__show_title()
338 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in __ui_browser__refresh()
Dbrowser.h37 int ui_browser__set_color(struct ui_browser *browser, int color);
/linux-5.19.10/tools/perf/ui/browsers/
Dheader.c26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
Dannotate.c69 return ui_browser__set_color(browser, color); in ui_browser__set_jumps_percent_color()
74 return ui_browser__set_color(browser, color); in annotate_browser__set_color()
213 ui_browser__set_color(browser, HE_COLORSET_JUMP_ARROWS); in annotate_browser__draw_current_jump()
235 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in annotate_browser__refresh()
677 ui_browser__set_color(browser, HE_COLORSET_ROOT); in annotate_browser__show()
Dhists.c816 ui_browser__set_color(&browser->b, color); in hist_browser__show_callchain_entry()
1351 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1354 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1448 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_hierarchy_entry()
1450 ui_browser__set_color(&browser->b, HE_COLORSET_NORMAL); in hist_browser__show_hierarchy_entry()
1471 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1474 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1517 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1520 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1597 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_no_entry()
[all …]
/linux-5.19.10/tools/perf/ui/tui/
Dutil.c21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()