Re: [dpdk-dev] [PATCH v1 05/32] eal/trace: add internal trace init and fini interface

2020-03-23 Thread Jerin Jacob
On Thu, Mar 19, 2020 at 4:05 PM Mattias Rönnblom wrote: > > On 2020-03-18 20:02, jer...@marvell.com wrote: > > From: Jerin Jacob > > +static bool > > +trace_entry_compare(const char *name) > > +{ > > + struct trace_point_head *tp_list = trace_list_head_get(); > > + struct trace_point *tp

Re: [dpdk-dev] [PATCH v1 05/32] eal/trace: add internal trace init and fini interface

2020-03-19 Thread Mattias Rönnblom
On 2020-03-18 20:02, jer...@marvell.com wrote: > From: Jerin Jacob > > Define eal_trace_init() and eal_trace_fini() EAL interface > functions that rte_eal_init() and rte_eal_cleanup() function can be > use to initialize and finalize the trace subsystem. > eal_trace_init() function will add the fol

[dpdk-dev] [PATCH v1 05/32] eal/trace: add internal trace init and fini interface

2020-03-18 Thread jerinj
From: Jerin Jacob Define eal_trace_init() and eal_trace_fini() EAL interface functions that rte_eal_init() and rte_eal_cleanup() function can be use to initialize and finalize the trace subsystem. eal_trace_init() function will add the following functionality if trace is enabled through EAL comma