summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYaxiong Tian <tianyaxiong@kylinos.cn>2025-12-30 14:15:34 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-01-08 16:52:31 +0100
commit54b603f2db6b95495bc33a8f2bde80f044baff9a (patch)
treef270323c8e5a52e9f55356a04872f2fc493c5bce /tools/perf/scripts/python
parent9ace4753a5202b02191d54e9fdf7f9e3d02b85eb (diff)
downloadkernel-54b603f2db6b95495bc33a8f2bde80f044baff9a.tar.gz
PM: EM: Fix incorrect description of the cost field in struct em_perf_state
Due to commit 1b600da51073 ("PM: EM: Optimize em_cpu_energy() and remove division"), the logic for energy consumption calculation has been modified. The actual calculation of cost is 10 * power * max_frequency / frequency instead of power * max_frequency / frequency. Therefore, the comment for cost has been updated to reflect the correct content. Fixes: 1b600da51073 ("PM: EM: Optimize em_cpu_energy() and remove division") Signed-off-by: Yaxiong Tian <tianyaxiong@kylinos.cn> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> [ rjw: Added Fixes: tag ] Link: https://patch.msgid.link/20251230061534.816894-1-tianyaxiong@kylinos.cn Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
07-22phy: qcom: Add driver for QCOM IPQ806x SATA PHYKumar Gala 2014-07-22phy: add a driver for the Berlin SATA PHYAntoine Ténart 2014-07-22phy: qcom: Add driver for QCOM APQ8064 SATA PHYSrinivas Kandagatla 2014-07-22phy: add hix5hd2-sata-phy driverJiancheng Xue 2014-07-19phy: Add support for S5PV210 to the Exynos USB 2.0 PHY driverMateusz Krawczuk 2014-07-14phy: Add drivers for PCIe and SATA phy on SPEAr13xxPratyush Anand 2014-05-13phy: Add new Exynos5 USB 3.0 PHY driverVivek Gautam 2014-04-24phy: exynos: fix building as a moduleArnd Bergmann 2014-03-09PHY: add APM X-Gene SoC 15Gbps Multi-purpose PHY driverLoc Ho 2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I 2014-03-08phy: Add Exynos 5250 support to the Exynos USB 2.0 PHY driverKamil Debski 2014-03-08phy: Add new Exynos USB 2.0 PHY driverKamil Debski 2014-03-06drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY FrameworkKishon Vijay Abraham I 2014-03-03PHY: sunxi: Add driver for sunxi usb phyHans de Goede 2014-03-03PHY: Exynos: Add Exynos5250 SATA PHY driverYuvaraj Kumar C D 2014-01-20Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2013-12-24Phy: Add a PHY driver for Marvell MVEBU SATA PHY.Andrew Lunn 2013-12-23phy: add Broadcom Kona USB2 PHY driverMatt Porter 2013-10-16phy: Add driver for Exynos DP PHYJingoo Han 2013-10-16phy: Add driver for Exynos MIPI CSIS/DSIM DPHYsSylwester Nawrocki 2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I 2013-09-27usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I 2013-09-27drivers: phy: add generic PHY frameworkKishon Vijay Abraham I