From: Steven Rostedt Date: Fri, 11 Jul 2008 00:58:11 +0000 (-0400) Subject: ftrace: trace schedule X-Git-Tag: v2.6.27-rc1~1102^2^2^2~6 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=1e16c0a081f6c93f04c6af784d6a160955269f91;hp=001b6767b1d0c89e458e5ddb039245b268f569fb;p=safe%2Fjmp%2Flinux-2.6 ftrace: trace schedule After the sched_clock code has been removed from sched.c we can now trace the scheduler. The scheduler has a lot of functions that would be worth tracing. Signed-off-by: Steven Rostedt Cc: Steven Rostedt Cc: Peter Zijlstra Cc: Andrew Morton Signed-off-by: Ingo Molnar --- diff --git a/kernel/Makefile b/kernel/Makefile index ca2433e..4809762 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -11,7 +11,7 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o profile.o \ hrtimer.o rwsem.o nsproxy.o srcu.o semaphore.o \ notifier.o ksysfs.o pm_qos_params.o sched_clock.o -CFLAGS_REMOVE_sched.o = -pg -mno-spe +CFLAGS_REMOVE_sched.o = -mno-spe ifdef CONFIG_FTRACE # Do not trace debug files and internal ftrace files