Message ID | bb8faeef-d79f-4156-9a4d-5a0dbbcad7a1@linuxfoundation.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] cpupower second update for Linux 6.14-rc1 | expand |
Hi Shuah, On Fri, Jan 17, 2025 at 9:32 PM Shuah Khan <skhan@linuxfoundation.org> wrote: > > Hi Rafael, > > Please pull the following cpupower second update for Linux 6.14-rc1. > > - Add missing residency header changes in cpuidle.h to SWIG > > diff is attached. > > thanks, > -- Shuah > > ---------------------------------------------------------------- > The following changes since commit 8d097444982d7b23a5396169dc9d2923a59b5a79: > > pm: cpupower: Add header changes for cpufreq.h to SWIG bindings (2024-12-27 08:11:51 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.14-rc1-second > > for you to fetch changes up to 3d6f25870d172e2b5f27dd829bbe567d5fe8ea31: > > pm: cpupower: Add missing residency header changes in cpuidle.h to SWIG (2025-01-13 16:13:49 -0700) > > ---------------------------------------------------------------- > linux-cpupower-6.14-rc1-second > > - Add missing residency header changes in cpuidle.h to SWIG > > ---------------------------------------------------------------- > John B. Wyatt IV (1): > pm: cpupower: Add missing residency header changes in cpuidle.h to SWIG > > tools/power/cpupower/bindings/python/raw_pylibcpupower.swg | 2 ++ > 1 file changed, 2 insertions(+) > ---------------------------------------------------------------- Pulled and added to linux-pm.git/linux-next. Thanks!
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,