diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-02-11 23:58:17 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-02-13 11:25:40 +0100 |
commit | 5a7ea52b6faec6f8877e49645a80349b2d970f0a (patch) | |
tree | 7ae8be70d552c87633de2a872cd1b1480f84745e /Documentation/trace | |
parent | PM: QoS: Drop debugfs interface (diff) | |
download | linux-5a7ea52b6faec6f8877e49645a80349b2d970f0a.tar.xz linux-5a7ea52b6faec6f8877e49645a80349b2d970f0a.zip |
PM: QoS: Drop pm_qos_update_request_timeout()
The pm_qos_update_request_timeout() function is not called from
anywhere, so drop it along with the work member in struct
pm_qos_request needed by it.
Also drop the useless pm_qos_update_request_timeout trace event
that is only triggered by that function (so it never triggers at
all) and update the trace events documentation accordingly.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Tested-by: Amit Kucheria <amit.kucheria@linaro.org>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/events-power.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/trace/events-power.rst b/Documentation/trace/events-power.rst index 2ef318962e29..eec7453a168e 100644 --- a/Documentation/trace/events-power.rst +++ b/Documentation/trace/events-power.rst @@ -78,11 +78,9 @@ target/flags update. pm_qos_add_request "pm_qos_class=%s value=%d" pm_qos_update_request "pm_qos_class=%s value=%d" pm_qos_remove_request "pm_qos_class=%s value=%d" - pm_qos_update_request_timeout "pm_qos_class=%s value=%d, timeout_us=%ld" The first parameter gives the QoS class name (e.g. "CPU_DMA_LATENCY"). The second parameter is value to be added/updated/removed. -The third parameter is timeout value in usec. :: pm_qos_update_target "action=%s prev_value=%d curr_value=%d" |