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>
Fri, 12 Dec 2014 14:43:23 +0000 (22:43 +0800)
commit5e19f5cc6af2509970a5840ccf437164afa154a8
treec177199d74ad207335ed1ae3e16dfe4328f08e08
parent8bb60eea753cb9dcf12b529397632ce982a64740
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]