From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>,
Jiri Olsa <jolsa@redhat.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Mark Rutland <mark.rutland@arm.com>,
Namhyung Kim <namhyung@kernel.org>,
linux-perf-users@vger.kernel.org, Borislav Petkov <bp@alien8.de>,
Thomas Gleixner <tglx@linutronix.de>
Subject: [GIT PULL] Performance events changes for v6.8
Date: Mon, 8 Jan 2024 12:56:45 +0100 [thread overview]
Message-ID: <ZZvi/bFoxFRnS4vp@gmail.com> (raw)
Linus,
Please pull the latest perf/core git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2024-01-08
# HEAD: fdd041028f2294228e10610b4fca6a1a83ac683d perf/x86/intel/uncore: Factor out topology_gidnid_map()
Performance events changes for v6.8 are:
- Add branch stack counters ABI extension to better capture
the growing amount of information the PMU exposes via
branch stack sampling. There's matching tooling support.
- Fix race when creating the nr_addr_filters sysfs file
- Add Intel Sierra Forest and Grand Ridge intel/cstate
PMU support.
- Add Intel Granite Rapids, Sierra Forest and Grand Ridge
uncore PMU support.
- Misc cleanups & fixes.
Thanks,
Ingo
------------------>
Alexander Antonov (2):
perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()
perf/x86/intel/uncore: Factor out topology_gidnid_map()
Greg KH (1):
perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
Kan Liang (14):
perf: Add branch stack counters
perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flag
perf: Add branch_sample_call_stack
perf/x86/intel: Reorganize attrs and is_visible
perf/x86/intel: Support branch counters logging
perf/x86/intel/cstate: Cleanup duplicate attr_groups
x86/smp: Export symbol cpu_clustergroup_mask()
perf/x86/intel/cstate: Add Sierra Forest support
perf/x86/intel/cstate: Add Grand Ridge support
perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPR
perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets array
perf/x86/intel/uncore: Support Granite Rapids
perf/x86/intel/uncore: Support IIO free-running counters on GNR
perf/x86/intel/uncore: Support Sierra Forest and Grand Ridge
Namhyung Kim (1):
perf/x86/amd: Reject branch stack for IBS events
Peter Zijlstra (1):
perf: Fix the nr_addr_filters fix
.../testing/sysfs-bus-event_source-devices-caps | 6 +
arch/powerpc/perf/core-book3s.c | 2 +-
arch/x86/events/amd/core.c | 2 +-
arch/x86/events/amd/ibs.c | 3 +
arch/x86/events/core.c | 4 +-
arch/x86/events/intel/core.c | 145 +++++++++++---
arch/x86/events/intel/cstate.c | 162 ++++++++++++----
arch/x86/events/intel/ds.c | 4 +-
arch/x86/events/intel/lbr.c | 85 ++++++++-
arch/x86/events/intel/uncore.c | 12 ++
arch/x86/events/intel/uncore.h | 10 +-
arch/x86/events/intel/uncore_discovery.c | 5 +-
arch/x86/events/intel/uncore_discovery.h | 2 +-
arch/x86/events/intel/uncore_nhmex.c | 2 +-
arch/x86/events/intel/uncore_snbep.c | 208 ++++++++++++++++-----
arch/x86/events/perf_event.h | 12 ++
arch/x86/events/perf_event_flags.h | 2 +
arch/x86/include/asm/msr-index.h | 5 +
arch/x86/include/asm/perf_event.h | 4 +
arch/x86/kernel/smpboot.c | 1 +
include/linux/perf_event.h | 22 ++-
include/uapi/linux/perf_event.h | 13 ++
kernel/events/core.c | 46 +++--
23 files changed, 627 insertions(+), 130 deletions(-)
next reply other threads:[~2024-01-08 11:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-08 11:56 Ingo Molnar [this message]
2024-01-09 4:04 ` [GIT PULL] Performance events changes for v6.8 pr-tracker-bot
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=ZZvi/bFoxFRnS4vp@gmail.com \
--to=mingo@kernel.org \
--cc=acme@redhat.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=bp@alien8.de \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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