Re: [PATCH v3 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

2018-03-06 Thread Steven Rostedt
On Tue, 6 Mar 2018 15:05:42 -0700 Lina Iyer wrote: > Duh. FTRACE seems to have been disabled. Will fix and update. Don't feel bad. You're not alone, I've done that too ;-) -- Steve

Re: [PATCH v3 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

2018-03-06 Thread Lina Iyer
On Tue, Mar 06 2018 at 14:56 -0700, Lina Iyer wrote: On Tue, Mar 06 2018 at 14:47 -0700, Steven Rostedt wrote: On Tue, 6 Mar 2018 13:38:06 +0800 kbuild test robot wrote: drivers/soc/qcom/./trace-rpmh.h:29:3: error: implicit declaration of function '__assign_string'; did you mean '__assign_st

Re: [PATCH v3 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

2018-03-06 Thread Lina Iyer
On Tue, Mar 06 2018 at 14:47 -0700, Steven Rostedt wrote: On Tue, 6 Mar 2018 13:38:06 +0800 kbuild test robot wrote: >> drivers/soc/qcom/./trace-rpmh.h:29:3: error: implicit declaration of function '__assign_string'; did you mean '__assign_str'? [-Werror=implicit-function-declaration] Yes,

Re: [PATCH v3 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

2018-03-06 Thread Steven Rostedt
On Tue, 6 Mar 2018 13:38:06 +0800 kbuild test robot wrote: > >> drivers/soc/qcom/./trace-rpmh.h:29:3: error: implicit declaration of > >> function '__assign_string'; did you mean '__assign_str'? > >> [-Werror=implicit-function-declaration] Yes, you meant __assign_str(). I may have said __ass

Re: [PATCH v3 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

2018-03-05 Thread kbuild test robot
Hi Lina, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v4.16-rc4 next-20180306] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/co

[PATCH v3 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE

2018-03-02 Thread Lina Iyer
Log sent RPMH requests and interrupt responses in FTRACE. Cc: Steven Rostedt Signed-off-by: Lina Iyer --- Changes in v3: - Use __string() instead of char * - fix TRACE_INCLUDE_PATH --- drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/rpmh-rsc.c | 6 +++ drivers/soc/qco