Home
last modified time | relevance | path

Searched refs:ftrace_call (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/sparc/lib/
H A Dmcount.S89 .globl ftrace_call symbol
90 ftrace_call: label
104 .size ftrace_call,.-ftrace_call
/linux/arch/mips/kernel/
H A Dmcount.S90 beqz t1, ftrace_call
98 .globl ftrace_call symbol
99 ftrace_call: label
H A Dftrace.c202 #define FTRACE_CALL_IP ((unsigned long)(&ftrace_call))
/linux/arch/sparc/kernel/
H A Dftrace.c78 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
81 old = *(u32 *) &ftrace_call; in ftrace_update_ftrace_func()
/linux/arch/x86/kernel/
H A Dftrace_32.S64 .globl ftrace_call symbol
65 ftrace_call: label
H A Dftrace.c187 ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
333 call_offset = (unsigned long)ftrace_call; in create_trampoline()
459 call_offset = (unsigned long)ftrace_call; in calc_trampoline_call_offset()
H A Dftrace_64.S111 * where ftrace_call returns. But the callbacks expect the
180 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)
/linux/arch/sh/include/asm/
H A Dftrace.h16 #define CALL_ADDR ((long)(ftrace_call))
/linux/arch/sh/lib/
H A Dmcount.S169 .globl ftrace_call symbol
170 ftrace_call: label
/linux/arch/arm64/kernel/
H A Dentry-ftrace.S110 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)
282 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL) // tracer(pc, lr);
H A Dftrace.c254 pc = (unsigned long)ftrace_call; in ftrace_update_ftrace_func()
/linux/arch/powerpc/kernel/trace/
H A Dftrace_entry.S267 .globl ftrace_call symbol
268 ftrace_call: label
270 /* ftrace_call(r3, r4, r5, r6) */
H A Dftrace_64_pg.c670 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
674 old = ppc_inst_read((u32 *)&ftrace_call); in ftrace_update_ftrace_func()
H A Dftrace.c528 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
539 old = ppc_inst_read((u32 *)&ftrace_call); in ftrace_update_ftrace_func()
/linux/arch/arm/kernel/
H A Dentry-ftrace.S151 .globl ftrace_call\suffix
152 ftrace_call\suffix:
H A Dftrace.c128 pc = (unsigned long)&ftrace_call; in ftrace_update_ftrace_func()
/linux/arch/microblaze/kernel/
H A Dftrace.c168 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
173 /* create proper saving to ftrace_call poll */ in ftrace_update_ftrace_func()
H A Dmcount.S129 NOALIGN_ENTRY(ftrace_call)
/linux/Documentation/trace/
H A Dftrace-design.rst259 - ftrace_call()
319 ftrace_call:
332 specific tracer in question. That is the point of the ftrace_call label.
361 will be modifying the assembly code at the location of the ftrace_call symbol
388 - add a nop stub after the ftrace_call location named ftrace_graph_call;
/linux/arch/csky/kernel/
H A Dftrace.c129 int ret = ftrace_modify_code((unsigned long)&ftrace_call, in ftrace_update_ftrace_func()
/linux/arch/sh/kernel/
H A Dftrace.c224 unsigned long ip = (unsigned long)(&ftrace_call) + MCOUNT_INSN_OFFSET; in ftrace_update_ftrace_func()
/linux/arch/csky/abiv2/
H A Dmcount.S151 GLOBAL(ftrace_call)
/linux/arch/loongarch/kernel/
H A Dunwind_prologue.c88 return pc == (unsigned long)ftrace_call + LOONGARCH_INSN_SIZE; in fix_ftrace()
H A Dmcount_dyn.S83 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)
H A Dftrace_dyn.c142 pc = (unsigned long)&ftrace_call; in ftrace_update_ftrace_func()

12