OSDN Git Service

power: Add option to log time spent in suspend
authorColin Cross <ccross@android.com>
Tue, 19 Jul 2011 19:33:45 +0000 (12:33 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 13 Apr 2015 16:42:52 +0000 (00:42 +0800)
commit389272dc6516f10d2669b2c4ee3a997552dc87d0
tree4d9e3da0f298b5e9b1f6c3e5199fe2879ed339a1
parent9fa809bea43f1368a2eb465f9feed794a6f6e002
power: Add option to log time spent in suspend

Prints the time spent in suspend in the kernel log, and
keeps statistics on the time spent in suspend in
/sys/kernel/debug/suspend_time

Change-Id: Ia6b9ebe4baa0f7f5cd211c6a4f7e813aefd3fa1d
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
kernel/power/Kconfig
kernel/power/Makefile
kernel/power/suspend_time.c [new file with mode: 0644]