[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1225494829.21456.19.camel@lappy.programming.kicks-ass.net>
Date: Sat, 01 Nov 2008 00:13:49 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Ingo Molnar <mingo@...e.hu>, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] ftrace: trace sched.c
Subject: ftrace: trace sched.c
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Date: Fri Oct 31 16:32:54 CET 2008
Its useful to see what happens in sched.c
Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
---
kernel/Makefile | 1 -
1 file changed, 1 deletion(-)
Index: linux-2.6/kernel/Makefile
===================================================================
--- linux-2.6.orig/kernel/Makefile
+++ linux-2.6/kernel/Makefile
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists