diff options
author | Peter Zijlstra <peterz@infradead.org> | 2008-10-31 19:13:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-03 02:58:55 -0500 |
commit | 8bb8c4386d08f2cc5d871d22f220d35032213f84 (patch) | |
tree | db34e8802555c0ee54029fdc82ae6b9905558b3a /kernel | |
parent | db5935001a43528e673ad26ffec9d98c60a496a9 (diff) |
sched, ftrace: trace sched.c
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>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 9a3ec66a9d84..e1af03972148 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -21,7 +21,6 @@ CFLAGS_REMOVE_mutex-debug.o = -pg | |||
21 | CFLAGS_REMOVE_rtmutex-debug.o = -pg | 21 | CFLAGS_REMOVE_rtmutex-debug.o = -pg |
22 | CFLAGS_REMOVE_cgroup-debug.o = -pg | 22 | CFLAGS_REMOVE_cgroup-debug.o = -pg |
23 | CFLAGS_REMOVE_sched_clock.o = -pg | 23 | CFLAGS_REMOVE_sched_clock.o = -pg |
24 | CFLAGS_REMOVE_sched.o = -mno-spe -pg | ||
25 | endif | 24 | endif |
26 | 25 | ||
27 | obj-$(CONFIG_FREEZER) += freezer.o | 26 | obj-$(CONFIG_FREEZER) += freezer.o |