diff options
author | Frederic Weisbecker <[email protected]> | 2012-10-12 18:00:23 +0200 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2012-11-18 01:01:49 +0100 |
commit | 74876a98a87a115254b3a66a14b27320b7f0acaa (patch) | |
tree | 06ed1cff8a92b0c687a7ff2fe31c19e8249bbe3c /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | bc6679aef673f9dcb8f718528fc3df49ff661af9 (diff) |
printk: Wake up klogd using irq_work
klogd is woken up asynchronously from the tick in order
to do it safely.
However if printk is called when the tick is stopped, the reader
won't be woken up until the next interrupt, which might not fire
for a while. As a result, the user may miss some message.
To fix this, lets implement the printk tick using a lazy irq work.
This subsystem takes care of the timer tick state and can
fix up accordingly.
Signed-off-by: Frederic Weisbecker <[email protected]>
Acked-by: Steven Rostedt <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions