Add linux trace events

Add the output of the linux trace buffer to user dumps, with
lowest priority since the file can be large (~10MB).

Change-Id: I186b123154098400245f24db438e2a79a8da8b10
Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/tools/dreport.d/plugins.d/traceevents b/tools/dreport.d/plugins.d/traceevents
new file mode 100644
index 0000000..207898b
--- /dev/null
+++ b/tools/dreport.d/plugins.d/traceevents
@@ -0,0 +1,12 @@
+#!/bin/bash
+#
+# config: 2 99
+# @brief: Collect kernel event tracing
+#
+
+. $DREPORT_INCLUDE/functions
+
+desc="Kernel event traces"
+file_name="/sys/kernel/tracing/trace"
+
+add_copy_file "$file_name" "$desc"