[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 13/14] MAINTAINERS: add maintainer of simpletrace.py
From: |
Mads Ynddal |
Subject: |
[PATCH v5 13/14] MAINTAINERS: add maintainer of simpletrace.py |
Date: |
Tue, 26 Sep 2023 12:34:35 +0200 |
From: Mads Ynddal <m.ynddal@samsung.com>
In my work to refactor simpletrace.py, I noticed that there's no
maintainer of it, and has the status of "odd fixes". I'm using it from
time to time, so I'd like to maintain the script.
I've added myself as reviewer under "Tracing" to be informed of changes
that might affect simpletrace.py.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Mads Ynddal <m.ynddal@samsung.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 355b1960ce..81625f036b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3170,6 +3170,7 @@ F: stubs/
Tracing
M: Stefan Hajnoczi <stefanha@redhat.com>
+R: Mads Ynddal <mads@ynddal.dk>
S: Maintained
F: trace/
F: trace-events
@@ -3182,6 +3183,11 @@ F: docs/tools/qemu-trace-stap.rst
F: docs/devel/tracing.rst
T: git https://github.com/stefanha/qemu.git tracing
+Simpletrace
+M: Mads Ynddal <mads@ynddal.dk>
+S: Maintained
+F: scripts/simpletrace.py
+
TPM
M: Stefan Berger <stefanb@linux.ibm.com>
S: Maintained
--
2.38.1
- [PATCH v5 03/14] simpletrace: improve parsing of sys.argv; fix files never closed., (continued)
- [PATCH v5 03/14] simpletrace: improve parsing of sys.argv; fix files never closed., Mads Ynddal, 2023/09/26
- [PATCH v5 04/14] simpletrace: changed naming of edict and idtoname to improve readability, Mads Ynddal, 2023/09/26
- [PATCH v5 05/14] simpletrace: update code for Python 3.11, Mads Ynddal, 2023/09/26
- [PATCH v5 06/14] simpletrace: improved error handling on struct unpack, Mads Ynddal, 2023/09/26
- [PATCH v5 07/14] simpletrace: define exception and add handling, Mads Ynddal, 2023/09/26
- [PATCH v5 08/14] simpletrace: made Analyzer into context-manager, Mads Ynddal, 2023/09/26
- [PATCH v5 09/14] simpletrace: refactor to separate responsibilities, Mads Ynddal, 2023/09/26
- [PATCH v5 10/14] simpletrace: move logic of process into internal function, Mads Ynddal, 2023/09/26
- [PATCH v5 11/14] simpletrace: move event processing to Analyzer class, Mads Ynddal, 2023/09/26
- [PATCH v5 12/14] simpletrace: added simplified Analyzer2 class, Mads Ynddal, 2023/09/26
- [PATCH v5 13/14] MAINTAINERS: add maintainer of simpletrace.py,
Mads Ynddal <=
- [PATCH v5 14/14] scripts/analyse-locks-simpletrace.py: changed iteritems() to items(), Mads Ynddal, 2023/09/26
- Re: [PATCH v5 00/14] simpletrace: refactor and general improvements, Stefan Hajnoczi, 2023/09/26