Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
kprobes.c File Reference
#include <linux/kernel.h>
#include <linux/kprobes.h>
#include <linux/module.h>
#include <linux/kdebug.h>
#include <linux/slab.h>
#include <asm/signal.h>
#include <asm/cacheflush.h>
#include <asm/uaccess.h>

Go to the source code of this file.

Functions

 DEFINE_PER_CPU (struct kprobe *, current_kprobe)
 
 DEFINE_PER_CPU (struct kprobe_ctlblk, kprobe_ctlblk)
 
int __kprobes arch_prepare_kprobe (struct kprobe *p)
 
void __kprobes arch_arm_kprobe (struct kprobe *p)
 
void __kprobes arch_disarm_kprobe (struct kprobe *p)
 
int __kprobes kprobe_fault_handler (struct pt_regs *regs, int trapnr)
 
int __kprobes kprobe_exceptions_notify (struct notifier_block *self, unsigned long val, void *data)
 
asmlinkage void __kprobes kprobe_trap (unsigned long trap_level, struct pt_regs *regs)
 
int __kprobes setjmp_pre_handler (struct kprobe *p, struct pt_regs *regs)
 
void __kprobes jprobe_return (void)
 
void jprobe_return_trap_instruction (void)
 
int __kprobes longjmp_break_handler (struct kprobe *p, struct pt_regs *regs)
 
void __kprobes arch_prepare_kretprobe (struct kretprobe_instance *ri, struct pt_regs *regs)
 
int __kprobes trampoline_probe_handler (struct kprobe *p, struct pt_regs *regs)
 
void kretprobe_trampoline_holder (void)
 
int __init arch_init_kprobes (void)
 
int __kprobes arch_trampoline_kprobe (struct kprobe *p)
 

Variables

struct kretprobe_blackpoint kretprobe_blacklist [] = {{NULL, NULL}}
 

Function Documentation

void __kprobes arch_arm_kprobe ( struct kprobe p)

Definition at line 63 of file kprobes.c.

void __kprobes arch_disarm_kprobe ( struct kprobe p)

Definition at line 69 of file kprobes.c.

int __init arch_init_kprobes ( void  )

Definition at line 586 of file kprobes.c.

int __kprobes arch_prepare_kprobe ( struct kprobe p)

Definition at line 48 of file kprobes.c.

void __kprobes arch_prepare_kretprobe ( struct kretprobe_instance ri,
struct pt_regs regs 
)

Definition at line 497 of file kprobes.c.

int __kprobes arch_trampoline_kprobe ( struct kprobe p)

Definition at line 591 of file kprobes.c.

DEFINE_PER_CPU ( struct kprobe ,
current_kprobe   
)
DEFINE_PER_CPU ( struct kprobe_ctlblk  ,
kprobe_ctlblk   
)
void __kprobes jprobe_return ( void  )

Definition at line 453 of file kprobes.c.

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

Definition at line 394 of file kprobes.c.

int __kprobes kprobe_fault_handler ( struct pt_regs regs,
int  trapnr 
)

Definition at line 322 of file kprobes.c.

asmlinkage void __kprobes kprobe_trap ( unsigned long  trap_level,
struct pt_regs regs 
)

Definition at line 418 of file kprobes.c.

void kretprobe_trampoline_holder ( void  )

Definition at line 574 of file kprobes.c.

int __kprobes longjmp_break_handler ( struct kprobe p,
struct pt_regs regs 
)

Definition at line 472 of file kprobes.c.

int __kprobes setjmp_pre_handler ( struct kprobe p,
struct pt_regs regs 
)

Definition at line 439 of file kprobes.c.

int __kprobes trampoline_probe_handler ( struct kprobe p,
struct pt_regs regs 
)

Definition at line 510 of file kprobes.c.

Variable Documentation

struct kretprobe_blackpoint kretprobe_blacklist[] = {{NULL, NULL}}

Definition at line 46 of file kprobes.c.