summaryrefslogtreecommitdiff
path: root/include/linux/ring_buffer.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2013-02-28 22:44:11 +0400
committerSteven Rostedt <rostedt@goodmis.org>2013-03-15 08:34:49 +0400
commitb627344fef0c38fa4e3050348e168e46db87c905 (patch)
treed828a640959fcb39667cbc56cd7cf8e75f34636f /include/linux/ring_buffer.h
parentcc60cdc952be09bca5b0bff9fefc7aa6185c3049 (diff)
downloadlinux-b627344fef0c38fa4e3050348e168e46db87c905.tar.xz
tracing: Fix read blocking on trace_pipe_raw
If the ring buffer is empty, a read to trace_pipe_raw wont block. The tracing code has the infrastructure to wake up waiting readers, but the trace_pipe_raw doesn't take advantage of that. When a read is done to trace_pipe_raw without the O_NONBLOCK flag set, have the read block until there's data in the requested buffer. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ring_buffer.h')
0 files changed, 0 insertions, 0 deletions