Commit-ID: 8046bf0cd7636e06e65fec3d1b67706db29b19dd Gitweb: https://git.kernel.org/tip/8046bf0cd7636e06e65fec3d1b67706db29b19dd Author: Tor Jeremiassen <[email protected]> AuthorDate: Wed, 17 Jan 2018 10:52:19 -0700 Committer: Arnaldo Carvalho de Melo <[email protected]> CommitDate: Thu, 25 Jan 2018 06:37:28 -0300
MAINTAINERS: Adding entry for CoreSight trace decoding Adding maintainers for Coresight trace decoding via perf tools. Signed-off-by: Tor Jeremiassen <[email protected]> Acked-by: Jiri Olsa <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Kim Phillips <[email protected]> Cc: Mike Leach <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Suzuki Poulouse <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index d76af75..7eafa08 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1313,7 +1313,8 @@ 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 +F: tools/perf/util/cs-etm.* +F: tools/perf/util/cs-etm-decoder/* ARM/CORGI MACHINE SUPPORT M: Richard Purdie <[email protected]>

