projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db59350
)
sched, ftrace: trace sched.c
author
Peter Zijlstra
<peterz@infradead.org>
Fri, 31 Oct 2008 23:13:49 +0000
(
00:13
+0100)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/Makefile
b/kernel/Makefile
index 9a3ec66a9d841c961e51bfac872462d051098a18..e1af0397214837eed523133476c67668807487a0 100644
(file)
--- a/
kernel/Makefile
+++ b/
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