Home
last modified time | relevance | path

Searched refs:FEATURE_EVENTS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/powertop/common/
H A Dpowertop.c243 g_features |= FEATURE_EVENTS; in main()
330 if (g_features & FEATURE_EVENTS && in main()
348 if (g_features & FEATURE_EVENTS) { in main()
H A Dpowertop.h63 #define FEATURE_EVENTS 0x04 macro
H A Ddisplay.c152 if (g_features & FEATURE_EVENTS) { in pt_display_resize()