public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] firewire: core: add tracepoints events for isochronous context
@ 2024-06-23 22:08 Takashi Sakamoto
  2024-06-23 22:08 ` [PATCH 1/7] firewire: core: add tracepoints events for allocation/deallocation of " Takashi Sakamoto
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Takashi Sakamoto @ 2024-06-23 22:08 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel

Hi,

It is helpful to trace any operation for isochronous context for
debugging purposes. This series of changes is the last part to add
tracepoints events into core function.

Takashi Sakamoto (7):
  firewire: core: add tracepoints events for allocation/deallocation of
    isochronous context
  firewire: core: add tracepoints events for setting channels of
    multichannel context
  firewire: core: add tracepoints events for starting/stopping of
    isochronous context
  firewire: core: add tracepoints events for flushing of isochronous
    context
  firewire: core: add tracepoints events for flushing completions of
    isochronous context
  firewire: core: add tracepoints events for queueing packets of
    isochronous context
  firewire: core: add tracepoints events for completions of packets in
    isochronous context

 drivers/firewire/core-iso.c     |  32 +++
 drivers/firewire/core-trace.c   |   4 +
 drivers/firewire/ohci.c         |  25 +-
 include/trace/events/firewire.h | 463 ++++++++++++++++++++++++++++++++
 4 files changed, 518 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-06-24 22:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-23 22:08 [PATCH 0/7] firewire: core: add tracepoints events for isochronous context Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 1/7] firewire: core: add tracepoints events for allocation/deallocation of " Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 2/7] firewire: core: add tracepoints events for setting channels of multichannel context Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 3/7] firewire: core: add tracepoints events for starting/stopping of isochronous context Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 4/7] firewire: core: add tracepoints events for flushing " Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 5/7] firewire: core: add tracepoints events for flushing completions " Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 6/7] firewire: core: add tracepoints events for queueing packets " Takashi Sakamoto
2024-06-23 22:08 ` [PATCH 7/7] firewire: core: add tracepoints events for completions of packets in " Takashi Sakamoto
2024-06-24 22:35 ` [PATCH 0/7] firewire: core: add tracepoints events for " Takashi Sakamoto

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