diff options
author | Frederic Weisbecker <[email protected]> | 2012-10-19 16:43:41 -0400 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2012-11-18 01:01:22 +0100 |
commit | bc6679aef673f9dcb8f718528fc3df49ff661af9 (patch) | |
tree | 870cf7742a3f26c99e2a4a209dbe4db656d6ad6b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 8aa2accee41f7045dc904fa41d4475b2f6ffae3e (diff) |
irq_work: Make self-IPIs optable
On irq work initialization, let the user choose to define it
as "lazy" or not. "Lazy" means that we don't want to send
an IPI (provided the arch can anyway) when we enqueue this
work but we rather prefer to wait for the next timer tick
to execute our work if possible.
This is going to be a benefit for non-urgent enqueuers
(like printk in the future) that may prefer not to raise
an IPI storm in case of frequent enqueuing on short periods
of time.
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