From: Steven Rostedt (Red Hat) Date: Fri, 1 Mar 2013 00:59:17 +0000 (-0500) Subject: tracing/ring-buffer: Move poll wake ups into ring buffer code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15693458c4bc0693fd63a50d60f35b628fcf4e29;p=pandora-kernel.git tracing/ring-buffer: Move poll wake ups into ring buffer code Move the logic to wake up on ring buffer data into the ring buffer code itself. This simplifies the tracing code a lot and also has the added benefit that waiters on one of the instance buffers can be woken only when data is added to that instance instead of data added to any instance. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed