RE: [EXT] [PATCH v2 4/9] trace: rework loop on trace points

2022-10-12 Thread Sunil Kumar Kori
> -Original Message- > From: David Marchand > Sent: Tuesday, October 4, 2022 3:14 PM > To: dev@dpdk.org > Cc: sk...@mavell.com; Jerin Jacob Kollanukkaran ; > Sunil Kumar Kori > Subject: [EXT] [PATCH v2 4/9] trace: rework loop on trace point

Re: [PATCH v2 4/9] trace: rework loop on trace points

2022-10-11 Thread Jerin Jacob
On Tue, Oct 4, 2022 at 3:15 PM David Marchand wrote: > > Directly skip the block when a trace point does not match the user > criteria. > > Signed-off-by: David Marchand Acked-by: Jerin Jacob > --- > lib/eal/common/eal_common_trace.c | 34 +-- > 1 file changed, 19

[PATCH v2 4/9] trace: rework loop on trace points

2022-10-04 Thread David Marchand
Directly skip the block when a trace point does not match the user criteria. Signed-off-by: David Marchand --- lib/eal/common/eal_common_trace.c | 34 +-- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/lib/eal/common/eal_common_trace.c b/lib/eal/comm