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

Go to the source code of this file.

Data Structures

struct  _diva_strace_path2action
 
struct  _diva_strace_context
 
struct  _diva_man_var_header
 

Macros

#define DIVA_MAX_MANAGEMENT_TRANSFER_SIZE   4096
 

Typedefs

typedef struct
_diva_strace_path2action 
diva_strace_path2action_t
 
typedef struct _diva_strace_context diva_strace_context_t
 
typedef struct _diva_man_var_header diva_man_var_header_t
 

Functions

voidSuperTraceOpenAdapter (int AdapterNumber)
 
int SuperTraceCloseAdapter (void *AdapterHandle)
 
int SuperTraceWrite (void *AdapterHandle, const void *data, int length)
 
int SuperTraceReadRequest (void *AdapterHandle, const char *name, byte *data)
 
int SuperTraceGetNumberOfChannels (void *AdapterHandle)
 
int SuperTraceASSIGN (void *AdapterHandle, byte *data)
 
int SuperTraceREMOVE (void *AdapterHandle)
 
int SuperTraceTraceOnRequest (void *hAdapter, const char *name, byte *data)
 
int SuperTraceWriteVar (void *AdapterHandle, byte *data, const char *name, void *var, byte type, byte var_length)
 
int SuperTraceExecuteRequest (void *AdapterHandle, const char *name, byte *data)
 

Macro Definition Documentation

#define DIVA_MAX_MANAGEMENT_TRANSFER_SIZE   4096

Definition at line 52 of file maintidi.h.

Typedef Documentation

Function Documentation

int SuperTraceASSIGN ( void AdapterHandle,
byte data 
)

Definition at line 1168 of file debug.c.

int SuperTraceCloseAdapter ( void AdapterHandle)

Definition at line 1126 of file debug.c.

int SuperTraceExecuteRequest ( void AdapterHandle,
const char name,
byte data 
)

Definition at line 1309 of file debug.c.

int SuperTraceGetNumberOfChannels ( void AdapterHandle)

Definition at line 1158 of file debug.c.

void* SuperTraceOpenAdapter ( int  AdapterNumber)

Definition at line 1114 of file debug.c.

int SuperTraceReadRequest ( void AdapterHandle,
const char name,
byte data 
)

Definition at line 1130 of file debug.c.

int SuperTraceREMOVE ( void AdapterHandle)

Definition at line 1227 of file debug.c.

int SuperTraceTraceOnRequest ( void hAdapter,
const char name,
byte data 
)

Definition at line 1249 of file debug.c.

int SuperTraceWrite ( void AdapterHandle,
const void data,
int  length 
)
int SuperTraceWriteVar ( void AdapterHandle,
byte data,
const char name,
void var,
byte  type,
byte  var_length 
)

Definition at line 1276 of file debug.c.