commit | a5d8c3483a6e19aca95ef6a2c5890e33bfa5b293 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Oct 09 11:35:51 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 09 17:13:06 2008 +0200 |
tree | 7ace24573f220d799815fe7ad344ca11c262a8ba | |
parent | 2fb7635c4cea310992a39580133099dd99ad151c [diff] |
sched debug: add name to sched_domain sysctl entries add /proc/sys/kernel/sched_domain/cpu0/domain0/name, to make it easier to see which specific scheduler domain remained at that entry. Since we process the scheduler domain tree and simplify it, it's not always immediately clear during debugging which domain came from where. depends on CONFIG_SCHED_DEBUG=y. Signed-off-by: Ingo Molnar <mingo@elte.hu>