Home
last modified time | relevance | path

Searched refs:function_trace_stop (Results 1 – 12 of 12) sorted by relevance

/linux-3.3/arch/sparc/lib/
Dmcount.S27 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/
Dmcount.S73 lw t1, function_trace_stop
104 lw t1, function_trace_stop
/linux-3.3/include/linux/
Dftrace.h50 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/
Dmcount.S200 .long function_trace_stop
245 2: .long function_trace_stop
/linux-3.3/arch/s390/kernel/
Dmcount64.S22 larl %r1,function_trace_stop
Dmcount.S25 1: .long function_trace_stop
/linux-3.3/arch/parisc/kernel/
Dftrace.c155 if (function_trace_stop) in ftrace_function_trampoline()
/linux-3.3/arch/microblaze/kernel/
Dmcount.S95 lwi r5, r0, function_trace_stop;
/linux-3.3/arch/x86/kernel/
Dentry_32.S1115 cmpl $0, function_trace_stop
1146 cmpl $0, function_trace_stop
1183 cmpl $0, function_trace_stop
Dentry_64.S76 cmpl $0, function_trace_stop
101 cmpl $0, function_trace_stop
136 cmpl $0, function_trace_stop
/linux-3.3/Documentation/trace/
Dftrace-design.txt112 To support this feature, you only need to check the function_trace_stop
121 + if (function_trace_stop)
/linux-3.3/kernel/trace/
Dftrace.c70 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()