summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2025-11-25 12:26:43 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-11-25 19:01:29 +0100
commit8e7de6dc420979f4e4443807b71dcc8b72d8c4a9 (patch)
tree173dd1908a95158de1ae0c192addce2ea8a2e36e /tools/perf/scripts/python/export-to-postgresql.py
parenta4e6512a79d8486dccf3e8b066e5d6bd5ff95446 (diff)
pmdomain: Respect the CPU system wakeup QoS limit for s2idle
A CPU system wakeup QoS limit may have been requested by user space. To avoid breaking this constraint when entering a low power state during s2idle through genpd, let's extend the corresponding genpd governor for CPUs. More precisely, during s2idle let the genpd governor select a suitable domain idle state, by taking into account the QoS limit. Reviewed-by: Dhruva Gole <d-gole@ti.com> Reviewed-by: Kevin Hilman (TI) <khilman@baylibre.com> Tested-by: Kevin Hilman (TI) <khilman@baylibre.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Link: https://patch.msgid.link/20251125112650.329269-3-ulf.hansson@linaro.org Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
9-07-22Driver Core: Add platform device arch data V3Magnus Damm 2009-06-15driver core: Const-correct platform getbyname functionsLinus Walleij 2009-05-08Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman 2009-04-16Driver Core: early platform driverMagnus Damm 2009-03-24driver core: move platform_data into platform_deviceMing Lei 2009-03-24platform: introduce module id table for platform devicesEric Miao 2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki 2008-10-16platform: add new device registration helperDmitry Baryshkov 2008-06-10Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki 2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell 2007-10-12Driver core: Make platform_device.id an intJean Delvare 2006-12-13Driver core: Make platform_device_add_data accept a const pointerScott Wood 2006-12-01Driver core: platform_driver_probe(), can save codespaceDavid Brownell 2006-09-25PM: platform_bus and late_suspend/early_resumeDavid Brownell