aboutsummaryrefslogtreecommitdiff
path: root/drivers/firewire/core-trace.c
AgeCommit message (Collapse)AuthorFilesLines
2024-05-06firewire: core: add support for Linux kernel tracepointsTakashi Sakamoto1-0/+5
The Linux Kernel Tracepoints framework is enough useful to trace packet data inbound to and outbound from core. This commit adds firewire subsystem to use the framework. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Sakamoto <[email protected]>