Searched refs:function_trace_stop (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/arch/sparc/lib/ |
D | mcount.S | 27 sethi %hi(function_trace_stop), %g1 28 lduw [%g1 + %lo(function_trace_stop)], %g2 83 sethi %hi(function_trace_stop), %g1 85 lduw [%g1 + %lo(function_trace_stop)], %g1
|
/linux-3.3/arch/mips/kernel/ |
D | mcount.S | 73 lw t1, function_trace_stop 104 lw t1, function_trace_stop
|
/linux-3.3/include/linux/ |
D | ftrace.h | 50 extern int function_trace_stop; 73 function_trace_stop = 1; in ftrace_stop() 86 function_trace_stop = 0; in ftrace_start()
|
/linux-3.3/arch/sh/lib/ |
D | mcount.S | 200 .long function_trace_stop 245 2: .long function_trace_stop
|
/linux-3.3/arch/s390/kernel/ |
D | mcount64.S | 22 larl %r1,function_trace_stop
|
D | mcount.S | 25 1: .long function_trace_stop
|
/linux-3.3/arch/parisc/kernel/ |
D | ftrace.c | 155 if (function_trace_stop) in ftrace_function_trampoline()
|
/linux-3.3/arch/microblaze/kernel/ |
D | mcount.S | 95 lwi r5, r0, function_trace_stop;
|
/linux-3.3/arch/x86/kernel/ |
D | entry_32.S | 1115 cmpl $0, function_trace_stop 1146 cmpl $0, function_trace_stop 1183 cmpl $0, function_trace_stop
|
D | entry_64.S | 76 cmpl $0, function_trace_stop 101 cmpl $0, function_trace_stop 136 cmpl $0, function_trace_stop
|
/linux-3.3/Documentation/trace/ |
D | ftrace-design.txt | 112 To support this feature, you only need to check the function_trace_stop 121 + if (function_trace_stop)
|
/linux-3.3/kernel/trace/ |
D | ftrace.c | 70 int function_trace_stop; variable 164 if (function_trace_stop) in ftrace_test_stop_func() 1811 function_trace_stop++; in ftrace_run_update_code() 1831 function_trace_stop--; in ftrace_run_update_code()
|