summaryrefslogtreecommitdiff
path: root/kernel/trace/Makefile
diff options
context:
space:
mode:
authorMatt Wagantall <mattw@codeaurora.org>2014-09-23 23:45:33 -0700
committerRohit Vaswani <rvaswani@codeaurora.org>2016-03-01 12:22:25 -0800
commit6a0fccbd29ff07dca1a25d5ff1ee15be0e221bd2 (patch)
tree7c896f2ad1baca6a37041a24397341de58bfc4b0 /kernel/trace/Makefile
parentf973afee85ad998191bfbaeece2610788648f981 (diff)
trace: rtb: add msm_rtb register tracing feature snapshot
This snapshot is taken as of msm-3.10 commit: 78c36fa0ef (Merge "msm: mdss: Prevent backlight update during continuous splash") RTB support captures system events such as register writes to a small uncached region. This is designed to aid in debugging, where it may be useful to know the last events that occurred prior to a device reset. Change-Id: Idc51e618380f58a6803f40c47f2b3d29033b3196 Signed-off-by: Matt Wagantall <mattw@codeaurora.org> [spjoshi@codeaurora.org: fix merge conflict] Signed-off-by: Sarangdhar Joshi <spjoshi@codeaurora.org>
Diffstat (limited to 'kernel/trace/Makefile')
-rw-r--r--kernel/trace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/trace/Makefile b/kernel/trace/Makefile
index ba04bf0c2653..9f2c8d0672c7 100644
--- a/kernel/trace/Makefile
+++ b/kernel/trace/Makefile
@@ -65,6 +65,7 @@ endif
obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
obj-$(CONFIG_UPROBE_EVENT) += trace_uprobe.o
obj-$(CONFIG_GPU_TRACEPOINTS) += gpu-traces.o
+obj-$(CONFIG_QCOM_RTB) += msm_rtb.o
obj-$(CONFIG_TRACEPOINT_BENCHMARK) += trace_benchmark.o