Linux Kernel
3.7.1
|
#include <ftrace_event.h>
Data Fields | |
char * | system |
void * | probe |
int(* | reg )(struct ftrace_event_call *event, enum trace_reg type, void *data) |
int(* | define_fields )(struct ftrace_event_call *) |
struct list_head *(* | get_fields )(struct ftrace_event_call *) |
struct list_head | fields |
int(* | raw_init )(struct ftrace_event_call *) |
Definition at line 159 of file ftrace_event.h.
int(* define_fields)(struct ftrace_event_call *) |
Definition at line 167 of file ftrace_event.h.
Definition at line 169 of file ftrace_event.h.
|
read |
Definition at line 168 of file ftrace_event.h.
void* probe |
Definition at line 161 of file ftrace_event.h.
int(* raw_init)(struct ftrace_event_call *) |
Definition at line 170 of file ftrace_event.h.
Definition at line 165 of file ftrace_event.h.
char* system |
Definition at line 160 of file ftrace_event.h.