From: Steven Rostedt Date: Fri, 13 Mar 2009 04:37:42 +0000 (-0400) Subject: tracing: move binary buffers into per cpu directory X-Git-Tag: v2.6.30-rc1~2^2~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f96f93f02b7637491a1637dee12dcdcd40b9802;p=pandora-kernel.git tracing: move binary buffers into per cpu directory The binary_buffers directory in /debugfs/tracing held the files to read the trace buffers in a binary format. This held one file per CPU buffer. But we also have a per_cpu directory that holds a way to read the pretty-print formats. This patch moves the binary buffers into the per_cpu_directory: # ls /debug/tracing/per_cpu/cpu1/ trace trace_pipe trace_pipe_raw The new name is called "trace_pipe_raw". The binary buffers always acted similar to trace_pipe, except that they produce raw data. Requested-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed