Home
last modified time | relevance | path

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

/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 Dhists.c807 ui_browser__set_color(&browser->b, color); in hist_browser__show_callchain_entry()
1375 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1378 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1472 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_hierarchy_entry()
1474 ui_browser__set_color(&browser->b, HE_COLORSET_NORMAL); in hist_browser__show_hierarchy_entry()
1495 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1498 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1541 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1544 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1621 ui_browser__set_color( in hist_browser__show_no_entry()
[all...]
H A Dannotate-data.c350 ui_browser__set_color(uib, HE_COLORSET_ROOT); in browser__show()
/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()
273 ui_browser__set_color(browser, HE_COLORSET_ROOT); in __ui_browser__show_title()
348 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);
/linux/tools/perf/ui/tui/
H A Dutil.c21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()