CONFIG_PM_TRACE (not configurable)

configname: CONFIG_PM_TRACE

Linux Kernel Configuration
└─>Power management and ACPI options
└─>PM_TRACE
In linux kernel since version 4.2 (release Date: 2015-08-30)  
This enables code to save the last PM event point across
reboot. The architecture needs to support this, x86 for
example does by saving things in the RTC, see below.

The architecture specific code must provide the extern
functions from <linux/resume-trace.h> as well as the
<asm/resume-trace.h> header with a TRACE_RESUME() macro.

The way the information is presented is architecture-
dependent, x86 will print the information during a
late_initcall.

is depended by
CONFIG_PM_TRACE_RTC