Searched refs:ftrace_graph_caller (Results 1 – 19 of 19) sorted by relevance
| /arch/loongarch/kernel/ |
| A D | mcount.S | 52 bne t1, t3, ftrace_graph_caller 56 bne t1, t3, ftrace_graph_caller 69 SYM_FUNC_START(ftrace_graph_caller) 79 SYM_FUNC_END(ftrace_graph_caller)
|
| A D | mcount_dyn.S | 131 SYM_CODE_START(ftrace_graph_caller) 138 SYM_CODE_END(ftrace_graph_caller)
|
| A D | ftrace_dyn.c | 264 func = (unsigned long)&ftrace_graph_caller; in ftrace_modify_graph_caller()
|
| /arch/mips/kernel/ |
| A 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)
|
| A D | ftrace.c | 69 uasm_i_j(&buf, (unsigned long)ftrace_graph_caller & JUMP_RANGE_MASK); in ftrace_dyn_arch_init_insns()
|
| /arch/csky/abiv2/ |
| A D | mcount.S | 122 bt ftrace_graph_caller 128 bt ftrace_graph_caller 165 ENTRY(ftrace_graph_caller) 174 END(ftrace_graph_caller)
|
| /arch/sparc/lib/ |
| A D | mcount.S | 61 ba,pt %xcc, ftrace_graph_caller 110 ENTRY(ftrace_graph_caller) 117 END(ftrace_graph_caller)
|
| /arch/sh/lib/ |
| A D | mcount.S | 137 .long ftrace_graph_caller 201 .globl ftrace_graph_caller 202 ftrace_graph_caller: label
|
| /arch/arm/kernel/ |
| A D | entry-ftrace.S | 46 bne ftrace_graph_caller\suffix 51 bne ftrace_graph_caller\suffix 239 ENTRY(ftrace_graph_caller) 243 ENDPROC(ftrace_graph_caller)
|
| A D | ftrace.c | 299 ftrace_graph_caller, in ftrace_modify_graph_caller()
|
| /arch/csky/kernel/ |
| A D | ftrace.c | 190 (unsigned long)&ftrace_graph_caller, true, true); in ftrace_enable_ftrace_graph_caller() 196 (unsigned long)&ftrace_graph_caller, false, true); in ftrace_disable_ftrace_graph_caller()
|
| /arch/sh/kernel/ |
| A D | ftrace.c | 282 new_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller() 292 old_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
|
| /arch/x86/kernel/ |
| A D | ftrace_32.S | 172 SYM_CODE_START(ftrace_graph_caller) 186 SYM_CODE_END(ftrace_graph_caller)
|
| A D | ftrace.c | 597 return ftrace_mod_jmp(ip, &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
|
| /arch/arm64/kernel/ |
| A D | entry-ftrace.S | 305 SYM_FUNC_START(ftrace_graph_caller) 312 SYM_FUNC_END(ftrace_graph_caller)
|
| A D | ftrace.c | 572 (unsigned long)ftrace_graph_caller, in ftrace_modify_graph_caller()
|
| /arch/sparc/kernel/ |
| A D | ftrace.c | 98 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
|
| /arch/powerpc/kernel/trace/ |
| A D | ftrace_64_pg_entry.S | 43 _GLOBAL(ftrace_graph_caller)
|
| A D | ftrace_64_pg.c | 760 unsigned long addr = (unsigned long)(&ftrace_graph_caller); in ftrace_modify_ftrace_graph_caller()
|
Completed in 33 milliseconds