* [GIT PULL] Performance events changes for v6.10
@ 2024-05-13 6:18 Ingo Molnar
2024-05-14 2:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-05-13 6:18 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, Peter Zijlstra, Arnaldo Carvalho de Melo, Jiri Olsa,
Alexander Shishkin, Mark Rutland, Namhyung Kim, linux-perf-users
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-05-13
# HEAD: 854dd99b5ddc9d90e31e5f112462a5994dd31810 perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler() as inline too
Perf events changes for v6.10:
- Combine perf and BPF for fast evalution of HW breakpoint
conditions.
- Add LBR capture support outside of hardware events
- Trigger IO signals for watermark_wakeup
- Add RAPL support for Intel Arrow Lake and Lunar Lake
- Optimize frequency-throttling
- Miscellaneous cleanups & fixes.
Thanks,
Ingo
------------------>
Andrii Nakryiko (4):
perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
perf/x86/amd: Avoid taking branches before disabling LBR
perf/x86/amd: Support capturing LBR from software events
perf/x86/amd: Don't reject non-sampling events with configured LBR
Erick Archer (1):
perf/x86/rapl: Prefer struct_size() over open coded arithmetic
Ingo Molnar (2):
perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler() as inline too
Kyle Huey (10):
perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
perf/bpf: Remove #ifdef CONFIG_BPF_SYSCALL from struct perf_event members
perf/bpf: Call BPF handler directly, not through overflow machinery
perf/bpf: Remove unneeded uses_default_overflow_handler()
perf/bpf: Allow a BPF program to suppress all sample side effects
selftest/bpf: Test a perf BPF program that suppresses side effects
perf: Move perf_event_fasync() to perf_event.h
perf/ring_buffer: Trigger IO signals for watermark_wakeup
selftests/perf_events: Test FASYNC with watermark wakeups
Namhyung Kim (2):
perf/core: Optimize perf_adjust_freq_unthr_context()
perf/core: Reduce PMU access to adjust sample freq
Zhang Rui (2):
perf/x86/rapl: Add support for Intel Arrow Lake
perf/x86/rapl: Add support for Intel Lunar Lake
arch/arm/kernel/hw_breakpoint.c | 8 +-
arch/arm64/kernel/hw_breakpoint.c | 4 +-
arch/x86/events/amd/core.c | 37 ++-
arch/x86/events/amd/lbr.c | 13 +-
arch/x86/events/perf_event.h | 13 +
arch/x86/events/rapl.c | 7 +-
include/linux/perf_event.h | 37 ++-
kernel/events/core.c | 273 +++++++++++----------
kernel/events/ring_buffer.c | 4 +
tools/testing/selftests/bpf/prog_tests/perf_skip.c | 137 +++++++++++
tools/testing/selftests/bpf/progs/test_perf_skip.c | 15 ++
tools/testing/selftests/perf_events/.gitignore | 1 +
tools/testing/selftests/perf_events/Makefile | 2 +-
.../selftests/perf_events/watermark_signal.c | 146 +++++++++++
14 files changed, 525 insertions(+), 172 deletions(-)
create mode 100644 tools/testing/selftests/bpf/prog_tests/perf_skip.c
create mode 100644 tools/testing/selftests/bpf/progs/test_perf_skip.c
create mode 100644 tools/testing/selftests/perf_events/watermark_signal.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Performance events changes for v6.10
2024-05-13 6:18 [GIT PULL] Performance events changes for v6.10 Ingo Molnar
@ 2024-05-14 2:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-05-14 2:51 UTC (permalink / raw)
To: Ingo Molnar
Cc: Linus Torvalds, linux-kernel, Peter Zijlstra,
Arnaldo Carvalho de Melo, Jiri Olsa, Alexander Shishkin,
Mark Rutland, Namhyung Kim, linux-perf-users
The pull request you sent on Mon, 13 May 2024 08:18:45 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf-core-2024-05-13
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/17ca7fc22f4bbc795e4d136449521b2fecb88e06
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-14 2:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-13 6:18 [GIT PULL] Performance events changes for v6.10 Ingo Molnar
2024-05-14 2:51 ` pr-tracker-bot
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).