public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] firewire: ohci: add support for tracepoints events
@ 2024-06-25  3:18 Takashi Sakamoto
  2024-06-25  3:18 ` [PATCH 1/2] firewire: ohci: add support for Linux kernel tracepoints Takashi Sakamoto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Sakamoto @ 2024-06-25  3:18 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel

Hi,

1394 OHCI hardware triggers PCI interrupts to notify any events to
software. Current driver for the hardware is programmed by the typical
way to utilize top- and bottom- halves, thus it has a timing gap to handle
the notification in softIRQ (tasklet). The Linux Kernel Tracepoints
framework is enough useful to trace the interaction between 1394 OHCI
hardware and its driver.

This series of changes adds support for tracepoints events to the
driver, and adds an event, 'irqs', so that comparison of the event and
any event in firewire subsystem is helpful to diagnose the timing gap.

Takashi Sakamoto (2):
  firewire: ohci: add support for Linux kernel tracepoints
  firewire: ohci: add tracepoints event for hardIRQ event

 drivers/firewire/ohci.c              |  4 +++
 include/trace/events/firewire.h      |  1 +
 include/trace/events/firewire_ohci.h | 47 ++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)
 create mode 100644 include/trace/events/firewire_ohci.h

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-27 13:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25  3:18 [PATCH 0/2] firewire: ohci: add support for tracepoints events Takashi Sakamoto
2024-06-25  3:18 ` [PATCH 1/2] firewire: ohci: add support for Linux kernel tracepoints Takashi Sakamoto
2024-06-25  3:18 ` [PATCH 2/2] firewire: ohci: add tracepoints event for hardIRQ event Takashi Sakamoto
2024-06-27 13:21 ` [PATCH 0/2] firewire: ohci: add support for tracepoints events Takashi Sakamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox