Linux Kernel
3.7.1
|
#include <trace-event.h>
Data Fields | |
const char * | name |
int(* | start_script )(const char *script, int argc, const char **argv) |
int(* | stop_script )(void) |
void(* | process_event )(union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine, struct addr_location *al) |
int(* | generate_script )(struct pevent *pevent, const char *outfile) |
Definition at line 82 of file trace-event.h.
Definition at line 91 of file trace-event.h.
Definition at line 83 of file trace-event.h.
void(* process_event)(union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine, struct addr_location *al) |
Definition at line 86 of file trace-event.h.
Definition at line 84 of file trace-event.h.
Definition at line 85 of file trace-event.h.