hc
2024-08-16 a24a44ff9ca902811b99aa9663d697cf452e08ef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
What:        /sys/kernel/wakeup_reasons/last_resume_reason
Date:        February 2014
Contact:    Ruchi Kandoi <kandoiruchi@google.com>
Description:
       The /sys/kernel/wakeup_reasons/last_resume_reason is
       used to report wakeup reasons after system exited suspend.
 
What:        /sys/kernel/wakeup_reasons/last_suspend_time
Date:        March 2015
Contact:    jinqian <jinqian@google.com>
Description:
       The /sys/kernel/wakeup_reasons/last_suspend_time is
       used to report time spent in last suspend cycle. It contains
       two numbers (in seconds) separated by space. First number is
       the time spent in suspend and resume processes. Second number
       is the time spent in sleep state.