2021-08-23 12:26:22 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
|
2015-07-30 15:17:43 -04:00
|
|
|
/*
|
2018-09-26 10:27:03 -07:00
|
|
|
* Copyright(c) 2015 - 2018 Intel Corporation.
|
2015-07-30 15:17:43 -04:00
|
|
|
*/
|
2017-09-26 07:01:09 -07:00
|
|
|
|
|
|
|
|
#define packettype_name(etype) { RHF_RCV_TYPE_##etype, #etype }
|
|
|
|
|
#define show_packettype(etype) \
|
|
|
|
|
__print_symbolic(etype, \
|
|
|
|
|
packettype_name(EXPECTED), \
|
|
|
|
|
packettype_name(EAGER), \
|
|
|
|
|
packettype_name(IB), \
|
|
|
|
|
packettype_name(ERROR), \
|
|
|
|
|
packettype_name(BYPASS))
|
|
|
|
|
|
2016-07-01 16:01:06 -07:00
|
|
|
#include "trace_dbg.h"
|
|
|
|
|
#include "trace_misc.h"
|
|
|
|
|
#include "trace_ctxts.h"
|
|
|
|
|
#include "trace_ibhdrs.h"
|
|
|
|
|
#include "trace_rc.h"
|
|
|
|
|
#include "trace_rx.h"
|
|
|
|
|
#include "trace_tx.h"
|
2017-08-28 11:23:27 -07:00
|
|
|
#include "trace_mmu.h"
|
2018-09-26 10:27:03 -07:00
|
|
|
#include "trace_iowait.h"
|
2019-01-24 06:10:09 -08:00
|
|
|
#include "trace_tid.h"
|