From: Steven Rostedt Date: Fri, 2 Nov 2012 02:56:07 +0000 (-0400) Subject: tracing: Add trace_options kernel command line parameter X-Git-Tag: v3.8-rc1~60^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bcfaf54f591a0775254c4ea679faf615152ee3a;p=pandora-kernel.git tracing: Add trace_options kernel command line parameter Add trace_options to the kernel command line parameter to be able to set options at early boot. For example, to enable stack dumps of events, add the following: trace_options=stacktrace This along with the trace_event option, you can get not only traces of the events but also the stack dumps with them. Requested-by: Frederic Weisbecker Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed