Commit 9fe068e9 authored by Ingo Molnar's avatar Ingo Molnar Committed by Thomas Gleixner

ftrace: trace faster

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 4823ed7e
......@@ -2417,8 +2417,8 @@ tracing_read_pipe(struct file *filp, char __user *ubuf,
mutex_unlock(&trace_types_lock);
/* sleep for one second, and try again. */
schedule_timeout(HZ);
/* sleep for 100 msecs, and try again. */
schedule_timeout(HZ/10);
mutex_lock(&trace_types_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment