]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firewire: ohci: add support for Linux kernel tracepoints
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 25 Jun 2024 03:18:05 +0000 (12:18 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 25 Jun 2024 12:49:43 +0000 (21:49 +0900)
commit001c1ff5dc397bc26a3d1a0da8733c179f39c946
treecb82d6c48805b12ab465f1986f3fb18d5de7c315
parentdaf763c2d6d1dc50586e351aca868c7786d3c84e
firewire: ohci: add support for Linux kernel tracepoints

The Linux Kernel Tracepoints framework is enough useful to trace the
interaction between 1394 OHCI hardware and its driver.

This commit adds firewire_ohci subsystem to use the framework. It is
defined as the different subsystem from the existing firewire subsystem.
The definition file for the existing subsystem is slightly changed so that
both subsystems are available in 1394 OHCI driver.

Link: https://lore.kernel.org/r/20240625031806.956650-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c
include/trace/events/firewire.h
include/trace/events/firewire_ohci.h [new file with mode: 0644]