[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <19571F312EE197A5+20250710072634.3992019-1-wangyuli@uniontech.com>
Date: Thu, 10 Jul 2025 15:26:34 +0800
From: WangYuli <wangyuli@...ontech.com>
To: dmitry.torokhov@...il.com,
rostedt@...dmis.org,
mhiramat@...nel.org,
mathieu.desnoyers@...icios.com,
wangyuli@...ontech.com
Cc: linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org,
zhanjun@...ontech.com,
niecheng1@...ontech.com,
guanwentao@...ontech.com,
wangyuli@...pin.org
Subject: [PATCH 0/2] input: Add tracepoint support
Introduce a set of tracepoints for the input subsystem to enable
better debugging, monitoring, and performance analysis of input
device operations.
WangYuli (2):
input: Add tracepoint support
selftests: input: Add tracepoint testing script
MAINTAINERS | 3 +
drivers/input/input.c | 18 +-
include/trace/events/input.h | 251 ++++++++++++++++++
.../selftests/input/test_input_tracepoints.sh | 78 ++++++
4 files changed, 349 insertions(+), 1 deletion(-)
create mode 100644 include/trace/events/input.h
create mode 100755 tools/testing/selftests/input/test_input_tracepoints.sh
--
2.50.0
Powered by blists - more mailing lists