diff options
author | Vilas Bhat <vilasbhat@google.com> | 2024-02-21 20:47:53 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-02-22 20:27:39 +0100 |
commit | 015abee404760249a5c968b9ce29216b94b8ced1 (patch) | |
tree | f5dc5aacadc46fa210ef43aa54d934fef9552bd2 /Documentation/power/runtime_pm.rst | |
parent | PM: runtime: Add pm_runtime_put_autosuspend() replacement (diff) | |
download | linux-015abee404760249a5c968b9ce29216b94b8ced1.tar.xz linux-015abee404760249a5c968b9ce29216b94b8ced1.zip |
PM: runtime: add tracepoint for runtime_status changes
Existing runtime PM ftrace events (`rpm_suspend`, `rpm_resume`,
`rpm_return_int`) offer limited visibility into the exact timing of device
runtime power state transitions, particularly when asynchronous operations
are involved. When the `rpm_suspend` or `rpm_resume` functions are invoked
with the `RPM_ASYNC` flag, a return value of 0 i.e., success merely
indicates that the device power state request has been queued, not that
the device has yet transitioned.
A new ftrace event, `rpm_status`, is introduced. This event directly logs
the `power.runtime_status` value of a device whenever it changes providing
granular tracking of runtime power state transitions regardless of
synchronous or asynchronous `rpm_suspend` / `rpm_resume` usage.
Signed-off-by: Vilas Bhat <vilasbhat@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/power/runtime_pm.rst')
0 files changed, 0 insertions, 0 deletions