xref: /linux-6.15/drivers/firewire/core-trace.c (revision 06dcc4c9)
157614c28STakashi Sakamoto // SPDX-License-Identifier: GPL-2.0-or-later
257614c28STakashi Sakamoto // Copyright (c) 2024 Takashi Sakamoto
357614c28STakashi Sakamoto 
41ccfd1a4STakashi Sakamoto #include <linux/types.h>
5677ceae1STakashi Sakamoto #include <linux/err.h>
61ccfd1a4STakashi Sakamoto #include "packet-header-definitions.h"
7677ceae1STakashi Sakamoto #include "phy-packet-definitions.h"
81ccfd1a4STakashi Sakamoto 
957614c28STakashi Sakamoto #define CREATE_TRACE_POINTS
1057614c28STakashi Sakamoto #include <trace/events/firewire.h>
11677ceae1STakashi Sakamoto 
12677ceae1STakashi Sakamoto #ifdef TRACEPOINTS_ENABLED
13*daf763c2STakashi Sakamoto EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_inbound_single_completions);
14*daf763c2STakashi Sakamoto EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_inbound_multiple_completions);
15*daf763c2STakashi Sakamoto EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_outbound_completions);
16677ceae1STakashi Sakamoto #endif
17