linux/kernel/trace
Steven Rostedt 781d062482 ftrace: Do not test frame pointers if -mfentry is used
The function graph has a test to check if the frame pointer is
corrupted, which can happen with various options of gcc with mcount.
But this is not an issue with -mfentry as -mfentry does not need nor use
frame pointers for function graph tracing.

Link: http://lkml.kernel.org/r/20120807194059.773895870@goodmis.org

Acked-by: H. Peter Anvin <hpa@linux.intel.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2012-08-23 11:25:29 -04:00
..
blktrace.c
ftrace.c ftrace: add ftrace_set_filter_ip() for address based filter 2012-07-31 10:29:55 -04:00
Kconfig ftrace: Add -mfentry to Makefile on function tracer 2012-08-23 11:25:02 -04:00
Makefile ftrace: Only compile ftrace selftest if selftests are enabled 2012-07-31 10:29:53 -04:00
power-traces.c
ring_buffer_benchmark.c
ring_buffer.c tracing/trivial: Fix some typos in kernel/trace 2012-08-07 09:43:32 -04:00
rpm-traces.c
trace_branch.c
trace_clock.c
trace_entries.h
trace_event_perf.c perf/core improvements and fixes: 2012-08-21 11:27:00 +02:00
trace_events_filter_test.h
trace_events_filter.c tracing/filter: Add missing initialization 2012-08-07 09:42:47 -04:00
trace_events.c ftrace: Add default recursion protection for function tracing 2012-07-31 10:29:52 -04:00
trace_export.c tracing: Do not enable function event with enable 2012-05-10 15:55:43 -04:00
trace_functions_graph.c ftrace: Do not test frame pointers if -mfentry is used 2012-08-23 11:25:29 -04:00
trace_functions.c perf/core improvements and fixes: 2012-08-21 11:27:00 +02:00
trace_irqsoff.c ftrace: Add default recursion protection for function tracing 2012-07-31 10:29:52 -04:00
trace_kdb.c
trace_kprobe.c perf/trace: Add ability to set a target task for events 2012-07-31 17:02:05 +02:00
trace_mmiotrace.c
trace_nop.c
trace_output.c tracing: Register the ftrace internal events during early boot 2012-06-14 15:22:14 -04:00
trace_output.h
trace_printk.c
trace_probe.c
trace_probe.h
trace_sched_switch.c
trace_sched_wakeup.c ftrace: Add default recursion protection for function tracing 2012-07-31 10:29:52 -04:00
trace_selftest_dynamic.c
trace_selftest.c tracing: Fix wakeup_rt self test on virtual machines 2012-08-07 09:40:51 -04:00
trace_stack.c ftrace: Add default recursion protection for function tracing 2012-07-31 10:29:52 -04:00
trace_stat.c
trace_stat.h
trace_syscalls.c perf/trace: Add ability to set a target task for events 2012-07-31 17:02:05 +02:00
trace_uprobe.c perf/trace: Add ability to set a target task for events 2012-07-31 17:02:05 +02:00
trace.c Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core 2012-08-21 11:36:49 +02:00
trace.h ftrace: Add selftest to test function save-regs support 2012-07-31 10:29:54 -04:00