From: Archana Sathyakumar <asathyak@xxxxxxxxxxxxxx>In addition to this PDC patch, there are a few drivers with FTRACE
Log key PDC pin configuration in FTRACE.
Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
Signed-off-by: Archana Sathyakumar <asathyak@xxxxxxxxxxxxxx>
Signed-off-by: Lina Iyer <ilina@xxxxxxxxxxxxxx>
---
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 <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/types.h>
+#define CREATE_TRACE_POINTS
+#include "trace/events/pdc.h"