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

#include <kprobes.h>

Data Fields

struct hlist_node hlist
 
struct list_head list
 
unsigned long nmissed
 
kprobe_opcode_taddr
 
const charsymbol_name
 
unsigned int offset
 
kprobe_pre_handler_t pre_handler
 
kprobe_post_handler_t post_handler
 
kprobe_fault_handler_t fault_handler
 
kprobe_break_handler_t break_handler
 
kprobe_opcode_t opcode
 
struct arch_specific_insn ainsn
 
u32 flags
 

Detailed Description

Definition at line 87 of file kprobes.h.

Field Documentation

Definition at line 97 of file kprobes.h.

Definition at line 127 of file kprobes.h.

kprobe_break_handler_t break_handler

Definition at line 121 of file kprobes.h.

kprobe_fault_handler_t fault_handler

Definition at line 115 of file kprobes.h.

u32 flags

Definition at line 133 of file kprobes.h.

Definition at line 88 of file kprobes.h.

Definition at line 91 of file kprobes.h.

unsigned long nmissed

Definition at line 94 of file kprobes.h.

unsigned int offset

Definition at line 103 of file kprobes.h.

Definition at line 124 of file kprobes.h.

kprobe_post_handler_t post_handler

Definition at line 109 of file kprobes.h.

kprobe_pre_handler_t pre_handler

Definition at line 106 of file kprobes.h.

const char* symbol_name

Definition at line 100 of file kprobes.h.


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