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

Data Fields

struct list_head list
 
struct kretprobe rp
 
unsigned long nhit
 
unsigned int flags
 
const charsymbol
 
struct ftrace_event_class class
 
struct ftrace_event_call call
 
ssize_t size
 
unsigned int nr_args
 
struct probe_arg args []
 

Detailed Description

Kprobe event core functions

Definition at line 31 of file trace_kprobe.c.

Field Documentation

struct probe_arg args[]

Definition at line 41 of file trace_kprobe.c.

Definition at line 38 of file trace_kprobe.c.

Definition at line 37 of file trace_kprobe.c.

unsigned int flags

Definition at line 35 of file trace_kprobe.c.

Definition at line 32 of file trace_kprobe.c.

unsigned long nhit

Definition at line 34 of file trace_kprobe.c.

unsigned int nr_args

Definition at line 40 of file trace_kprobe.c.

Definition at line 33 of file trace_kprobe.c.

ssize_t size

Definition at line 39 of file trace_kprobe.c.

Definition at line 36 of file trace_kprobe.c.


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