]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Add snapshot in the per_cpu trace directories
authorSteven Rostedt (Red Hat) <srostedt@redhat.com>
Tue, 5 Mar 2013 19:35:11 +0000 (14:35 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Mar 2013 04:35:46 +0000 (00:35 -0400)
commitf1affcaaa861f27752a769f889bf1486ebd301fe
tree3ee782313a9c9d51be5d5e98ed9f93df8a08cfbc
parent12883efb670c28dff57dcd7f4f995a1ffe153b2d
tracing: Add snapshot in the per_cpu trace directories

Add the snapshot file into the per_cpu tracing directories to allow
them to be read for an individual cpu. This also allows to clear
an individual cpu from the snapshot buffer.

If the kernel allows it (CONFIG_RING_BUFFER_ALLOW_SWAP is set), then
echoing in '1' into one of the per_cpu snapshot files will do an
individual cpu buffer swap instead of the entire file.

Cc: Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c