On Wed, 9 May 2018 11:01:52 -0600 Lina Iyer <il...@codeaurora.org> wrote:
> Log sent RPMH requests and interrupt responses in FTRACE. Has this changed since the last time I reviewed it? If not, please add the: Reviewed-by: Steven Rostedt (VMware) <rost...@goodmis.org> to you patch queue. -- Steve > > Cc: Steven Rostedt <rost...@goodmis.org> > Signed-off-by: Lina Iyer <il...@codeaurora.org> > --- > > Changes in v7: > - varible name changes and white space > > Changes in v6: > - struct tcs_response was removed. Fix in trace as well. > Changes in v4: > - fix compilation issues, use __assign_str > - use %#x instead of 0x%08x > Changes in v3: > - Use __string() instead of char * > - fix TRACE_INCLUDE_PATH > ---