Re: [PATCH v3] dmadev: add tracepoints

2023-05-26 Thread fengchengwen
Hi Thomas, On 2023/5/25 5:12, Thomas Monjalon wrote: > 15/04/2023 02:33, Chengwen Feng: >> Add tracepoints at important APIs for tracing support. >> >> Signed-off-by: Chengwen Feng >> Acked-by: Morten Brørup > > This patch triggers a failure in Intel CI: > asan_smoke | test_rxtx_with_ASan_enab

Re: [PATCH v3] dmadev: add tracepoints

2023-05-24 Thread Thomas Monjalon
15/04/2023 02:33, Chengwen Feng: > Add tracepoints at important APIs for tracing support. > > Signed-off-by: Chengwen Feng > Acked-by: Morten Brørup This patch triggers a failure in Intel CI: asan_smoke | test_rxtx_with_ASan_enable| FAILED If you think it is a false positive, please could you

[PATCH v3] dmadev: add tracepoints

2023-04-14 Thread Chengwen Feng
Add tracepoints at important APIs for tracing support. Signed-off-by: Chengwen Feng Acked-by: Morten Brørup --- v3: Address Morten's comment: Move stats_get and vchan_status and to trace_fp.h. v2: Address Morten's comment: Make stats_get as fast-path trace-points. Place fast-path tr