Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kretprobe Struct Reference

#include <kprobes.h>

Data Fields

struct kprobe kp
 
kretprobe_handler_t handler
 
kretprobe_handler_t entry_handler
 
int maxactive
 
int nmissed
 
size_t data_size
 
struct hlist_head free_instances
 
raw_spinlock_t lock
 

Detailed Description

Definition at line 194 of file kprobes.h.

Field Documentation

Definition at line 200 of file kprobes.h.

kretprobe_handler_t entry_handler

Definition at line 197 of file kprobes.h.

struct hlist_head free_instances

Definition at line 201 of file kprobes.h.

Definition at line 196 of file kprobes.h.

Definition at line 195 of file kprobes.h.

Definition at line 202 of file kprobes.h.

int maxactive

Definition at line 198 of file kprobes.h.

int nmissed

Definition at line 199 of file kprobes.h.


The documentation for this struct was generated from the following file: