linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] input: Add tracepoint support
@ 2025-07-10  7:26 WangYuli
  2025-07-10  7:31 ` [PATCH 1/2] " WangYuli
  2025-07-10  7:31 ` [PATCH 2/2] selftests: input: Add tracepoint testing script WangYuli
  0 siblings, 2 replies; 8+ messages in thread
From: WangYuli @ 2025-07-10  7:26 UTC (permalink / raw)
  To: dmitry.torokhov, rostedt, mhiramat, mathieu.desnoyers, wangyuli
  Cc: linux-input, linux-kernel, linux-trace-kernel, zhanjun, niecheng1,
	guanwentao, wangyuli

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-28 13:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-10  7:26 [PATCH 0/2] input: Add tracepoint support WangYuli
2025-07-10  7:31 ` [PATCH 1/2] " WangYuli
2025-07-23  0:25   ` Steven Rostedt
2025-07-23  1:24     ` Mathieu Desnoyers
2025-07-28  7:07       ` WangYuli
2025-07-28 13:53         ` Mathieu Desnoyers
2025-07-28  6:51     ` WangYuli
2025-07-10  7:31 ` [PATCH 2/2] selftests: input: Add tracepoint testing script WangYuli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).