Searched refs:ui_browser__set_color (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/tools/perf/ui/ |
D | browser.c | 32 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() 338 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in __ui_browser__refresh()
|
D | browser.h | 37 int ui_browser__set_color(struct ui_browser *browser, int color);
|
/linux-5.19.10/tools/perf/ui/browsers/ |
D | header.c | 26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
|
D | annotate.c | 69 return ui_browser__set_color(browser, color); in ui_browser__set_jumps_percent_color() 74 return ui_browser__set_color(browser, color); in annotate_browser__set_color() 213 ui_browser__set_color(browser, HE_COLORSET_JUMP_ARROWS); in annotate_browser__draw_current_jump() 235 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in annotate_browser__refresh() 677 ui_browser__set_color(browser, HE_COLORSET_ROOT); in annotate_browser__show()
|
D | hists.c | 816 ui_browser__set_color(&browser->b, color); in hist_browser__show_callchain_entry() 1351 ui_browser__set_color(&browser->b, in hist_browser__show_entry() 1354 ui_browser__set_color(&browser->b, in hist_browser__show_entry() 1448 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_hierarchy_entry() 1450 ui_browser__set_color(&browser->b, HE_COLORSET_NORMAL); in hist_browser__show_hierarchy_entry() 1471 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry() 1474 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry() 1517 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry() 1520 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry() 1597 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_no_entry() [all …]
|
/linux-5.19.10/tools/perf/ui/tui/ |
D | util.c | 21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
|