Searched refs:ftrace_call (Results 1 – 22 of 22) sorted by relevance
92 .globl ftrace_call93 ftrace_call: label107 .size ftrace_call,.-ftrace_call
77 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()80 old = *(u32 *) &ftrace_call; in ftrace_update_ftrace_func()
83 .globl ftrace_call84 ftrace_call: label
148 #define FTRACE_CALL_IP ((unsigned long)(&ftrace_call))
15 #define CALL_ADDR ((long)(ftrace_call))
148 pc = (unsigned long)&ftrace_call; in ftrace_update_ftrace_func()149 memcpy(&old, &ftrace_call, MCOUNT_INSN_SIZE); in ftrace_update_ftrace_func()
188 .globl ftrace_call\suffix189 ftrace_call\suffix:
326 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()330 memcpy(old, &ftrace_call, MCOUNT_INSN_SIZE); in ftrace_update_ftrace_func()
1129 .globl ftrace_call1130 ftrace_call: label
82 GLOBAL(ftrace_call)
184 .globl ftrace_call185 ftrace_call: label
63 unsigned long ip = (unsigned long)&ftrace_call; in ftrace_update_ftrace_func()
475 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()479 old = *(unsigned int *)&ftrace_call; in ftrace_update_ftrace_func()
971 .globl ftrace_call972 ftrace_call: label
1318 .globl ftrace_call1319 ftrace_call: label
184 unsigned long ip = (unsigned long)(&ftrace_call); in ftrace_update_ftrace_func()
134 NOALIGN_ENTRY(ftrace_call)
188 unsigned long addr = ((struct fnptr *)ftrace_call)->ip; in ftrace_update_ftrace_func()
1391 .global ftrace_call;1392 ftrace_call: label
282 - ftrace_call()338 ftrace_call:351 specific tracer in question. That is the point of the ftrace_call label.381 will be modifying the assembly code at the location of the ftrace_call symbol404 - add a nop stub after the ftrace_call location named ftrace_graph_call;
243 unsigned long ip = (unsigned long)(&ftrace_call) + MCOUNT_INSN_OFFSET; in ftrace_update_ftrace_func()
180 extern void ftrace_call(void);