sched, ftrace: trace sched.c
authorPeter Zijlstra <peterz@infradead.org>
Fri, 31 Oct 2008 23:13:49 +0000 (00:13 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 3 Nov 2008 07:58:55 +0000 (08:58 +0100)
Impact: allow function tracing within sched.c

Its useful to see what happens in sched.c.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/Makefile

index 9a3ec66..e1af039 100644 (file)
@@ -21,7 +21,6 @@ CFLAGS_REMOVE_mutex-debug.o = -pg
 CFLAGS_REMOVE_rtmutex-debug.o = -pg
 CFLAGS_REMOVE_cgroup-debug.o = -pg
 CFLAGS_REMOVE_sched_clock.o = -pg
-CFLAGS_REMOVE_sched.o = -mno-spe -pg
 endif
 
 obj-$(CONFIG_FREEZER) += freezer.o