1// SPDX-License-Identifier: GPL-2.0
2/* Marvell RVU Admin Function driver
3 *
4 * Copyright (C) 2020 Marvell.
5 *
6 */
7
8#define CREATE_TRACE_POINTS
9#include "rvu_trace.h"
10
11EXPORT_TRACEPOINT_SYMBOL(otx2_msg_alloc);
12EXPORT_TRACEPOINT_SYMBOL(otx2_msg_interrupt);
13EXPORT_TRACEPOINT_SYMBOL(otx2_msg_process);
14

source code of linux/drivers/net/ethernet/marvell/octeontx2/af/rvu_trace.c