]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf auxtrace: Use evsel__is_aux_event() for checking AUX event
authorLeo Yan <leo.yan@arm.com>
Tue, 6 Aug 2024 20:41:22 +0000 (21:41 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Aug 2024 21:14:42 +0000 (18:14 -0300)
commitc87826ddcefaf0b1245d1d8c61040679ea0bd387
tree47464d9f340b54dddb4e37cafe586dffe0e893de
parentaea4d463459c95a1b19627d1aa9c21b691da843a
perf auxtrace: Use evsel__is_aux_event() for checking AUX event

Use evsel__is_aux_event() to decide if an event is a AUX event, this is
a refactoring to replace comparing the PMU type.

Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Cc: Ian Rogers <irogers@google.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Suzuki Poulouse <suzuki.poulose@arm.com>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Link: https://lore.kernel.org/r/20240806204130.720977-2-leo.yan@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/auxtrace.c