aboutsummaryrefslogtreecommitdiff
path: root/include/trace/events/pwm.h
AgeCommit message (Collapse)AuthorFilesLines
2022-12-06pwm/tracing: Also record trace events for failed API callsUwe Kleine-König1-10/+10
Record and report an error code for the events. This allows to report about failed calls without ambiguity and so gives a more complete picture. Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
2020-01-20pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König1-0/+58
This allows to log all calls to the driver's lowlevel functions which simplifies debugging in some cases. Signed-off-by: Uwe Kleine-König <[email protected]> Reviewed-by: Steven Rostedt (VMware) <[email protected]> Signed-off-by: Thierry Reding <[email protected]>