From: Steven Rostedt Date: Wed, 8 Aug 2012 18:48:20 +0000 (-0400) Subject: tracing: Make syscall events suitable for multiple buffers X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ab74ee00d154bc05ea2fc659b7ce6519e5d5a6;p=pandora-kernel.git tracing: Make syscall events suitable for multiple buffers Currently the syscall events record into the global buffer. But if multiple buffers are in place, then we need to have syscall events record in the proper buffers. By adding descriptors to pass to the syscall event functions, the syscall events can now record into the buffers that have been assigned to them (one event may be applied to mulitple buffers). This will allow tracing high volume syscalls along with seldom occurring syscalls without losing the seldom syscall events. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed