Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Enumerations
trace_types.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* xen_mc_callback_fn_t )(void *)
 

Enumerations

enum  xen_mc_flush_reason { XEN_MC_FL_NONE, XEN_MC_FL_BATCH, XEN_MC_FL_ARGS, XEN_MC_FL_CALLBACK }
 
enum  xen_mc_extend_args { XEN_MC_XE_OK, XEN_MC_XE_BAD_OP, XEN_MC_XE_NO_SPACE }
 

Typedef Documentation

typedef void(* xen_mc_callback_fn_t)(void *)

Definition at line 16 of file trace_types.h.

Enumeration Type Documentation

Enumerator:
XEN_MC_XE_OK 
XEN_MC_XE_BAD_OP 
XEN_MC_XE_NO_SPACE 

Definition at line 11 of file trace_types.h.

Enumerator:
XEN_MC_FL_NONE 
XEN_MC_FL_BATCH 
XEN_MC_FL_ARGS 
XEN_MC_FL_CALLBACK 

Definition at line 4 of file trace_types.h.