提交 9fe068e9 编写于 作者: I Ingo Molnar 提交者: Thomas Gleixner

ftrace: trace faster

Signed-off-by: NIngo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册