Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/ui/
Dbrowser.c25 void ui_browser__set_color(struct ui_browser *self __used, int color) in ui_browser__set_color() function
34 ui_browser__set_color(self, color); in ui_browser__set_percent_color()
163 ui_browser__set_color(browser, NEWT_COLORSET_ROOT); in __ui_browser__show_title()
225 ui_browser__set_color(self, HE_COLORSET_NORMAL); in ui_browser__refresh()
Dbrowser.h27 void ui_browser__set_color(struct ui_browser *self, int color);
/linux-2.6.39/tools/perf/util/ui/browsers/
Dhists.c427 ui_browser__set_color(&self->b, color); in hist_browser__show_callchain_node_rb_tree()
487 ui_browser__set_color(&self->b, color); in hist_browser__show_callchain_node()
565 ui_browser__set_color(&self->b, color); in hist_browser__show_entry()
1017 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in perf_evsel_menu__write()
Dtop.c174 ui_browser__set_color(&browser->b, NEWT_COLORSET_ROOT); in perf_top_browser__run()
Dannotate.c61 ui_browser__set_color(self, HE_COLORSET_CODE); in annotate_browser__write()