firewire: core: add support for Linux kernel tracepoints
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 29 Apr 2024 04:32:14 +0000 (13:32 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 6 May 2024 02:06:05 +0000 (11:06 +0900)
commit57614c28843d4ec34c12ca67dd11411396aab55d
tree53d401ed2e9956612d4686a29d1ce4bcafdda275
parentaa5c5edc08c5f92753e9182c6d5f9e8caa2466d9
firewire: core: add support for Linux kernel tracepoints

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/20240429043218.609398-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/Makefile
drivers/firewire/core-trace.c [new file with mode: 0644]
include/trace/events/firewire.h [new file with mode: 0644]