ftrace: export kretprobe_trampoline for function tracer
authorAbhishek Sagar <sagar.abhishek@gmail.com>
Sat, 31 May 2008 08:54:02 +0000 (14:24 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 11:32:10 +0000 (13:32 +0200)
Follow suit from kprobe implementations on other archs and make kretprobe_trampoline non-static. Ftrace implmentation (more specifically, kernel/trace/trace.c) requires access to it (see-> http://kerneltrap.org/mailarchive/linux-kernel/2008/5/27/1955234).

Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found