RE: [EXTERNAL] [PATCH v4 3/5] trace: support dereferencing pointers

2025-03-04 Thread Sunil Kumar Kori
> Rather than use an intermediate variable, add new helpers that handle > dereferencing pointers. > Update dmadev traces accordingly (and adjust the emitter type). > > Signed-off-by: David Marchand > --- > Changes since v3: > - started from scratch with different approach, added new helpers > t

[PATCH v4 3/5] trace: support dereferencing pointers

2025-03-04 Thread David Marchand
Rather than use an intermediate variable, add new helpers that handle dereferencing pointers. Update dmadev traces accordingly (and adjust the emitter type). Signed-off-by: David Marchand --- Changes since v3: - started from scratch with different approach, added new helpers to avoid touching c