Re: [dpdk-dev] [PATCH v1 10/32] eal/trace: implement debug dump function

2020-03-23 Thread Jerin Jacob
On Mon, Mar 23, 2020 at 4:26 PM Morten Brørup wrote: > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of jer...@marvell.com > > Sent: Wednesday, March 18, 2020 8:02 PM > > > > From: Jerin Jacob > > > > Implement rte_trace_metadata_dump() and rte_trace_dump() > > functions. Former one used

Re: [dpdk-dev] [PATCH v1 10/32] eal/trace: implement debug dump function

2020-03-23 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of jer...@marvell.com > Sent: Wednesday, March 18, 2020 8:02 PM > > From: Jerin Jacob > > Implement rte_trace_metadata_dump() and rte_trace_dump() > functions. Former one used to dump the CTF metadata file and > the latter one to dump all the r

[dpdk-dev] [PATCH v1 10/32] eal/trace: implement debug dump function

2020-03-18 Thread jerinj
From: Jerin Jacob Implement rte_trace_metadata_dump() and rte_trace_dump() functions. Former one used to dump the CTF metadata file and the latter one to dump all the registered events and its status. Signed-off-by: Jerin Jacob Signed-off-by: Sunil Kumar Kori --- lib/librte_eal/common/eal_com