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)
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>

No differences found