Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / infiniband / hw / hfi1 / trace.h
blobbb3cc006bacdfb0b12f0bf4343b2c3be30787116
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3 * Copyright(c) 2015 - 2018 Intel Corporation.
4 */
6 #define packettype_name(etype) { RHF_RCV_TYPE_##etype, #etype }
7 #define show_packettype(etype) \
8 __print_symbolic(etype, \
9 packettype_name(EXPECTED), \
10 packettype_name(EAGER), \
11 packettype_name(IB), \
12 packettype_name(ERROR), \
13 packettype_name(BYPASS))
15 #include "trace_dbg.h"
16 #include "trace_misc.h"
17 #include "trace_ctxts.h"
18 #include "trace_ibhdrs.h"
19 #include "trace_rc.h"
20 #include "trace_rx.h"
21 #include "trace_tx.h"
22 #include "trace_mmu.h"
23 #include "trace_iowait.h"
24 #include "trace_tid.h"