Home
last modified time | relevance | path

Searched refs:ftrace_graph_caller (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/arch/s390/kernel/
Dftrace.c184 (void *) ftrace_graph_caller) / 2; in ftrace_enable_ftrace_graph_caller()
185 return probe_kernel_write(ftrace_graph_caller + 2, in ftrace_enable_ftrace_graph_caller()
193 return probe_kernel_write(ftrace_graph_caller + 2, in ftrace_disable_ftrace_graph_caller()
Dmcount64.S38 ENTRY(ftrace_graph_caller)
Dmcount.S42 ENTRY(ftrace_graph_caller)
/linux-3.4.99/arch/mips/kernel/
Dmcount.S114 bne t1, t3, ftrace_graph_caller
118 bne t1, t3, ftrace_graph_caller
141 NESTED(ftrace_graph_caller, PT_SIZE, ra)
181 END(ftrace_graph_caller)
Dftrace.c73 uasm_i_j(&buf, (unsigned long)ftrace_graph_caller & JUMP_RANGE_MASK); in ftrace_dyn_arch_init_insns()
/linux-3.4.99/arch/sparc/lib/
Dmcount.S61 ba,pt %xcc, ftrace_graph_caller
113 ENTRY(ftrace_graph_caller)
120 END(ftrace_graph_caller)
/linux-3.4.99/arch/sh/lib/
Dmcount.S147 .long ftrace_graph_caller
218 .globl ftrace_graph_caller
219 ftrace_graph_caller: label
/linux-3.4.99/arch/sh/kernel/
Dftrace.c309 new_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
319 old_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
/linux-3.4.99/arch/x86/kernel/
Dftrace.c376 new_offset = (unsigned long)(&ftrace_graph_caller) - (ip + MCOUNT_INSN_SIZE); in ftrace_enable_ftrace_graph_caller()
386 old_offset = (unsigned long)(&ftrace_graph_caller) - (ip + MCOUNT_INSN_SIZE); in ftrace_disable_ftrace_graph_caller()
Dentry_64.S109 jnz ftrace_graph_caller
112 jnz ftrace_graph_caller
135 ENTRY(ftrace_graph_caller)
151 END(ftrace_graph_caller)
Dentry_32.S1158 jnz ftrace_graph_caller
1161 jnz ftrace_graph_caller
1187 ENTRY(ftrace_graph_caller)
1203 END(ftrace_graph_caller)
/linux-3.4.99/Documentation/trace/
Dftrace-design.txt139 function, call the arch-specific function ftrace_graph_caller which in turn
166 + ftrace_graph_caller();
172 Here is the pseudo code for the new ftrace_graph_caller assembly function:
174 void ftrace_graph_caller(void)
397 - ftrace_graph_caller()
405 stub needs to be large enough to support a call to ftrace_graph_caller()
406 - update ftrace_graph_caller() to work with being called by the new
409 ftrace_graph_call location with a call to ftrace_graph_caller()
/linux-3.4.99/arch/blackfin/kernel/
Dftrace.c87 uint16_t jump_pcrel12 = ((unsigned long)&ftrace_graph_caller - ip) >> 1; in ftrace_enable_ftrace_graph_caller()
/linux-3.4.99/arch/arm/kernel/
Dentry-common.S175 bne ftrace_graph_caller\suffix
181 bne ftrace_graph_caller\suffix
306 ENTRY(ftrace_graph_caller)
308 ENDPROC(ftrace_graph_caller)
Dftrace.c221 ftrace_graph_caller, in ftrace_modify_graph_caller()
/linux-3.4.99/arch/sparc/kernel/
Dftrace.c106 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/linux-3.4.99/arch/powerpc/kernel/
Dftrace.c507 unsigned long addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
520 unsigned long addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
Dentry_64.S1082 b ftrace_graph_caller
1093 _GLOBAL(ftrace_graph_caller)
Dentry_32.S1364 b ftrace_graph_caller
1374 _GLOBAL(ftrace_graph_caller)
/linux-3.4.99/include/linux/
Dftrace.h319 extern void ftrace_graph_caller(void);