Searched refs:ui_browser__set_color (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/ui/ |
| H A 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() 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 D | browser.h | 37 int ui_browser__set_color(struct ui_browser *browser, int color);
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 807 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(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_no_entry() [all …]
|
| H A D | header.c | 26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
|
| H A D | annotate.c | 87 return ui_browser__set_color(browser, color); in ui_browser__set_jumps_percent_color() 92 return ui_browser__set_color(browser, color); in annotate_browser__set_color() 241 ui_browser__set_color(browser, HE_COLORSET_JUMP_ARROWS); in annotate_browser__draw_current_jump() 263 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in annotate_browser__refresh() 568 ui_browser__set_color(b, HE_COLORSET_ROOT); in annotate_browser__show_function_title()
|
| H A D | annotate-data.c | 350 ui_browser__set_color(uib, HE_COLORSET_ROOT); in browser__show()
|
| /linux/tools/perf/ui/tui/ |
| H A D | util.c | 21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
|