/* Ensure if the instruction can be boostable */ externbool can_boost(struct insn *insn, void *orig_addr); /* Recover instruction if given address is probed */ externunsignedlong recover_probed_instruction(kprobe_opcode_t *buf, unsignedlong addr); /* * Copy an instruction and adjust the displacement if the instruction * uses the %rip-relative addressing mode.
*/ externint __copy_instruction(u8 *dest, u8 *src, u8 *real, struct insn *insn);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.