diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2024-06-10 18:42:21 +0200 |
---|---|---|
committer | Frederic Weisbecker <frederic@kernel.org> | 2024-07-29 21:57:34 +0200 |
commit | bd29d773ea8d2c7fc36dc3f70d4c9d1cf404aa4b (patch) | |
tree | 5a4963ea53464c476509d245c053105c2d82bd28 /tools/perf/scripts/python/intel-pt-events.py | |
parent | d471ff397c3571cfa648a20e7018aa04f8873cb3 (diff) |
posix-cpu-timers: Do not arm SIGEV_NONE timers
There is no point in arming SIGEV_NONE timers as they never deliver a
signal. timer_gettime() is handling the expiry time correctly and that's
all SIGEV_NONE timers care about.
Prevent arming them and remove the expiry handler code which just disarms
them.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Reviewed-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions