linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: linux-pm@vger.kernel.org
Subject: [PATCH 0/18] turbostat 2024.07.26 for Linux-6.11.merge
Date: Sat, 27 Jul 2024 14:23:26 -0400	[thread overview]
Message-ID: <20240727182641.414886-1-lenb@kernel.org> (raw)


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

             reply	other threads:[~2024-07-27 18:26 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-27 18:23 Len Brown [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240727182641.414886-1-lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=linux-pm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).