diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2015-09-11 20:43:39 +0000 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2016-06-20 11:09:45 -0600 |
commit | 65ad7b198dccae96d776db85d1a184df214dddb4 (patch) | |
tree | a70196bfbd3d34a16d5aaeae409f95ce0b1ecb54 /MAINTAINERS | |
parent | 2eb654b5c6ed9816af6cb8bc2eb2f29318387a95 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cb53efc3760e..6c94a8f3ca45 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1008,6 +1008,9 @@ F: Documentation/trace/coresight.txt F: Documentation/devicetree/bindings/arm/coresight.txt F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* F: tools/perf/arch/arm/util/pmu.c +F: tools/perf/arch/arm/util/auxtrace.c +F: tools/perf/arch/arm/util/cs_etm.c +F: tools/perf/arch/arm/util/cs_etm.h ARM/CORGI MACHINE SUPPORT M: Richard Purdie <rpurdie@rpsys.net> |