summaryrefslogtreecommitdiff
path: root/kernel/trace/ring_buffer.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2013-02-28 13:44:11 -0500
committerSteven Rostedt <rostedt@goodmis.org>2013-03-15 00:34:49 -0400
commitb627344fef0c38fa4e3050348e168e46db87c905 (patch)
treed828a640959fcb39667cbc56cd7cf8e75f34636f /kernel/trace/ring_buffer.c
parentcc60cdc952be09bca5b0bff9fefc7aa6185c3049 (diff)
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 'kernel/trace/ring_buffer.c')
0 files changed, 0 insertions, 0 deletions