DPDK  21.02.0
rte_cryptodev_trace_fp.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2020 Marvell International Ltd.
3  */
4 
5 #ifndef _RTE_CRYPTODEV_TRACE_FP_H_
6 #define _RTE_CRYPTODEV_TRACE_FP_H_
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include <rte_trace_point.h>
13 
15  rte_cryptodev_trace_enqueue_burst,
16  RTE_TRACE_POINT_ARGS(uint8_t dev_id, uint16_t qp_id, void **ops,
17  uint16_t nb_ops),
22 )
23 
25  rte_cryptodev_trace_dequeue_burst,
26  RTE_TRACE_POINT_ARGS(uint8_t dev_id, uint16_t qp_id, void **ops,
27  uint16_t nb_ops),
32 )
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif /* _RTE_CRYPTODEV_TRACE_FP_H_ */
#define RTE_TRACE_POINT_ARGS
#define rte_trace_point_emit_u8(val)
#define rte_trace_point_emit_u16(val)
#define rte_trace_point_emit_ptr(val)
#define RTE_TRACE_POINT_FP(tp, args,...)