Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
struct kretprobe | rp |
unsigned long | nhit |
unsigned int | flags |
const char * | symbol |
struct ftrace_event_class | class |
struct ftrace_event_call | call |
ssize_t | size |
unsigned int | nr_args |
struct probe_arg | args [] |
Kprobe event core functions
Definition at line 31 of file trace_kprobe.c.
Definition at line 41 of file trace_kprobe.c.
struct ftrace_event_call call |
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.