]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firewire: core: record card index in tracepoints event for self ID sequence
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 14 Jun 2024 00:42:51 +0000 (09:42 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 16 Jun 2024 23:37:04 +0000 (08:37 +0900)
commit2fd22faf0e9f120c39e6f47e5622b0039bb10817
tree27b34544792393f1327cbeb66134a4b0922c5074
parent67e51784c1974e0db8457ef5bcc179b9511bce22
firewire: core: record card index in tracepoints event for self ID sequence

This patch is for for-next branch.

The selfIDComplete event occurs in the bus managed by one of 1394 OHCI
controller in Linux system, while the existing tracepoints events has
the lack of data about it to distinguish the issued hardware from the
others.

This commit adds card_index member into event structure to store the index
of host controller in use, and prints it.

Link: https://lore.kernel.org/r/20240614004251.460649-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-topology.c
include/trace/events/firewire.h