diff options
author | Steven Rostedt <rostedt@goodmis.org> | 2008-07-10 20:58:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-11 15:49:19 +0200 |
commit | 1e16c0a081f6c93f04c6af784d6a160955269f91 (patch) | |
tree | 76f36b5218979abd9ff07fef5910fd2751fd471d /kernel/Makefile | |
parent | 001b6767b1d0c89e458e5ddb039245b268f569fb (diff) | |
download | op-kernel-dev-1e16c0a081f6c93f04c6af784d6a160955269f91.zip op-kernel-dev-1e16c0a081f6c93f04c6af784d6a160955269f91.tar.gz |
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 <srostedt@redhat.com>
Cc: Steven Rostedt <srostedt@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |