]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fefb810e19103c3c13ea0e0233762928f1f0c03
treeb13c53f92809db30f0e762217e6861a1914dc435
parent85313896d7ba007b3db55ea6c5e45209da324264
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]