diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2015-10-20 16:18:53 +0000 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2016-06-20 11:09:44 -0600 |
commit | 2eb654b5c6ed9816af6cb8bc2eb2f29318387a95 (patch) | |
tree | bf23bf2d5b2a0e02b3b7cdf7c8de8ce30cd3b6c6 /MAINTAINERS | |
parent | b90eb99a2c72a76c2334353638c212b7dd7d2bf1 (diff) |
perf tools: making coresight PMU listable
Adding the required mechanic allowing 'perf list pmu' to
discover coresight ETM/PTM tracers.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6b4f6ac66326..cb53efc3760e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1007,6 +1007,7 @@ F: drivers/hwtracing/coresight/* 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 ARM/CORGI MACHINE SUPPORT M: Richard Purdie <rpurdie@rpsys.net> |