Searched refs:perf_event_text_poke (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/kernel/kprobes/
H A Dopt.c373 perf_event_text_poke(slot, slot, len, NULL, 0);
452 perf_event_text_poke(slot, NULL, 0, buf, len);
522 perf_event_text_poke(op->kp.addr, old, JMP32_INSN_SIZE, new, JMP32_INSN_SIZE);
H A Dcore.c781 perf_event_text_poke(p->ainsn.insn, NULL, 0, buf, len);
821 perf_event_text_poke(p->addr, &p->opcode, 1, &int3, 1);
828 perf_event_text_poke(p->addr, &int3, 1, &p->opcode, 1);
837 perf_event_text_poke(p->ainsn.insn, p->ainsn.insn,
/linux-master/include/linux/
H A Dperf_event.h1549 extern void perf_event_text_poke(const void *addr,
1798 static inline void perf_event_text_poke(const void *addr, function
/linux-master/arch/x86/kernel/
H A Dalternative.c2349 perf_event_text_poke(text_poke_addr(&tp[i]), old, len, new, len);
/linux-master/kernel/trace/
H A Dftrace.c2980 perf_event_text_poke((void *)ops->trampoline,
7288 perf_event_text_poke((void *)ops->trampoline, NULL, 0,
/linux-master/kernel/events/
H A Dcore.c9389 void perf_event_text_poke(const void *addr, const void *old_bytes, function

Completed in 214 milliseconds