]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 13 Apr 2012 08:52:59 +0000 (09:52 +0100)
committerSteven Rostedt <rostedt@goodmis.org>
Sat, 14 Apr 2012 01:37:04 +0000 (21:37 -0400)
commit38daa5813736e8c0650d4e8d7be44d16d8ad0f2f
tree983a2a06bc7aaddfc05f2d8c33309c3c21d30dea
parentd32d0f2dcfe2b086c640de0e0490b5944fb4b286
tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)

Today's -next fails to link for me:

kernel/built-in.o:(.data+0x178e50): undefined reference to `perf_ftrace_event_register'

It looks like multiple fixes have been merged for the issue fixed by
commit dc02c18 (tracing: Fix build breakage without CONFIG_PERF_EVENTS)
though I can't identify the other changes that have gone in at the
minute, it's possible that the changes which caused the breakage fixed
by the previous commit got dropped but the fix made it in.

Link: http://lkml.kernel.org/r/1334307179-21255-1-git-send-email-broonie@opensource.wolfsonmicro.com
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.h