[PATCH 0/2] input: Add tracepoint support

WangYuli posted 2 patches 2 months, 4 weeks ago
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
[PATCH 0/2] input: Add tracepoint support
Posted by WangYuli 2 months, 4 weeks ago
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