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 | __ARCH_WANT_KPROBES_INSN_SLOT |
#define | MAX_INSN_SIZE 2 |
#define | MAX_STACK_SIZE 64 /* 32 would probably be OK */ |
#define | flush_insn_slot(p) do { } while (0) |
#define | kretprobe_blacklist_size 0 |
Typedefs | |
typedef u32 | kprobe_opcode_t |
typedef void( | kprobe_insn_handler_t )(struct kprobe *, struct pt_regs *) |
typedef unsigned long( | kprobe_check_cc )(unsigned long) |
typedef void( | kprobe_insn_singlestep_t )(struct kprobe *, struct pt_regs *) |
typedef void( | kprobe_insn_fn_t )(void) |
Functions | |
void | arch_remove_kprobe (struct kprobe *) |
int | kprobe_fault_handler (struct pt_regs *regs, unsigned int fsr) |
int | kprobe_exceptions_notify (struct notifier_block *self, unsigned long val, void *data) |
typedef u32 kprobe_opcode_t |
int kprobe_exceptions_notify | ( | struct notifier_block * | self, |
unsigned long | val, | ||
void * | data | ||
) |