Queries on DPDK Trace Library usage
Jerin Jacob
jerinjacobk at gmail.com
Mon May 6 10:30:24 CEST 2024
On Tue, Apr 30, 2024 at 8:31 PM NAGENDRA BALAGANI
<nagendra.balagani at oracle.com> wrote:
>
> Hi Team / Jerin,
>
>
>
> I am trying to use DPDK Trace Library functionality in my DPDK application. I've successfully observed the trace files being generated by invoking rte_trace_save(), particularly when utilizing the EAL option '--trace=.*'
>
> I have the following queries,
>
>
>
> 1. How to enable/disable the trace files runtime in a dpdk application?
rte_trace_point_enable() and rte_trace_point_disable()
>
> 2. How to trigger new trace points added in the application code?
See app/test/test_trace.c test code for (1) and (2).
>
>
>
> Regards,
> Nagendra
More information about the dev
mailing list