Commit 1f03d55e authored by Wang Yaxin's avatar Wang Yaxin Committed by Andrew Morton
Browse files

MAINTAINERS: add maintainers for delaytop

The delaytop tool supports showing system delays and task-level delays,
effectively identifying the top-n tasks with high latency in the system,
which is highly beneficial for improving system performance.  Wang Yaxin
and her colleague Fan Yu focus on locating system delay issues.  To
promote the thriving development of delaytop, we hope to serve as
maintainers to continuously improve it, aiming to provide a more effective
solution for system latency issues in the future.

Link: https://lkml.kernel.org/r/20250721094049958ImB8XG_imntcPqpQn1KfG@zte.com.cn


Signed-off-by: default avatarWang Yaxin <wang.yaxin@zte.com.cn>
Signed-off-by: default avatarFan Yu <fan.yu9@zte.com.cn>
Reviewed-by: default avatarYang Yang <yang.yang29@zte.com.cn>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: xu xin <xu.xin16@zte.com.cn>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 58b4fba8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -19462,6 +19462,16 @@ S: Maintained
F:	include/linux/delayacct.h
F:	kernel/delayacct.c
TASK DELAY MONITORING TOOLS
M:	Andrew Morton <akpm@linux-foundation.org>
M:	Wang Yaxin <wang.yaxin@zte.com.cn>
M:	Fan Yu <fan.yu9@zte.com.cn>
L:	linux-kernel@vger.kernel.org
S:	Maintained
F:	Documentation/accounting/delay-accounting.rst
F:	tools/accounting/delaytop.c
F:	tools/accounting/getdelays.c
PERFORMANCE EVENTS SUBSYSTEM
M:	Peter Zijlstra <peterz@infradead.org>
M:	Ingo Molnar <mingo@redhat.com>