dreport: Add Linux Kernel trace to dump

Added Linux Kernel trace to "core" and "user" dumps.

Tested:
 Manually ran dreport for both type core and type user. Verified
 trace was included in trace and could be extracted.

Change-Id: Ib0ff61da8e3798e7327a5effe38f52873ead7c20
Signed-off-by: Janet Adkins <janeta@us.ibm.com>
diff --git a/tools/dreport.d/plugins.d/lktrace b/tools/dreport.d/plugins.d/lktrace
new file mode 100644
index 0000000..f41dd72
--- /dev/null
+++ b/tools/dreport.d/plugins.d/lktrace
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# config: 12 70
+# @brief: Collect Linux Kernel trace
+#
+
+. $DREPORT_INCLUDE/functions
+
+desc="Linux Kernel trace"
+file_name="/sys/kernel/tracing/trace"
+
+add_copy_file "$file_name" "$desc"