Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/trace/
H A Dftrace.c150 static unsigned long ftrace_get_ool_stub(struct dyn_ftrace *rec) in ftrace_get_ool_stub() function
165 ip = ftrace_get_ool_stub(rec) + MCOUNT_INSN_SIZE; /* second instruction in stub */ in ftrace_get_call_inst()
277 inst = ftrace_create_branch_inst(ftrace_get_ool_stub(rec) + MCOUNT_INSN_SIZE, in ftrace_init_ool_stub()
316 return patch_ulong((void *)(ftrace_get_ool_stub(rec) - sizeof(unsigned long)), in ftrace_rec_set_ops()
358 ip = ftrace_get_ool_stub(rec) + MCOUNT_INSN_SIZE; /* second instruction in stub */ in ftrace_make_call()
373 ppc_inst(PPC_RAW_BRANCH((long)ftrace_get_ool_stub(rec) - (long)rec->ip))); in ftrace_make_call()
409 ip = ftrace_get_ool_stub(rec) + MCOUNT_INSN_SIZE; in ftrace_replace_code()
446 call_inst = ppc_inst(PPC_RAW_BRANCH((long)ftrace_get_ool_stub(rec) - in ftrace_replace_code()