On Wed, 9 May 2018 11:01:52 -0600Sorry, no it did not change in v8.
Lina Iyer <ilina@xxxxxxxxxxxxxx> 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) <rostedt@xxxxxxxxxxx>
to you patch queue.
-- Steve
Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
Signed-off-by: Lina Iyer <ilina@xxxxxxxxxxxxxx>
---
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
---