From: Steven Rostedt Date: Tue, 2 Dec 2008 03:20:19 +0000 (-0500) Subject: tracing: add binary buffer files for use with splice X-Git-Tag: v2.6.30-rc1~2^2~70^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cadf9135eb3b6d84b6427314be827ddd443c308;p=pandora-kernel.git tracing: add binary buffer files for use with splice Impact: new feature This patch creates a directory of files that correspond to the per CPU ring buffers. These are binary files and are made to be used with splice. This is the fastest way to extract data from the ftrace ring buffers. Thanks to Jiaying Zhang for pushing me to get this code fixed, and to Eduard - Gabriel Munteanu for his splice code that helped me debug my code. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed