sched: latencytop support
authorArjan van de Ven <arjan@linux.intel.com>
Fri, 25 Jan 2008 20:08:34 +0000 (21:08 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jan 2008 20:08:34 +0000 (21:08 +0100)
commit9745512ce79de686df354dc70a8d1a74d801892d
tree9b64e2b2e6d2ae534beef136922082f21701c7b9
parent326587b840785c60f5dc18557235a23bafefd620
sched: latencytop support

LatencyTOP kernel infrastructure; it measures latencies in the
scheduler and tracks it system wide and per process.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/stacktrace.c
fs/proc/base.c
include/linux/latencytop.h [new file with mode: 0644]
include/linux/sched.h
include/linux/stacktrace.h
kernel/Makefile
kernel/fork.c
kernel/latencytop.c [new file with mode: 0644]
kernel/sched_fair.c
kernel/sysctl.c
lib/Kconfig.debug