Skip to content

Commit

Permalink
Merge tag 'linux-cpupower-6.14-rc1-second' of ssh://gitolite.kernel.o…
Browse files Browse the repository at this point in the history
…rg/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
  • Loading branch information
Rafael J. Wysocki committed Jan 17, 2025
2 parents c3a8b2b + 3d6f258 commit 166eb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/power/cpupower/bindings/python/raw_pylibcpupower.swg
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 166eb23

Please sign in to comment.