Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
Dheader.c25 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
Dscripts.c81 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in script_browser__write()
Dannotate.c100 return ui_browser__set_color(&browser->b, color); in annotate_browser__set_jumps_percent_color()
200 ui_browser__set_color(browser, prev); in annotate_browser__write()
212 color = ui_browser__set_color(browser, HE_COLORSET_ADDR); in annotate_browser__write()
215 ui_browser__set_color(browser, color); in annotate_browser__write()
286 ui_browser__set_color(browser, HE_COLORSET_JUMP_ARROWS); in annotate_browser__draw_current_jump()
300 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in annotate_browser__refresh()
Dhists.c695 ui_browser__set_color(&browser->b, color); in hist_browser__show_callchain_entry()
1214 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1217 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1309 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_hierarchy_entry()
1311 ui_browser__set_color(&browser->b, HE_COLORSET_NORMAL); in hist_browser__show_hierarchy_entry()
1332 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1335 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1378 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1381 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1458 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_no_entry()
[all …]
/tools/perf/ui/
Dbrowser.h32 int ui_browser__set_color(struct ui_browser *browser, int color);
Dbrowser.c29 int ui_browser__set_color(struct ui_browser *browser, int color) in ui_browser__set_color() function
41 ui_browser__set_color(browser, color); in ui_browser__set_percent_color()
251 ui_browser__set_color(browser, HE_COLORSET_ROOT); in __ui_browser__show_title()
324 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in __ui_browser__refresh()
/tools/perf/ui/tui/
Dutil.c22 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()