Searched refs:ftrace_graph_caller (Results 1 - 21 of 21) sorted by relevance

/arch/arm64/kernel/
H A Dentry-ftrace.S96 * - ftrace_graph_caller to set up an exit hook
121 b.ne ftrace_graph_caller
127 b.ne ftrace_graph_caller // ftrace_graph_caller();
151 * - ftrace_graph_caller to set up an exit hook
166 ftrace_graph_call: // ftrace_graph_caller();
168 // "b ftrace_graph_caller"
181 * void ftrace_graph_caller(void)
189 ENTRY(ftrace_graph_caller) function
196 ENDPROC(ftrace_graph_caller)
[all...]
H A Dftrace.c149 * Turn on/off the call to ftrace_graph_caller() in ftrace_caller()
158 (unsigned long)ftrace_graph_caller,
/arch/x86/kernel/
H A Dmcount_64.S141 jnz ftrace_graph_caller
144 jnz ftrace_graph_caller
171 ENTRY(ftrace_graph_caller) function
189 END(ftrace_graph_caller)
H A Dentry_32.S1161 jnz ftrace_graph_caller
1164 jnz ftrace_graph_caller
1190 ENTRY(ftrace_graph_caller) function
1203 END(ftrace_graph_caller)
H A Dftrace.c681 return ftrace_mod_jmp(ip, &ftrace_graph_caller);
/arch/s390/kernel/
H A Dftrace.c142 * Patch the kernel code at ftrace_graph_caller location. The instruction
153 return probe_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op));
160 return probe_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op));
H A Dmcount.S53 ENTRY(ftrace_graph_caller) function
/arch/tile/kernel/
H A Dmcount_64.S99 * ftrace_graph_caller()
136 bnez r15, ftrace_graph_caller
152 bnez r17, ftrace_graph_caller
178 STD_ENTRY(ftrace_graph_caller)
179 ftrace_graph_caller: label
193 STD_ENDPROC(ftrace_graph_caller)
H A Dftrace.c228 ftrace_graph_caller,
/arch/sparc/lib/
H A Dmcount.S58 ba,pt %xcc, ftrace_graph_caller
107 ENTRY(ftrace_graph_caller) function
114 END(ftrace_graph_caller)
/arch/mips/kernel/
H A Dmcount.S124 bne t1, t3, ftrace_graph_caller
128 bne t1, t3, ftrace_graph_caller
158 NESTED(ftrace_graph_caller, PT_SIZE, ra)
199 END(ftrace_graph_caller)
H A Dftrace.c84 /* j ftrace_graph_caller */
86 uasm_i_j(&buf, (unsigned long)ftrace_graph_caller & JUMP_RANGE_MASK);
363 * do it in ftrace_graph_caller of mcount.S.
/arch/sh/kernel/
H A Dftrace.c306 new_addr = (unsigned long)(&ftrace_graph_caller);
316 old_addr = (unsigned long)(&ftrace_graph_caller);
/arch/blackfin/kernel/
H A Dftrace.c84 uint16_t jump_pcrel12 = ((unsigned long)&ftrace_graph_caller - ip) >> 1;
/arch/sh/lib/
H A Dmcount.S140 .long ftrace_graph_caller
204 .globl ftrace_graph_caller
205 ftrace_graph_caller: label
/arch/sparc/kernel/
H A Dftrace.c102 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller);
/arch/arm/kernel/
H A Dentry-common.S177 bne ftrace_graph_caller\suffix
183 bne ftrace_graph_caller\suffix
318 ENTRY(ftrace_graph_caller) function
322 ENDPROC(ftrace_graph_caller)
H A Dftrace.c252 ftrace_graph_caller,
/arch/powerpc/kernel/
H A Dftrace.c489 unsigned long addr = (unsigned long)(&ftrace_graph_caller);
502 unsigned long addr = (unsigned long)(&ftrace_graph_caller);
H A Dentry_64.S1214 b ftrace_graph_caller
1225 _GLOBAL(ftrace_graph_caller)
H A Dentry_32.S1412 b ftrace_graph_caller
1422 _GLOBAL(ftrace_graph_caller)

Completed in 337 milliseconds