summaryrefslogtreecommitdiff
path: root/kernel/trace/Makefile
diff options
context:
space:
mode:
authorAlon Farchy <afarchy@nvidia.com>2011-12-12 11:21:59 -0600
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 01:32:36 -0700
commit4f47c191c257f0c825205d4c6edf02175cc09af8 (patch)
treee88565c8b6ed1628d5b7469558ba4c15d9d49a6f /kernel/trace/Makefile
parent182ed0c6707fa2a7493118585605c4f13a84b643 (diff)
tracedump: Dump ftrace ring buffer data
Add a new module that will dump the contents of the ftrace ring buffer. Data is compressed and can be in ascii or binary form. Data will automatically dump on kernel panic to console. Data can be dumped by reading /proc/tracedump. See tracedump.h for details. Change-Id: I7b7afc3def0b88629dd120d17e43858306a8f357 Signed-off-by: Liang Cheng <licheng@nvidia.com> Reviewed-on: http://git-master/r/69494 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: Rb7921bf859e968422af1a98b971415462d8c57f0
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 45ef52cfb0b9..2ac813c96712 100644
--- a/kernel/trace/Makefile
+++ b/kernel/trace/Makefile
@@ -59,6 +59,7 @@ ifeq ($(CONFIG_TRACING),y)
obj-$(CONFIG_KGDB_KDB) += trace_kdb.o
endif
obj-$(CONFIG_TRACELEVEL) += tracelevel.o
+obj-$(CONFIG_TRACEDUMP) += tracedump.o
obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
obj-$(CONFIG_UPROBE_EVENT) += trace_uprobe.o