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

#include <trace-event.h>

Data Fields

const charname
 
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)
 

Detailed Description

Definition at line 82 of file trace-event.h.

Field Documentation

int(* generate_script)(struct pevent *pevent, const char *outfile)

Definition at line 91 of file trace-event.h.

const char* name

Definition at line 83 of file trace-event.h.

Definition at line 86 of file trace-event.h.

int(* start_script)(const char *script, int argc, const char **argv)

Definition at line 84 of file trace-event.h.

int(* stop_script)(void)

Definition at line 85 of file trace-event.h.


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