Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
H A Dmcount.S89 .globl ftrace_call
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
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/powerpc/kernel/trace/
H A Dftrace_64_pg_entry.S25 .globl ftrace_call
26 ftrace_call: label
/linux/arch/riscv/kernel/
H A Dmcount-dyn.S152 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)
175 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)
/linux/arch/sh/lib/
H A Dmcount.S169 .globl ftrace_call
170 ftrace_call: label
/linux/arch/sh/include/asm/
H A Dftrace.h16 #define CALL_ADDR ((long)(ftrace_call))
/linux/arch/arm/kernel/
H A Dentry-ftrace.S151 .globl ftrace_call\suffix
152 ftrace_call\suffix:
/linux/arch/microblaze/kernel/
H A Dftrace.c168 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
H A Dmcount.S129 NOALIGN_ENTRY(ftrace_call)
/linux/Documentation/trace/
H A Dftrace-design.rst263 - ftrace_call()
323 ftrace_call:
336 specific tracer in question. That is the point of the ftrace_call label.
365 will be modifying the assembly code at the location of the ftrace_call symbol
392 - 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.c87 return pc == (unsigned long)ftrace_call + LOONGARCH_INSN_SIZE; in fix_ftrace()
/linux/include/linux/
H A Dftrace.h806 extern void ftrace_call(void);
/linux/Documentation/core-api/
H A Dasm-annotations.rst173 SYM_INNER_LABEL(ftrace_call, SYM_L_GLOBAL)