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

#include <ftrace_event.h>

Data Fields

charsystem
 
voidprobe
 
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 *)
 

Detailed Description

Definition at line 159 of file ftrace_event.h.

Field Documentation

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.

struct list_head*(* get_fields)(struct ftrace_event_call *)
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.


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