1 What: /sys/class/wakeup/ 2 Date: June 2019 3 Contact: Tri Vo <trong@android.com> 4 Description: 5 The /sys/class/wakeup/ directory contains pointers to all 6 wakeup sources in the kernel at that moment in time. 7 8 What: /sys/class/wakeup/.../name 9 Date: June 2019 10 Contact: Tri Vo <trong@android.com> 11 Description: 12 This file contains the name of the wakeup source. 13 14 What: /sys/class/wakeup/.../active_count 15 Date: June 2019 16 Contact: Tri Vo <trong@android.com> 17 Description: 18 This file contains the number of times the wakeup source was 19 activated. 20 21 What: /sys/class/wakeup/.../event_count 22 Date: June 2019 23 Contact: Tri Vo <trong@android.com> 24 Description: 25 This file contains the number of signaled wakeup events 26 associated with the wakeup source. 27 28 What: /sys/class/wakeup/.../wakeup_count 29 Date: June 2019 30 Contact: Tri Vo <trong@android.com> 31 Description: 32 This file contains the number of times the wakeup source might 33 abort suspend. 34 35 What: /sys/class/wakeup/.../expire_count 36 Date: June 2019 37 Contact: Tri Vo <trong@android.com> 38 Description: 39 This file contains the number of times the wakeup source's 40 timeout has expired. 41 42 What: /sys/class/wakeup/.../active_time_ms 43 Date: June 2019 44 Contact: Tri Vo <trong@android.com> 45 Description: 46 This file contains the amount of time the wakeup source has 47 been continuously active, in milliseconds. If the wakeup 48 source is not active, this file contains '0'. 49 50 What: /sys/class/wakeup/.../total_time_ms 51 Date: June 2019 52 Contact: Tri Vo <trong@android.com> 53 Description: 54 This file contains the total amount of time this wakeup source 55 has been active, in milliseconds. 56 57 What: /sys/class/wakeup/.../max_time_ms 58 Date: June 2019 59 Contact: Tri Vo <trong@android.com> 60 Description: 61 This file contains the maximum amount of time this wakeup 62 source has been continuously active, in milliseconds. 63 64 What: /sys/class/wakeup/.../last_change_ms 65 Date: June 2019 66 Contact: Tri Vo <trong@android.com> 67 Description: 68 This file contains the monotonic clock time when the wakeup 69 source was touched last time, in milliseconds. 70 71 What: /sys/class/wakeup/.../prevent_suspend_time_ms 72 Date: June 2019 73 Contact: Tri Vo <trong@android.com> 74 Description: 75 The file contains the total amount of time this wakeup source 76 has been preventing autosleep, in milliseconds.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.