Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/kprobes/
H A Dcore.c752 perf_event_text_poke(p->ainsn.insn, NULL, 0, buf, len); in arch_copy_kprobe()
789 perf_event_text_poke(p->addr, &p->opcode, 1, &int3, 1); in arch_arm_kprobe()
796 perf_event_text_poke(p->addr, &int3, 1, &p->opcode, 1); in arch_disarm_kprobe()
805 perf_event_text_poke(p->ainsn.insn, p->ainsn.insn, in arch_remove_kprobe()
/linux/arch/x86/kernel/
H A Dalternative.c2904 perf_event_text_poke(text_poke_addr(&text_poke_array.vec[i]), old, len, new, len); in smp_text_poke_batch_finish()
/linux/kernel/trace/
H A Dftrace.c3092 perf_event_text_poke((void *)ops->trampoline, in ftrace_trampoline_free()
8482 perf_event_text_poke((void *)ops->trampoline, NULL, 0, in ftrace_update_trampoline()
/linux/kernel/events/
H A Dcore.c10530 void perf_event_text_poke(const void *addr, const void *old_bytes, in perf_event_text_poke() function