perf tools: adding coresight etm PMU record capabilities
authorMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 11 Sep 2015 20:43:39 +0000 (20:43 +0000)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 20 Jun 2016 17:09:45 +0000 (11:09 -0600)
commit65ad7b198dccae96d776db85d1a184df214dddb4
treea70196bfbd3d34a16d5aaeae409f95ce0b1ecb54
parent2eb654b5c6ed9816af6cb8bc2eb2f29318387a95
perf tools: adding coresight etm PMU record capabilities

Coresight ETMs are IP blocks used to perform HW assisted tracing
on a CPU core.  This patch introduce the required auxiliary API
functions allowing the perf core to interact with a tracer.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
MAINTAINERS
tools/perf/arch/arm/util/Build
tools/perf/arch/arm/util/auxtrace.c [new file with mode: 0644]
tools/perf/arch/arm/util/cs-etm.c [new file with mode: 0644]
tools/perf/arch/arm/util/cs-etm.h [new file with mode: 0644]
tools/perf/arch/arm64/util/Build
tools/perf/util/auxtrace.c
tools/perf/util/auxtrace.h
tools/perf/util/cs-etm.h [new file with mode: 0644]