test mbuf attach
[dpdk.git] / app / test / test_trace_register.c
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2020 Marvell International Ltd.
3  */
4
5 #include <rte_trace_point_register.h>
6
7 #include "test_trace.h"
8
9 RTE_TRACE_POINT_REGISTER(app_dpdk_test_tp, app.dpdk.test.tp)
10 RTE_TRACE_POINT_REGISTER(app_dpdk_test_fp, app.dpdk.test.fp)