]> 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)
commit35ef39469144d891bd6d3ef59f1a031d6a3f3424
treeb13c53f92809db30f0e762217e6861a1914dc435
parent5a4f2deca54ce249cc25d73cc9e2b631499a8172
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]