]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sched debug: add name to sched_domain sysctl entries
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Oct 2008 09:35:51 +0000 (11:35 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Oct 2008 15:13:06 +0000 (17:13 +0200)
commita5d8c3483a6e19aca95ef6a2c5890e33bfa5b293
tree7ace24573f220d799815fe7ad344ca11c262a8ba
parent2fb7635c4cea310992a39580133099dd99ad151c
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>
include/linux/sched.h
kernel/sched.c