199a2dd95SBruce Richardson /* SPDX-License-Identifier: BSD-3-Clause
299a2dd95SBruce Richardson  * Copyright(C) 2020 Marvell International Ltd.
399a2dd95SBruce Richardson  */
499a2dd95SBruce Richardson 
599a2dd95SBruce Richardson #include <rte_trace_point_register.h>
699a2dd95SBruce Richardson 
799a2dd95SBruce Richardson #include "rte_cryptodev_trace.h"
899a2dd95SBruce Richardson 
999a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_configure,
1099a2dd95SBruce Richardson 	lib.cryptodev.configure)
1199a2dd95SBruce Richardson 
1299a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_start,
1399a2dd95SBruce Richardson 	lib.cryptodev.start)
1499a2dd95SBruce Richardson 
1599a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_stop,
1699a2dd95SBruce Richardson 	lib.cryptodev.stop)
1799a2dd95SBruce Richardson 
1899a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_close,
1999a2dd95SBruce Richardson 	lib.cryptodev.close)
2099a2dd95SBruce Richardson 
2199a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_queue_pair_setup,
2299a2dd95SBruce Richardson 	lib.cryptodev.queue.pair.setup)
2399a2dd95SBruce Richardson 
2499a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_sym_session_pool_create,
2599a2dd95SBruce Richardson 	lib.cryptodev.sym.pool.create)
2699a2dd95SBruce Richardson 
27*1f1e4b7cSCiara Power RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_asym_session_pool_create,
28*1f1e4b7cSCiara Power 	lib.cryptodev.asym.pool.create)
29*1f1e4b7cSCiara Power 
3099a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_sym_session_create,
3199a2dd95SBruce Richardson 	lib.cryptodev.sym.create)
3299a2dd95SBruce Richardson 
3399a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_asym_session_create,
3499a2dd95SBruce Richardson 	lib.cryptodev.asym.create)
3599a2dd95SBruce Richardson 
3699a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_sym_session_free,
3799a2dd95SBruce Richardson 	lib.cryptodev.sym.free)
3899a2dd95SBruce Richardson 
3999a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_asym_session_free,
4099a2dd95SBruce Richardson 	lib.cryptodev.asym.free)
4199a2dd95SBruce Richardson 
4299a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_sym_session_init,
4399a2dd95SBruce Richardson 	lib.cryptodev.sym.init)
4499a2dd95SBruce Richardson 
4599a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_sym_session_clear,
4699a2dd95SBruce Richardson 	lib.cryptodev.sym.clear)
4799a2dd95SBruce Richardson 
4899a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_enqueue_burst,
4999a2dd95SBruce Richardson 	lib.cryptodev.enq.burst)
5099a2dd95SBruce Richardson 
5199a2dd95SBruce Richardson RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_dequeue_burst,
5299a2dd95SBruce Richardson 	lib.cryptodev.deq.burst)
53