Re: [PATCH 0/6] Tracing register accesses with pstore and dynamic debug

From: Sai Prakash Ranjan
Date: Tue Sep 11 2018 - 12:12:15 EST


On 9/11/2018 8:41 PM, Will Deacon wrote:
Hello,

On Sun, Sep 09, 2018 at 01:57:01AM +0530, Sai Prakash Ranjan wrote:
This patch series adds Event tracing support to pstore and is continuation
to the RFC patch introduced to add a new tracing facility for register
accesses called Register Trace Buffer(RTB). Since we decided to not introduce
a separate framework to trace register accesses and use existing framework
like tracepoints, I have moved from RFC. Details of the RFC in link below:

Link: https://lore.kernel.org/lkml/cover.1535119710.git.saiprakash.ranjan@xxxxxxxxxxxxxx/

The arm64 backend bits look fine to be, but they're mixed up with core
changes that I haven't looked at closely.

Hi Will,

Thanks for the review. Let me know if you have any suggestions or points regarding this patch, I will be happy to incorporate it.