Searched refs:ftrace_graph_caller (Results 1 – 25 of 25) sorted by relevance
| /Linux-v5.4/arch/arm64/kernel/ |
| D | entry-ftrace.S | 111 b.ne ftrace_graph_caller // != ftrace_stub) 116 b.ne ftrace_graph_caller // ftrace_graph_caller(); 179 ENTRY(ftrace_graph_caller) 186 ENDPROC(ftrace_graph_caller)
|
| D | ftrace.c | 257 (unsigned long)ftrace_graph_caller, in ftrace_modify_graph_caller()
|
| /Linux-v5.4/arch/csky/abiv2/ |
| D | mcount.S | 100 bt ftrace_graph_caller 106 bt ftrace_graph_caller 141 ENTRY(ftrace_graph_caller) 150 END(ftrace_graph_caller)
|
| /Linux-v5.4/arch/nds32/kernel/ |
| D | ftrace.c | 10 extern void ftrace_graph_caller(void); 31 ftrace_graph_caller(); in _mcount() 224 noinline void ftrace_graph_caller(void) in ftrace_graph_caller() function 263 ftrace_gen_call_insn(call_insn, (unsigned long)ftrace_graph_caller); in ftrace_modify_graph_caller()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | mcount.S | 137 bne t1, t3, ftrace_graph_caller 141 bne t1, t3, ftrace_graph_caller 158 NESTED(ftrace_graph_caller, PT_SIZE, ra) 199 END(ftrace_graph_caller)
|
| D | ftrace.c | 73 uasm_i_j(&buf, (unsigned long)ftrace_graph_caller & JUMP_RANGE_MASK); in ftrace_dyn_arch_init_insns()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | ftrace_64.S | 258 jnz ftrace_graph_caller 261 jnz ftrace_graph_caller 286 ENTRY(ftrace_graph_caller) 297 ENDPROC(ftrace_graph_caller)
|
| D | ftrace_32.S | 168 ENTRY(ftrace_graph_caller) 182 END(ftrace_graph_caller)
|
| D | ftrace.c | 1003 return ftrace_mod_jmp(ip, &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
|
| /Linux-v5.4/arch/sparc/lib/ |
| D | mcount.S | 61 ba,pt %xcc, ftrace_graph_caller 110 ENTRY(ftrace_graph_caller) 117 END(ftrace_graph_caller)
|
| /Linux-v5.4/arch/riscv/kernel/ |
| D | mcount-dyn.S | 55 ENTRY(ftrace_graph_caller) 71 ENDPROC(ftrace_graph_caller) 112 call ftrace_graph_caller 233 call ftrace_graph_caller
|
| /Linux-v5.4/arch/sh/lib/ |
| D | mcount.S | 137 .long ftrace_graph_caller 201 .globl ftrace_graph_caller 202 ftrace_graph_caller: label
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | entry-ftrace.S | 51 bne ftrace_graph_caller\suffix 57 bne ftrace_graph_caller\suffix 239 ENTRY(ftrace_graph_caller) 243 ENDPROC(ftrace_graph_caller)
|
| D | ftrace.c | 223 ftrace_graph_caller, in ftrace_modify_graph_caller()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | ftrace.c | 231 s390_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op)); in ftrace_enable_ftrace_graph_caller() 239 s390_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op)); in ftrace_disable_ftrace_graph_caller()
|
| D | mcount.S | 65 .globl ftrace_graph_caller 66 ftrace_graph_caller: label
|
| /Linux-v5.4/arch/csky/kernel/ |
| D | ftrace.c | 182 (unsigned long)&ftrace_graph_caller, true, true); in ftrace_enable_ftrace_graph_caller() 188 (unsigned long)&ftrace_graph_caller, false, true); in ftrace_disable_ftrace_graph_caller()
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | ftrace.c | 287 new_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller() 297 old_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
|
| /Linux-v5.4/Documentation/trace/ |
| D | ftrace-design.rst | 126 function, call the arch-specific function ftrace_graph_caller which in turn 154 + ftrace_graph_caller(); 160 Here is the pseudo code for the new ftrace_graph_caller assembly function:: 163 void ftrace_graph_caller(void) 403 - ftrace_graph_caller() 413 stub needs to be large enough to support a call to ftrace_graph_caller() 414 - update ftrace_graph_caller() to work with being called by the new 417 ftrace_graph_call location with a call to ftrace_graph_caller()
|
| /Linux-v5.4/arch/powerpc/kernel/trace/ |
| D | ftrace_64_pg.S | 43 _GLOBAL(ftrace_graph_caller)
|
| D | ftrace_32.S | 52 _GLOBAL(ftrace_graph_caller)
|
| D | ftrace.c | 920 unsigned long addr = (unsigned long)(&ftrace_graph_caller); 933 unsigned long addr = (unsigned long)(&ftrace_graph_caller);
|
| D | ftrace_64_mprofile.S | 281 _GLOBAL(ftrace_graph_caller)
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | ftrace.c | 103 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
|
| /Linux-v5.4/include/linux/ |
| D | ftrace.h | 469 #define FTRACE_GRAPH_ADDR ((unsigned long)ftrace_graph_caller) 491 extern void ftrace_graph_caller(void);
|