From: Steven Rostedt Date: Wed, 2 Sep 2009 16:27:41 +0000 (-0400) Subject: tracing: print out start and stop in latency traces X-Git-Tag: v2.6.32-rc1~718^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8248ac052dfd1eb41819fbc0ca5c7a1667e7e70c;p=pandora-kernel.git tracing: print out start and stop in latency traces During development of the tracer, we would copy information from the live tracer to the max tracer with one memcpy. Since then we added a generic ring buffer and we handle the copies differently now. Unfortunately, we never copied the critical section information, and we lost the output: # => started at: kmem_cache_alloc # => ended at: kmem_cache_alloc This patch adds back the critical start and end copying as well as removes the unused "trace_idx" and "overrun" fields of the trace_array_cpu structure. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed