Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/ui/
Dbrowser.c32 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()
340 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in __ui_browser__refresh()
Dbrowser.h37 int ui_browser__set_color(struct ui_browser *browser, int color);
/linux-6.12.1/tools/perf/ui/browsers/
Dannotate.c62 return ui_browser__set_color(browser, color); in ui_browser__set_jumps_percent_color()
67 return ui_browser__set_color(browser, color); in annotate_browser__set_color()
207 ui_browser__set_color(browser, HE_COLORSET_JUMP_ARROWS); in annotate_browser__draw_current_jump()
229 ui_browser__set_color(browser, HE_COLORSET_NORMAL); in annotate_browser__refresh()
669 ui_browser__set_color(browser, HE_COLORSET_ROOT); in annotate_browser__show()
Dheader.c26 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()
Dhists.c807 ui_browser__set_color(&browser->b, color); in hist_browser__show_callchain_entry()
1342 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1345 ui_browser__set_color(&browser->b, in hist_browser__show_entry()
1439 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_hierarchy_entry()
1441 ui_browser__set_color(&browser->b, HE_COLORSET_NORMAL); in hist_browser__show_hierarchy_entry()
1462 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1465 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1508 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1511 ui_browser__set_color(&browser->b, in hist_browser__show_hierarchy_entry()
1588 ui_browser__set_color(&browser->b, HE_COLORSET_SELECTED); in hist_browser__show_no_entry()
[all …]
Dannotate-data.c350 ui_browser__set_color(uib, HE_COLORSET_ROOT); in browser__show()
/linux-6.12.1/tools/perf/ui/tui/
Dutil.c21 ui_browser__set_color(browser, current_entry ? HE_COLORSET_SELECTED : in ui_browser__argv_write()