[PATCH 0/2] input: Add tracepoint support

From: WangYuli
Date: Thu Jul 10 2025 - 03:29:08 EST


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