diff options
author | Peter Zijlstra <[email protected]> | 2011-04-07 14:09:45 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2011-04-11 12:58:17 +0200 |
commit | cd4ea6ae3982f6861da3b510e69cbc194f331d83 (patch) | |
tree | 7ca7e19bf9be55102768f7c1ab2bd76643e6524b /tools/perf/scripts/python/check-perf-trace.py | |
parent | a06dadbec5c5df0bf3a35f33616f67d10ca9ba28 (diff) |
sched: Change NODE sched_domain group creation
The NODE sched_domain is 'special' in that it allocates sched_groups
per CPU, instead of sharing the sched_groups between all CPUs.
While this might have some benefits on large NUMA and avoid remote
memory accesses when iterating the sched_groups, this does break
current code that assumes sched_groups are shared between all
sched_domains (since the dynamic cpu_power patches).
So refactor the NODE groups to behave like all other groups.
(The ALLNODES domain again shared its groups across the CPUs for some
reason).
If someone does measure a performance decrease due to this change we
need to revisit this and come up with another way to have both dynamic
cpu_power and NUMA work nice together.
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions