2024-04-29 04:32:14 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
// Copyright (c) 2024 Takashi Sakamoto
|
|
|
|
|
2024-06-05 23:51:54 +00:00
|
|
|
#include <linux/types.h>
|
2024-06-05 23:51:55 +00:00
|
|
|
#include <linux/err.h>
|
2024-06-05 23:51:54 +00:00
|
|
|
#include "packet-header-definitions.h"
|
2024-06-05 23:51:55 +00:00
|
|
|
#include "phy-packet-definitions.h"
|
2024-06-05 23:51:54 +00:00
|
|
|
|
2024-04-29 04:32:14 +00:00
|
|
|
#define CREATE_TRACE_POINTS
|
|
|
|
#include <trace/events/firewire.h>
|
2024-06-05 23:51:55 +00:00
|
|
|
|
|
|
|
#ifdef TRACEPOINTS_ENABLED
|
2024-06-23 22:08:58 +00:00
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_inbound_single_completions);
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_inbound_multiple_completions);
|
|
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(isoc_outbound_completions);
|
2024-06-05 23:51:55 +00:00
|
|
|
#endif
|