diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-01-17 21:36:37 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-01-17 21:36:37 +0100 |
| commit | 166eb2356e4f604b893701f90af1d97dade49ce8 (patch) | |
| tree | c0df3e17f3a3e21518c43b8247785615d7ba1d15 | |
| parent | c3a8b2bfda3c70b43d1bb637ceaf99621d6776d9 (diff) | |
| parent | 3d6f25870d172e2b5f27dd829bbe567d5fe8ea31 (diff) | |
Merge tag 'linux-cpupower-6.14-rc1-second' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Merge additional cpupower update for 6.14 from Shuah Khan:
"- Add missing residency header changes in cpuidle.h to SWIG"
* tag 'linux-cpupower-6.14-rc1-second' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shuah/linux:
pm: cpupower: Add missing residency header changes in cpuidle.h to SWIG
| -rw-r--r-- | tools/power/cpupower/bindings/python/raw_pylibcpupower.swg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/power/cpupower/bindings/python/raw_pylibcpupower.swg b/tools/power/cpupower/bindings/python/raw_pylibcpupower.swg index a8226c79cfea..d82af6fa93c3 100644 --- a/tools/power/cpupower/bindings/python/raw_pylibcpupower.swg +++ b/tools/power/cpupower/bindings/python/raw_pylibcpupower.swg @@ -163,6 +163,8 @@ int cpuidle_state_disable(unsigned int cpu, unsigned int idlestate, unsigned int disable); unsigned long cpuidle_state_latency(unsigned int cpu, unsigned int idlestate); +unsigned long cpuidle_state_residency(unsigned int cpu, + unsigned int idlestate); unsigned long cpuidle_state_usage(unsigned int cpu, unsigned int idlestate); unsigned long long cpuidle_state_time(unsigned int cpu, |
