Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | arch_specific_insn |
struct | prev_kprobe |
struct | kprobe_ctlblk |
Macros | |
#define | BREAKPOINT_INSTRUCTION 0x91d02070 /* ta 0x70 */ |
#define | BREAKPOINT_INSTRUCTION_2 0x91d02071 /* ta 0x71 */ |
#define | MAX_INSN_SIZE 2 |
#define | kretprobe_blacklist_size 0 |
#define | arch_remove_kprobe(p) do {} while (0) |
#define | flush_insn_slot(p) |
Typedefs | |
typedef u32 | kprobe_opcode_t |
Functions | |
void | kretprobe_trampoline (void) |
int | kprobe_exceptions_notify (struct notifier_block *self, unsigned long val, void *data) |
int | kprobe_fault_handler (struct pt_regs *regs, int trapnr) |
#define flush_insn_slot | ( | p | ) |
typedef u32 kprobe_opcode_t |
int kprobe_exceptions_notify | ( | struct notifier_block * | self, |
unsigned long | val, | ||
void * | data | ||
) |