Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/ptrace.h>
Go to the source code of this file.
Data Structures | |
struct | arch_specific_insn |
Macros | |
#define | BREAKPOINT_INSTRUCTION 0xff |
#define | MAX_INSN_SIZE 8 |
#define | MAX_STACK_SIZE 128 |
#define | flush_insn_slot(p) do {} while (0) |
Typedefs | |
typedef unsigned char | kprobe_opcode_t |
Functions | |
int | kprobe_exceptions_notify (struct notifier_block *self, unsigned long val, void *data) |
void | arch_remove_kprobe (struct kprobe *p) |
Variables | |
const int | kretprobe_blacklist_size |
typedef unsigned char kprobe_opcode_t |
int kprobe_exceptions_notify | ( | struct notifier_block * | self, |
unsigned long | val, | ||
void * | data | ||
) |