diff options
author | Ingo Molnar <mingo@kernel.org> | 2016-09-23 08:21:38 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-09-23 08:21:38 +0300 |
commit | 6b652de2b27c0a4020ce0e8f277e782b6af76096 (patch) | |
tree | a79c2f151cb0b3a0cb19c3058b4bd4d003e03f86 /MAINTAINERS | |
parent | 739f1bcd045f473d79358aac94439722d41a2650 (diff) | |
parent | 2d831454140f28fa643b78deede4511b9e2c9e5f (diff) | |
download | linux-6b652de2b27c0a4020ce0e8f277e782b6af76096.tar.xz |
Merge tag 'perf-core-for-mingo-20160922' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Pull perf/core improvements from Arnaldo Carvalho de Melo:
New features:
- Add support for interacting with Coresight PMU ETMs/PTMs, that are IP blocks
to perform hardware assisted tracing on a ARM CPU core (Mathieu Poirier)
Infrastructure changes:
- Histogram prep work for the upcoming c2c tool (Jiri Olsa)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 644ff65d336d..c420ea391f3a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1123,6 +1123,11 @@ 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 +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 +F: tools/perf/util/cs-etm.h ARM/CORGI MACHINE SUPPORT M: Richard Purdie <rpurdie@rpsys.net> |