Searched refs:ftrace_get_call_inst (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/kernel/trace/ |
| H A D | ftrace.c | 159 static int ftrace_get_call_inst(struct dyn_ftrace *rec, unsigned long addr, ppc_inst_t *call_inst) in ftrace_get_call_inst() function 267 ret = ftrace_get_call_inst(rec, (unsigned long)ftrace_caller, &inst); in ftrace_init_ool_stub() 359 ret = ftrace_get_call_inst(rec, (unsigned long)ftrace_caller, &old); in ftrace_make_call() 362 ret |= ftrace_get_call_inst(rec, addr, &new); in ftrace_make_call() 410 ret = ftrace_get_call_inst(rec, (unsigned long)ftrace_caller, &nop_inst); in ftrace_replace_code() 420 ret = ftrace_get_call_inst(rec, new_addr, &new_call_inst); in ftrace_replace_code() 421 ret |= ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code() 427 ret = ftrace_get_call_inst(rec, addr, &call_inst); in ftrace_replace_code() 433 ret = ftrace_get_call_inst(rec, new_addr, &call_inst); in ftrace_replace_code()
|