Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c140 if (PT_ON_DUMP) { in main()
255 if (!PT_ON_DUMP) { in main()
287 if (!PT_ON_DUMP) { in main()
352 if (key && !PT_ON_DUMP) { in main()
377 if (PT_ON_DUMP && !dump_count) in main()
385 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