Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
kprobes.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  arch_specific_insn
 

Macros

#define BREAKPOINT_INSTRUCTION   0xd673 /* breakpoint */
 
#define MAX_INSN_SIZE   2
 
#define kretprobe_blacklist_size   0
 
#define arch_remove_kprobe(p)   do { } while (0)
 
#define flush_insn_slot(p)   do { } while (0)
 

Typedefs

typedef u16 kprobe_opcode_t
 

Functions

int kprobe_fault_handler (struct pt_regs *regs, int trapnr)
 
int kprobe_exceptions_notify (struct notifier_block *self, unsigned long val, void *data)
 

Macro Definition Documentation

#define arch_remove_kprobe (   p)    do { } while (0)

Definition at line 22 of file kprobes.h.

#define BREAKPOINT_INSTRUCTION   0xd673 /* breakpoint */

Definition at line 17 of file kprobes.h.

#define flush_insn_slot (   p)    do { } while (0)

Definition at line 33 of file kprobes.h.

#define kretprobe_blacklist_size   0

Definition at line 20 of file kprobes.h.

#define MAX_INSN_SIZE   2

Definition at line 18 of file kprobes.h.

Typedef Documentation

Definition at line 16 of file kprobes.h.

Function Documentation

int kprobe_exceptions_notify ( struct notifier_block self,
unsigned long  val,
void data 
)

Definition at line 359 of file kprobes.c.

int kprobe_fault_handler ( struct pt_regs regs,
int  trapnr 
)

Definition at line 186 of file kprobes.c.