diff options
author | Alex Belits <[email protected]> | 2020-06-25 18:34:41 -0400 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-07-08 11:39:01 +0200 |
commit | 1abdfe706a579a702799fce465bceb9fb01d407c (patch) | |
tree | 20d48a585227b71d155fcaa3de3536063a8809cf /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 46609ce227039fd192e0ecc7d940bed587fd2c78 (diff) |
lib: Restrict cpumask_local_spread to houskeeping CPUs
The current implementation of cpumask_local_spread() does not respect the
isolated CPUs, i.e., even if a CPU has been isolated for Real-Time task,
it will return it to the caller for pinning of its IRQ threads. Having
these unwanted IRQ threads on an isolated CPU adds up to a latency
overhead.
Restrict the CPUs that are returned for spreading IRQs only to the
available housekeeping CPUs.
Signed-off-by: Alex Belits <[email protected]>
Signed-off-by: Nitesh Narayan Lal <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions