diff options
author | 2025-01-17 21:36:37 +0100 | |
---|---|---|
committer | 2025-01-17 21:36:37 +0100 | |
commit | 166eb2356e4f604b893701f90af1d97dade49ce8 (patch) | |
tree | c0df3e17f3a3e21518c43b8247785615d7ba1d15 /tools | |
parent | Merge tag 'linux-cpupower-6.14-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shuah/linux (diff) | |
parent | pm: cpupower: Add missing residency header changes in cpuidle.h to SWIG (diff) | |
download | wireguard-linux-166eb2356e4f604b893701f90af1d97dade49ce8.tar.xz wireguard-linux-166eb2356e4f604b893701f90af1d97dade49ce8.zip |
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
Diffstat (limited to 'tools')
-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, |