Re: [PATCH v5 01/27] perf auxtrace: Remove dummy tools
From: Leo Yan <leo.yan@arm.com>
Date: 2024-07-16 16:44:25
Also in:
linux-perf-users, lkml
From: Leo Yan <leo.yan@arm.com>
Date: 2024-07-16 16:44:25
Also in:
linux-perf-users, lkml
On 7/12/24 19:10, Ian Rogers wrote:
Add perf_session__deliver_synth_attr_event that synthesizes a perf_record_header_attr event with one id. Remove use of perf_event__synthesize_attr that necessitates the use of the dummy tool in order to pass the session. Signed-off-by: Ian Rogers <irogers@google.com>
This patch LGTM, and tested for Arm SPE: Tested-by: Leo Yan <leo.yan@arm.com> But the patches 04 and 15 cannot be applied on the top of tmp.perf-tools-next branch. You might need to rebase the series. Thanks, Leo