X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=lib%2Flibrte_cryptodev%2Fcryptodev_trace_points.c;h=7672c7b99b977f8c466e381a6a935262d87c991d;hb=4963c6ba977a893403823f008b29e797cb825aef;hp=9df213e25b6e4e797599f942d4a436f497f78bc8;hpb=4cf30e3f3c3523d94ac0e28bc235c7bbc1cbac65;p=dpdk.git diff --git a/lib/librte_cryptodev/cryptodev_trace_points.c b/lib/librte_cryptodev/cryptodev_trace_points.c index 9df213e25b..7672c7b99b 100644 --- a/lib/librte_cryptodev/cryptodev_trace_points.c +++ b/lib/librte_cryptodev/cryptodev_trace_points.c @@ -2,7 +2,7 @@ * Copyright(C) 2020 Marvell International Ltd. */ -#define RTE_TRACE_POINT_REGISTER_SELECT +#include #include "rte_cryptodev_trace.h" @@ -61,6 +61,12 @@ RTE_INIT(cryptodev_trace_init) RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_asym_session_init, lib.cryptodev.asym.init); + RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_sym_session_clear, + lib.cryptodev.sym.clear); + + RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_asym_session_clear, + lib.cryptodev.asym.clear); + RTE_TRACE_POINT_REGISTER(rte_cryptodev_trace_enqueue_burst, lib.cryptodev.enq.burst);