aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-01-30 20:02:19 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-02-02 15:40:39 +0100
commit86cb1004b6f71b2f79f5fb08502a5bd10c852bf5 (patch)
treef5ae7916f524461db0de0077e9bf4df56bac4ca0 /tools/perf/scripts/python/exported-sql-viewer.py
parent1aa4f925d80c44bd70442a8e94718fc921b8a55f (diff)
thermal: intel: intel_pch: Eliminate device operations object
The same device operations object is pointed to by all of the board configurations in the driver, so effectively the same operations callbacks are used by all of them which only adds overhead (that can be significant due to retpolines) for no real purpose. For this reason, drop the device operations object and replace the respective callback invocations by direct calls to the specific functions that were previously pointed to by callback pointers. No intentional change in behavior. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Zhang Rui <rui.zhang@intel.com> Reviewed-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions