Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/powertop/common/
H A Dpowertop.c143 if (PT_ON_DUMP) { in main()
258 if (!PT_ON_DUMP) { in main()
290 if (!PT_ON_DUMP) { in main()
355 if (key && !PT_ON_DUMP) { in main()
380 if (PT_ON_DUMP && !dump_count) in main()
388 if (!PT_ON_DUMP) in main()
H A Ddisplay.c80 if (PT_ON_DUMP) \
434 if (!PT_ON_DUMP) in pt_display_states()
520 if (!PT_ON_DUMP) in pt_display_states()
532 if (!PT_ON_DUMP) in pt_display_acpi_power()
562 if (!PT_ON_DUMP) in pt_display_acpi_power()
573 if (!PT_ON_DUMP) { in pt_display_wakeups()
599 if (!PT_ON_DUMP) in pt_display_wakeups()
611 if (!PT_ON_DUMP) { in pt_display_events()
651 if (!PT_ON_DUMP) in pt_display_events()
H A Dpowertop.h89 #define PT_ON_DUMP (g_op_mode & PT_MODE_DUMP) macro