From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lina Iyer Subject: Re: [PATCH v2 03/10] drivers: qcom: rpmh-rsc: log RPMH requests in FTRACE Date: Thu, 15 Feb 2018 20:55:32 +0000 Message-ID: <20180215205532.GA29280@codeaurora.org> References: <20180215173507.10989-1-ilina@codeaurora.org> <20180215173507.10989-4-ilina@codeaurora.org> <20180215204118.GF23714@codeaurora.org> <20180215155135.187b1501@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:51700 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1162995AbeBOUze (ORCPT ); Thu, 15 Feb 2018 15:55:34 -0500 Content-Disposition: inline In-Reply-To: <20180215155135.187b1501@gandalf.local.home> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Steven Rostedt Cc: andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, rnayak@codeaurora.org, bjorn.andersson@linaro.org, linux-kernel@vger.kernel.org On Thu, Feb 15 2018 at 20:51 +0000, Steven Rostedt wrote: >On Thu, 15 Feb 2018 20:41:18 +0000 >Lina Iyer wrote: > > >> >--- a/drivers/soc/qcom/Makefile >> >+++ b/drivers/soc/qcom/Makefile >> >@@ -1,4 +1,5 @@ >> > # SPDX-License-Identifier: GPL-2.0 >> >+CFLAGS_trace-rpmh.o := -I$(src) >> I did this here.. > >Needs to be: > > CFLAGS_rpmh-rsc.o > >You need to use the C file that has the CREATE_TRACE_POINTS define. > Thank you so much. -- Lina >-- Steve > >> >> ... >> >> >+#undef TRACE_INCLUDE_PATH >> >+#define TRACE_INCLUDE_PATH ../../drivers/soc/qcom >> >+ >> Yet, I had to define the whole path here for it to compile. Per comments >> I should just need to do this - >> >> #define TRACE_INCLUDE_PATH . >> >> But it doesn't work. What am I missing? >> >> >+#undef TRACE_INCLUDE_FILE >> >+#define TRACE_INCLUDE_FILE trace-rpmh >> >+ >> >+#include >> >-- >> >> Thanks, >> Lina >