Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de2adf46 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

Kconfig: print epoch values in system suspend and resume cycles



Print epoch values when the device is enter and exit out of suspend
and resume. These epoch values are useful to know how long the device
is in suspend state. These values can be used to synchronize various
subsystem timestamps and have an unique timestamp to correlate
between various subsystems.

Change-Id: Ibe04b914649db1f2ee0ae748f3950ca646323ef1
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent aa860b5b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -52,6 +52,16 @@ config GENERIC_CLOCKEVENTS_MIN_ADJUST
config GENERIC_CMOS_UPDATE
	bool

config PRINT_SUSPEND_EPOCH_QGKI
	bool "Print epoch values in suspend resume cycles"
	depends on QGKI
	help
	  Print epoch values when device enter and exit out of suspend
	  and resume. These epoch values are useful to know how long
	  the device is in suspend state. These values can be used to
	  synchronize various subsystem timestamps and have an unique
	  timestamp to correlate between various subsystems.

if GENERIC_CLOCKEVENTS
menu "Timers subsystem"