Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/
H A 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()
340 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in __ui_browser__refresh()
H A Dbrowser.h37 int ui_browser__set_color(struct ui_browser *browser, int color);
/openbmc/linux/tools/perf/ui/browsers/
H A Dheader.c26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
H A Dannotate.c64 return ui_browser__set_color(browser, color); in ui_browser__set_jumps_percent_color()
69 return ui_browser__set_color(browser, color); in annotate_browser__set_color()
208 ui_browser__set_color(browser, HE_COLORSET_JUMP_ARROWS); in annotate_browser__draw_current_jump()
230 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in annotate_browser__refresh()
673 ui_browser__set_color(browser, HE_COLORSET_ROOT); in annotate_browser__show()
H A Dhists.c806 ui_browser__set_color(&browser->b, color); in hist_browser__show_callchain_entry()
1341 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1344 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1440 ui_browser__set_color(&browser->b, HE_COLORSET_NORMAL); in hist_browser__show_hierarchy_entry()
1461 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1464 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1507 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1510 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1773 ui_browser__set_color(&browser->b, HE_COLORSET_ROOT); in hists_browser__hierarchy_headers()
1791 ui_browser__set_color(&browser->b, HE_COLORSET_ROOT); in hists_browser__headers()
[all …]
/openbmc/linux/tools/perf/ui/tui/
H A Dutil.c21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()