From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lina Iyer Subject: Re: [PATCH RFC v2 3/3] drivers: irqchip: pdc: log PDC info in FTRACE Date: Mon, 5 Feb 2018 15:50:48 +0000 Message-ID: <20180205155048.GA22036@codeaurora.org> References: <20180202142200.6229-1-ilina@codeaurora.org> <20180202142200.6229-4-ilina@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:58584 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767AbeBEPuv (ORCPT ); Mon, 5 Feb 2018 10:50:51 -0500 Content-Disposition: inline In-Reply-To: <20180202142200.6229-4-ilina@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, sboyd@codeaurora.org, rnayak@codeaurora.org, asathyak@codeaurora.org, Steven Rostedt Hi Steve, On Fri, Feb 02 2018 at 14:22 +0000, Lina Iyer wrote: >From: Archana Sathyakumar > >Log key PDC pin configuration in FTRACE. > >Cc: Steven Rostedt >Signed-off-by: Archana Sathyakumar >Signed-off-by: Lina Iyer >--- > drivers/irqchip/qcom-pdc.c | 7 ++++++ > include/trace/events/pdc.h | 55 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 62 insertions(+) > create mode 100644 include/trace/events/pdc.h > >diff --git a/drivers/irqchip/qcom-pdc.c b/drivers/irqchip/qcom-pdc.c >index a392380eada6..7f177ad88713 100644 >--- a/drivers/irqchip/qcom-pdc.c >+++ b/drivers/irqchip/qcom-pdc.c >@@ -26,6 +26,8 @@ > #include > #include > #include >+#define CREATE_TRACE_POINTS >+#include "trace/events/pdc.h" > In addition to this PDC patch, there are a few drivers with FTRACE support coming for up QCOM SoCs. Would it make sense to open up a new sub-folder for SoC specific FTRACE like say, trace/events/soc/ trace/events/soc/qcom/ What would be your recommendation? At the very least, I am thinking of renaming this file to trace/events/qcom-pdc.h. Thanks, Lina