Introduces a new tool that can be used for testing. Also add MAINTAINERS entry as per William's recommendations. Changelog: - This is a split of another series [1]. [1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@xxxxxxxxxxx/ Fabrice Gasnier (2): tools/counter: add a flexible watch events tool MAINTAINERS: add myself as counter watch events tool maintainer MAINTAINERS | 5 + tools/counter/Build | 1 + tools/counter/Makefile | 12 +- tools/counter/counter_watch_events.c | 372 +++++++++++++++++++++++++++ 4 files changed, 388 insertions(+), 2 deletions(-) create mode 100644 tools/counter/counter_watch_events.c -- 2.25.1