Home
last modified time | relevance | path

Searched refs:PT_COLOR_RED (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/profilers/powertop/src/
Ddisplay.c129 init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED); in initialize_curses()
256 wbkgd(wakeup_window, COLOR_PAIR(PT_COLOR_RED)); in show_wakeups()
Dpowertop.h95 #define PT_COLOR_RED 4 macro