diff options
author | Sebastian Andrzej Siewior <[email protected]> | 2024-11-06 15:51:37 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-11-07 02:44:38 +0100 |
commit | 7a7f5065bc1dd8c463fc55f18ad43907c16571ee (patch) | |
tree | 943fcae9f035b18fa4bdfd047c0032ab4be8f917 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 6da33567c0bf24b642f69b029a2e9ea51fa75472 (diff) |
hrtimer: Use __raise_softirq_irqoff() to raise the softirq
Raising the hrtimer soft interrupt is always done from hard interrupt
context, so it can be reduced to just setting the HRTIMER soft interrupt
flag. The soft interrupt will be invoked on return from interrupt.
Use therefore __raise_softirq_irqoff() to raise the HRTIMER soft interrupt,
which is a trivial optimization.
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions