From: Ingo Molnar <mingo@kernel.org>
To: Andrii Nakryiko <andrii@kernel.org>
Cc: x86@kernel.org, peterz@infradead.org, mingo@redhat.com,
tglx@linutronix.de, bpf@vger.kernel.org,
linux-kernel@vger.kernel.org, jolsa@kernel.org, song@kernel.org,
kernel-team@meta.com
Subject: Re: [PATCH v5 0/4] perf/x86/amd: add LBR capture support outside of hardware events
Date: Wed, 3 Apr 2024 09:19:06 +0200 [thread overview]
Message-ID: <Zg0C6j2HO19O0HMG@gmail.com> (raw)
In-Reply-To: <20240402022118.1046049-1-andrii@kernel.org>
* Andrii Nakryiko <andrii@kernel.org> wrote:
> Add AMD-specific implementation of perf_snapshot_branch_stack static call that
> allows LBR capture from arbitrary points in the kernel. This is utilized by
> BPF programs. See patch #3 for all the details.
>
> Patches #1 and #2 are preparatory steps to ensure LBR freezing is completely
> inlined and have no branches, to minimize LBR snapshot contamination.
>
> Patch #4 removes an artificial restriction on perf events with LBR enabled.
>
> v4->v5:
> - rebased on top of perf/urgent branch to resolve conflicts with
> 598c2fafc06f ("perf/x86/amd/lbr: Use freeze based on availability").
>
> 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
>
> arch/x86/events/amd/core.c | 37 +++++++++++++++++++++++++++++++++++-
> arch/x86/events/amd/lbr.c | 13 +------------
> arch/x86/events/perf_event.h | 13 +++++++++++++
> 3 files changed, 50 insertions(+), 13 deletions(-)
Applied to tip:perf/core for a v6.10 merge, thanks a lot Andrii!
Ingo
prev parent reply other threads:[~2024-04-03 7:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 2:21 [PATCH v5 0/4] perf/x86/amd: add LBR capture support outside of hardware events Andrii Nakryiko
2024-04-02 2:21 ` [PATCH v5 1/4] perf/x86/amd: ensure amd_pmu_core_disable_all() is always inlined Andrii Nakryiko
2024-04-03 7:40 ` [tip: perf/core] perf/x86/amd: Ensure " tip-bot2 for Andrii Nakryiko
2024-04-02 2:21 ` [PATCH v5 2/4] perf/x86/amd: avoid taking branches before disabling LBR Andrii Nakryiko
2024-04-03 7:40 ` [tip: perf/core] perf/x86/amd: Avoid " tip-bot2 for Andrii Nakryiko
2024-04-02 2:21 ` [PATCH v5 3/4] perf/x86/amd: support capturing LBR from software events Andrii Nakryiko
2024-04-03 7:40 ` [tip: perf/core] perf/x86/amd: Support " tip-bot2 for Andrii Nakryiko
2024-04-02 2:21 ` [PATCH v5 4/4] perf/x86/amd: don't reject non-sampling events with configured LBR Andrii Nakryiko
2024-04-03 7:40 ` [tip: perf/core] perf/x86/amd: Don't " tip-bot2 for Andrii Nakryiko
2024-04-03 7:19 ` Ingo Molnar [this message]
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=Zg0C6j2HO19O0HMG@gmail.com \
--to=mingo@kernel.org \
--cc=andrii@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=jolsa@kernel.org \
--cc=kernel-team@meta.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=song@kernel.org \
--cc=tglx@linutronix.de \
--cc=x86@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 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.