linux/kernel/trace
Steven Rostedt caf8cdebfb ftrace: remove address of function names
PowerPC is very fragile when it comes to use of function names
and function addresses.  ftrace needs to either use all function
addresses or function names (i.e. my_func as suppose to &my_func).

This patch chooses to use the names and not the addresses, and
makes ftrace consistent.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-05-23 20:56:31 +02:00
..
Kconfig ftrace: add self-tests 2008-05-23 20:40:36 +02:00
Makefile ftrace: trace preempt off critical timings 2008-05-23 20:32:54 +02:00
ftrace.c ftrace: remove address of function names 2008-05-23 20:56:31 +02:00
trace.c ftrace: add trace_function api for other tracers to use 2008-05-23 20:55:55 +02:00
trace.h ftrace: add trace_function api for other tracers to use 2008-05-23 20:55:55 +02:00
trace_functions.c ftrace: build fix 2008-05-23 20:54:47 +02:00
trace_irqsoff.c ftrace: cleanups 2008-05-23 20:56:05 +02:00
trace_sched_switch.c ftrace: timestamp syncing, prepare 2008-05-23 20:42:31 +02:00
trace_sched_wakeup.c ftrace: add trace_function api for other tracers to use 2008-05-23 20:55:55 +02:00
trace_selftest.c ftrace: cleanups 2008-05-23 20:56:05 +02:00