diff options
| author | Ravi Chandra Sadineni <[email protected]> | 2018-06-02 02:32:15 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2018-06-06 07:23:36 +0000 |
| commit | 2d5ed61ce9820a1fe7b076cc45c169524d767746 (patch) | |
| tree | aa9a3d4d0e75d2cb0a3a5afb2373592540a9ae32 /tools/perf/scripts/python/sctop.py | |
| parent | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... (diff) | |
| download | kernel-2d5ed61ce9820a1fe7b076cc45c169524d767746.tar.gz kernel-2d5ed61ce9820a1fe7b076cc45c169524d767746.zip | |
PM / wakeup: Export wakeup_count instead of event_count via sysfs
Currently we export event_count instead of wakeup_count via the
per-device wakeup_count sysfs attribute. Change it to wakeup_count
to make it more meaningful.
wakeup_count increments only when events_check_enabled is set,
that is whenever writes the current wakeup count to
/sys/power/wakeup_count. Also events_check_enabled is cleared on
every resume. User space is expected to write to this just before
suspend. This way pm_wakeup_event(), when called from IRQs handles,
will increment wakeup_count only if we are in system-wide
suspend-resume cycle and should give a fair approximation of how many
times a device may have triggered a wakeup from system suspend.
event_count on the other hand will increment every time
pm_wakeup_event() is called irrespective of whether we are in a
suspend-resume cycle and some drivers call it on every interrupt
which makes it less useful for system wakeup tracking.
Signed-off-by: Ravi Chandra Sadineni <[email protected]>
Acked-by: Pavel Machek <[email protected]>
[ rjw: Subject & changelog ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions
