watchdog: Add tracing events for the most usual watchdog events
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 8 Oct 2022 17:46:02 +0000 (19:46 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Wed, 12 Oct 2022 07:47:02 +0000 (09:47 +0200)
commite25b091bed4946078c0998e4be77bc56824a9adf
treeb13c53f92809db30f0e762217e6861a1914dc435
parent099d387ebbcd70c6adc906ab5b66ef639c09dede
watchdog: Add tracing events for the most usual watchdog events

To simplify debugging which process touches a watchdog and when, add
tracing events for .start(), .set_timeout(), .ping() and .stop().

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20221008174602.3972859-1-u.kleine-koenig@pengutronix.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
MAINTAINERS
drivers/watchdog/watchdog_core.c
drivers/watchdog/watchdog_dev.c
include/trace/events/watchdog.h [new file with mode: 0644]