[PATCH V2] MAINTAINERS: Add RTLA entry

Daniel Bristot de Oliveira posted 1 patch 4 years, 4 months ago
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH V2] MAINTAINERS: Add RTLA entry
Posted by Daniel Bristot de Oliveira 4 years, 4 months ago
Add an RTLA entry in the MAINTAINERS file with Steven Rostedt and
myself as maintainers.

Cc: Daniel Bristot de Oliveira <bristot@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Joe Perches <joe@perches.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-trace-devel@vger.kernel.org
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
---
Changes from V1:
 Add trailing slash after dir paths (Joe Perches)

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bb83dcbcb619..fad694078b4c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19581,6 +19581,14 @@ F:	Documentation/trace/timerlat-tracer.rst
 F:	Documentation/trace/hwlat_detector.rst
 F:	arch/*/kernel/trace.c
 
+Real-time Linux Analysis (RTLA) tools
+M:	Daniel Bristot de Oliveira <bristot@kernel.org>
+M:	Steven Rostedt <rostedt@goodmis.org>
+L:	linux-trace-devel@vger.kernel.org
+S:	Maintained
+F:	Documentation/tools/rtla/
+F:	tools/tracing/rtla/
+
 TRADITIONAL CHINESE DOCUMENTATION
 M:	Hu Haowen <src.res@email.cn>
 L:	linux-doc-tw-discuss@lists.sourceforge.net
-- 
2.34.1

Re: [PATCH] MAINTAINERS: Add RTLA entry
Posted by Joe Perches 4 years, 4 months ago
On Fri, 2022-02-04 at 18:18 +0100, Daniel Bristot de Oliveira wrote:
> Add an RTLA entry in the MAINTAINERS file with Steven Rostedt and
> myself as maintainers.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -19581,6 +19581,14 @@ F:	Documentation/trace/timerlat-tracer.rst
>  F:	Documentation/trace/hwlat_detector.rst
>  F:	arch/*/kernel/trace.c
>  
> +Real-time Linux Analysis (RTLA) tools
> +M:	Daniel Bristot de Oliveira <bristot@kernel.org>
> +M:	Steven Rostedt <rostedt@goodmis.org>
> +L:	linux-trace-devel@vger.kernel.org
> +S:	Maintained
> +F:	tools/tracing/rtla
> +F:	Documentation/tools/rtla

ideally both of these F: entries would have a trailing slash

F:	tools/tracing/rtla/
F:	Documentation/tools/rtla/