Re: [PATCH 2] Register read and writes tracing

2020-11-05 Thread Florian Fainelli
On 11/5/2020 6:56 PM, Prasad Sodagudi wrote: > This patch series adds register read/write event tracing > support. Qualcomm team tried upstreaming the register > trace buffer solution - [1] with pstore and dynamic debug > feature but that patch series didn't merge. I have followed > Steve sugges

[PATCH 2] Register read and writes tracing

2020-11-05 Thread Prasad Sodagudi
This patch series adds register read/write event tracing support. Qualcomm team tried upstreaming the register trace buffer solution - [1] with pstore and dynamic debug feature but that patch series didn't merge. I have followed Steve suggestion from -[2] and used tracepoint_enabled() API. [1] -