Searched refs:ui_browser__set_color (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/tools/perf/util/ui/ |
D | browser.c | 25 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()
|
D | browser.h | 27 void ui_browser__set_color(struct ui_browser *self, int color);
|
/linux-2.6.39/tools/perf/util/ui/browsers/ |
D | hists.c | 427 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()
|
D | top.c | 174 ui_browser__set_color(&browser->b, NEWT_COLORSET_ROOT); in perf_top_browser__run()
|
D | annotate.c | 61 ui_browser__set_color(self, HE_COLORSET_CODE); in annotate_browser__write()
|