* [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE @ 2020-08-20 17:55 Mathieu Poirier 2020-08-21 8:55 ` John Garry 2020-08-21 9:05 ` Will Deacon 0 siblings, 2 replies; 4+ messages in thread From: Mathieu Poirier @ 2020-08-20 17:55 UTC (permalink / raw) To: acme Cc: mark.rutland, will, john.garry, linux-kernel, leo.yan, jolsa, linux-arm-kernel Add entries for perf tools elements related to the support of Arm CoreSight and Arm SPE. Also lump in Arm and Arm64 architecture files to provide coverage. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> --- V2: - Completed fileset for SPE. - Added Arm and Arm64 architecture files. MAINTAINERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index deaafb617361..e76f7bb014ce 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13569,12 +13569,18 @@ F: kernel/events/* F: tools/lib/perf/ F: tools/perf/ -PERFORMANCE EVENTS SUBSYSTEM ARM64 PMU EVENTS +PERFORMANCE EVENTS SUBSYSTEM ARM64 R: John Garry <john.garry@huawei.com> R: Will Deacon <will@kernel.org> +R: Mathieu Poirier <mathieu.poirier@linaro.org> +R: Leo Yan <leo.yan@linaro.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Supported +F: tools/build/feature/test-libopencsd.c +F: tools/perf/arch/arm*/ F: tools/perf/pmu-events/arch/arm64/ +F: tools/perf/util/arm-spe* +F: tools/perf/util/cs-etm* PERSONALITY HANDLING M: Christoph Hellwig <hch@infradead.org> -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE 2020-08-20 17:55 [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE Mathieu Poirier @ 2020-08-21 8:55 ` John Garry 2020-08-21 9:05 ` Will Deacon 1 sibling, 0 replies; 4+ messages in thread From: John Garry @ 2020-08-21 8:55 UTC (permalink / raw) To: Mathieu Poirier, acme Cc: mark.rutland, will, linux-kernel, leo.yan, jolsa, linux-arm-kernel On 20/08/2020 18:55, Mathieu Poirier wrote: > Add entries for perf tools elements related to the support of Arm CoreSight > and Arm SPE. Also lump in Arm and Arm64 architecture files to provide > coverage. > > Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> thanks Acked-by: John Garry <john.garry@huawei.com> > --- > V2: > - Completed fileset for SPE. > - Added Arm and Arm64 architecture files. > > MAINTAINERS | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index deaafb617361..e76f7bb014ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13569,12 +13569,18 @@ F: kernel/events/* > F: tools/lib/perf/ > F: tools/perf/ > > -PERFORMANCE EVENTS SUBSYSTEM ARM64 PMU EVENTS > +PERFORMANCE EVENTS SUBSYSTEM ARM64 > R: John Garry <john.garry@huawei.com> > R: Will Deacon <will@kernel.org> > +R: Mathieu Poirier <mathieu.poirier@linaro.org> > +R: Leo Yan <leo.yan@linaro.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Supported > +F: tools/build/feature/test-libopencsd.c > +F: tools/perf/arch/arm*/ > F: tools/perf/pmu-events/arch/arm64/ > +F: tools/perf/util/arm-spe* > +F: tools/perf/util/cs-etm* > > PERSONALITY HANDLING > M: Christoph Hellwig <hch@infradead.org> > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE 2020-08-20 17:55 [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE Mathieu Poirier 2020-08-21 8:55 ` John Garry @ 2020-08-21 9:05 ` Will Deacon 2020-08-21 12:07 ` Arnaldo Carvalho de Melo 1 sibling, 1 reply; 4+ messages in thread From: Will Deacon @ 2020-08-21 9:05 UTC (permalink / raw) To: Mathieu Poirier Cc: mark.rutland, john.garry, linux-kernel, acme, leo.yan, jolsa, linux-arm-kernel On Thu, Aug 20, 2020 at 11:55:10AM -0600, Mathieu Poirier wrote: > Add entries for perf tools elements related to the support of Arm CoreSight > and Arm SPE. Also lump in Arm and Arm64 architecture files to provide > coverage. > > Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> > --- > V2: > - Completed fileset for SPE. > - Added Arm and Arm64 architecture files. > > MAINTAINERS | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index deaafb617361..e76f7bb014ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13569,12 +13569,18 @@ F: kernel/events/* > F: tools/lib/perf/ > F: tools/perf/ > > -PERFORMANCE EVENTS SUBSYSTEM ARM64 PMU EVENTS > +PERFORMANCE EVENTS SUBSYSTEM ARM64 I'd probably prefer to go with TOOLING instead of SUBSYSTEM, since the kernel parts are covered by the "ARM PMU PROFILING AND DEBUGGING" entry. > R: John Garry <john.garry@huawei.com> > R: Will Deacon <will@kernel.org> > +R: Mathieu Poirier <mathieu.poirier@linaro.org> > +R: Leo Yan <leo.yan@linaro.org> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Supported > +F: tools/build/feature/test-libopencsd.c > +F: tools/perf/arch/arm*/ > F: tools/perf/pmu-events/arch/arm64/ > +F: tools/perf/util/arm-spe* > +F: tools/perf/util/cs-etm* Either way, Acked-by: Will Deacon <will@kernel.org> Thanks, Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE 2020-08-21 9:05 ` Will Deacon @ 2020-08-21 12:07 ` Arnaldo Carvalho de Melo 0 siblings, 0 replies; 4+ messages in thread From: Arnaldo Carvalho de Melo @ 2020-08-21 12:07 UTC (permalink / raw) To: Will Deacon Cc: mark.rutland, Mathieu Poirier, john.garry, linux-kernel, leo.yan, jolsa, linux-arm-kernel Em Fri, Aug 21, 2020 at 10:05:31AM +0100, Will Deacon escreveu: > On Thu, Aug 20, 2020 at 11:55:10AM -0600, Mathieu Poirier wrote: > > Add entries for perf tools elements related to the support of Arm CoreSight > > and Arm SPE. Also lump in Arm and Arm64 architecture files to provide > > coverage. > > > > Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> > > --- > > V2: > > - Completed fileset for SPE. > > - Added Arm and Arm64 architecture files. > > > > MAINTAINERS | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index deaafb617361..e76f7bb014ce 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -13569,12 +13569,18 @@ F: kernel/events/* > > F: tools/lib/perf/ > > F: tools/perf/ > > > > -PERFORMANCE EVENTS SUBSYSTEM ARM64 PMU EVENTS > > +PERFORMANCE EVENTS SUBSYSTEM ARM64 > > I'd probably prefer to go with TOOLING instead of SUBSYSTEM, since the > kernel parts are covered by the "ARM PMU PROFILING AND DEBUGGING" entry. Yeah, I think its appropriate to have TOOLING instead of SUBSYSTEM, that is more commonly used when referring to the kernel. I'm applying with that change, locally, with your and John's Acked-by, please holler if that is somehow controversial. - Arnaldo > > R: John Garry <john.garry@huawei.com> > > R: Will Deacon <will@kernel.org> > > +R: Mathieu Poirier <mathieu.poirier@linaro.org> > > +R: Leo Yan <leo.yan@linaro.org> > > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > S: Supported > > +F: tools/build/feature/test-libopencsd.c > > +F: tools/perf/arch/arm*/ > > F: tools/perf/pmu-events/arch/arm64/ > > +F: tools/perf/util/arm-spe* > > +F: tools/perf/util/cs-etm* > > Either way, > > Acked-by: Will Deacon <will@kernel.org> > > Thanks, > > Will -- - Arnaldo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-08-21 12:09 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-08-20 17:55 [PATCH v2] MAINTAINERS: Add entries for CoreSight and Arm SPE Mathieu Poirier 2020-08-21 8:55 ` John Garry 2020-08-21 9:05 ` Will Deacon 2020-08-21 12:07 ` Arnaldo Carvalho de Melo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).