All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/18] turbostat 2024.07.26 for Linux-6.11.merge
@ 2024-07-27 18:23 Len Brown
  2024-07-27 18:23 ` [PATCH 01/18] tools/power/turbostat: Switch to new Intel CPU model defines Len Brown
  0 siblings, 1 reply; 19+ messages in thread
From: Len Brown @ 2024-07-27 18:23 UTC (permalink / raw)
  To: linux-pm


Hello All,

The following changes since commit b15943c4b3351173d5f3b0d87362d2994a89bb66:

  tools/power turbostat: Add local build_bug.h header for snapshot target (2024-06-27 23:53:27 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git tags/v6.11-merge

for you to fetch changes up to 866d2d36b81d7d0e6d91423b6dd9b1bcfd0510dd:

  tools/power turbostat: version 2024.07.26 (2024-07-26 14:36:08 -0400)

----------------------------------------------------------------
turbostat release 2024.07.26

Enable turbostat extensions to add both perf and PMT
(Intel Platform Monitoring Technology) counters via the cmdline.

Demonstrate PMT access with built-in support for Meteor Lake's Die%c6 counter.

----------------------------------------------------------------
Len Brown (1):
      tools/power turbostat: version 2024.07.26

Patryk Wlazlyn (16):
      tools/power turbostat: Remove anonymous union from rapl_counter_info_t
      tools/power turbostat: Replace enum rapl_source and cstate_source with counter_source
      tools/power turbostat: Add ZERO_ARRAY for zero initializing builtin array
      tools/power turbostat: Group SMI counter with APERF and MPERF
      tools/power turbostat: Extend --add option with perf counters
      tools/power turbostat: Fix formatting in turbostat.8
      tools/power turbostat: Add perf added counter example to turbostat.8
      tools/power turbostat: Fix typo in turbostat.8
      tools/power turbostat: Move debug prints from stdout to stderr
      tools/power turbostat: Move verbose counter messages to level 2
      tools/power turbostat: Add selftests for SMI, APERF and MPERF counters
      tools/power turbostat: Add selftests for added perf counters
      tools/power turbostat: Add early support for PMT counters
      tools/power turbostat: Add MTL's PMT DC6 builtin counter
      tools/power turbostat: Document PMT in turbostat.8
      tools/power turbostat: Include umask=%x in perf counter's config

Tony Luck (1):
      tools/power/turbostat: Switch to new Intel CPU model defines

 tools/power/x86/turbostat/Makefile                 |    1 +
 tools/power/x86/turbostat/turbostat.8              |   98 +-
 tools/power/x86/turbostat/turbostat.c              | 2341 ++++++++++++++++----
 .../selftests/turbostat/added_perf_counters.py     |  178 ++
 .../testing/selftests/turbostat/smi_aperf_mperf.py |  157 ++
 5 files changed, 2277 insertions(+), 498 deletions(-)
 create mode 100755 tools/testing/selftests/turbostat/added_perf_counters.py
 create mode 100755 tools/testing/selftests/turbostat/smi_aperf_mperf.py

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-07-27 18:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-27 18:23 [PATCH 0/18] turbostat 2024.07.26 for Linux-6.11.merge Len Brown
2024-07-27 18:23 ` [PATCH 01/18] tools/power/turbostat: Switch to new Intel CPU model defines Len Brown
2024-07-27 18:23   ` [PATCH 02/18] tools/power turbostat: Remove anonymous union from rapl_counter_info_t Len Brown
2024-07-27 18:23   ` [PATCH 03/18] tools/power turbostat: Replace enum rapl_source and cstate_source with counter_source Len Brown
2024-07-27 18:23   ` [PATCH 04/18] tools/power turbostat: Add ZERO_ARRAY for zero initializing builtin array Len Brown
2024-07-27 18:23   ` [PATCH 05/18] tools/power turbostat: Group SMI counter with APERF and MPERF Len Brown
2024-07-27 18:23   ` [PATCH 06/18] tools/power turbostat: Extend --add option with perf counters Len Brown
2024-07-27 18:23   ` [PATCH 07/18] tools/power turbostat: Fix formatting in turbostat.8 Len Brown
2024-07-27 18:23   ` [PATCH 08/18] tools/power turbostat: Add perf added counter example to turbostat.8 Len Brown
2024-07-27 18:23   ` [PATCH 09/18] tools/power turbostat: Fix typo in turbostat.8 Len Brown
2024-07-27 18:23   ` [PATCH 10/18] tools/power turbostat: Move debug prints from stdout to stderr Len Brown
2024-07-27 18:23   ` [PATCH 11/18] tools/power turbostat: Move verbose counter messages to level 2 Len Brown
2024-07-27 18:23   ` [PATCH 12/18] tools/power turbostat: Add selftests for SMI, APERF and MPERF counters Len Brown
2024-07-27 18:23   ` [PATCH 13/18] tools/power turbostat: Add selftests for added perf counters Len Brown
2024-07-27 18:23   ` [PATCH 14/18] tools/power turbostat: Add early support for PMT counters Len Brown
2024-07-27 18:23   ` [PATCH 15/18] tools/power turbostat: Add MTL's PMT DC6 builtin counter Len Brown
2024-07-27 18:23   ` [PATCH 16/18] tools/power turbostat: Document PMT in turbostat.8 Len Brown
2024-07-27 18:23   ` [PATCH 17/18] tools/power turbostat: Include umask=%x in perf counter's config Len Brown
2024-07-27 18:23   ` [PATCH 18/18] tools/power turbostat: version 2024.07.26 Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.