[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240806204813.722372-1-leo.yan@arm.com>
Date: Tue, 6 Aug 2024 21:48:08 +0100
From: Leo Yan <leo.yan@....com>
To: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Ian Rogers <irogers@...gle.com>,
Adrian Hunter <adrian.hunter@...el.com>,
"Liang, Kan" <kan.liang@...ux.intel.com>,
James Clark <james.clark@...aro.org>,
linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Leo Yan <leo.yan@....com>
Subject: [PATCH v3 0/5] perf auxtrace: Support multiple AUX events
This series is to support multiple events with the *same* type in Perf
AUX trace. As the events are same type, the trace data shares the same
format and can be decoded by the same decoder.
This patch series is dependent on auxtrace refactoring patch series:
https://lore.kernel.org/lkml/20240806204130.720977-1-leo.yan@arm.com/T/#mae62825a677381797a13252c1d071caf18d957d7
Note, a more complex case - different types of AUX events, (e.g. Arm
CoreSight event and Arm SPE events are enabled simultaneously) - is
still not supported.
Patch 01 is to change the perf core layer in the kernel to allow
multiple AUX events to output to single FD, so that '--per-thread' mode
can be supported.
Patch 02 validates the AUX events' CPU map. It presumes the AUX events
do not overlap for CPU maps, otherwise, it returns failure.
Patches 03, 04, 05 is to support multiple AUX events for buffer mapped
index.
As the first enabled instance, the patch series has been tested with
multiple Arm SPE events (e.g. arm_spe_0, arm_spe_1, etc). And verified
this patch series on Intel-PT for no regression.
Changes from v2:
- Added patch 01 for support per-thread mode (Adrian).
- Added patch 02 for verifying CPU maps without overlapping (Adrian).
- Reworked patches to fix the regression on Intel-PT (Ian).
Changes from v1:
- Added comment in patch 01 for iterating AUX events (Adrian)
- Added patch 02 for removing unused field 'pmu' (Adrian)
Leo Yan (5):
perf/core: Allow multiple AUX PMU events with the same module
perf auxtrace: Introduce auxtrace_record__validate_events()
perf auxtrace: Refactor evlist__enable_event_idx()
perf auxtrace: Bails out after finding the event for the map index
perf auxtrace: Iterate all AUX events when finish reading
kernel/events/core.c | 3 +-
tools/perf/builtin-record.c | 4 ++
tools/perf/util/auxtrace.c | 110 ++++++++++++++++++++++++++++++++----
tools/perf/util/auxtrace.h | 7 +++
4 files changed, 113 insertions(+), 11 deletions(-)
--
2.34.1
Powered by blists - more mailing lists