litl  0.1.6
Functions
Functions for Recording Regular Events

Functions

litl_tlitl_write_probe_reg_0 (litl_write_trace_t *trace, litl_code_t code)
 Records a regular event without parameters. More...
 
litl_tlitl_write_probe_reg_1 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1)
 Records a regular event with 1 parameter. More...
 
litl_tlitl_write_probe_reg_2 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2)
 Records a regular event with 2 parameters. More...
 
litl_tlitl_write_probe_reg_3 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3)
 Records a regular event with 3 parameters. More...
 
litl_tlitl_write_probe_reg_4 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4)
 Records a regular event with 4 parameters. More...
 
litl_tlitl_write_probe_reg_5 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4, litl_param_t param5)
 Records a regular event with 5 parameters. More...
 
litl_tlitl_write_probe_reg_6 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4, litl_param_t param5, litl_param_t param6)
 Records a regular event with 6 parameters. More...
 
litl_tlitl_write_probe_reg_7 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4, litl_param_t param5, litl_param_t param6, litl_param_t param7)
 Records a regular event with 7 parameters. More...
 
litl_tlitl_write_probe_reg_8 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4, litl_param_t param5, litl_param_t param6, litl_param_t param7, litl_param_t param8)
 Records a regular event with 8 parameters. More...
 
litl_tlitl_write_probe_reg_9 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4, litl_param_t param5, litl_param_t param6, litl_param_t param7, litl_param_t param8, litl_param_t param9)
 Records a regular event with 9 parameters. More...
 
litl_tlitl_write_probe_reg_10 (litl_write_trace_t *trace, litl_code_t code, litl_param_t param1, litl_param_t param2, litl_param_t param3, litl_param_t param4, litl_param_t param5, litl_param_t param6, litl_param_t param7, litl_param_t param8, litl_param_t param9, litl_param_t param10)
 Records a regular event with 10 parameters. More...
 

Detailed Description

Function Documentation

litl_t* litl_write_probe_reg_0 ( litl_write_trace_t trace,
litl_code_t  code 
)

Records a regular event without parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 607 of file litl_write.c.

litl_t* litl_write_probe_reg_1 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1 
)

Records a regular event with 1 parameter.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 615 of file litl_write.c.

litl_t* litl_write_probe_reg_10 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4,
litl_param_t  param5,
litl_param_t  param6,
litl_param_t  param7,
litl_param_t  param8,
litl_param_t  param9,
litl_param_t  param10 
)

Records a regular event with 10 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
param55th parameter for this event
param66th parameter for this event
param77th parameter for this event
param88th parameter for this event
param99th parameter for this event
param1010th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 775 of file litl_write.c.

litl_t* litl_write_probe_reg_2 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2 
)

Records a regular event with 2 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 627 of file litl_write.c.

litl_t* litl_write_probe_reg_3 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3 
)

Records a regular event with 3 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 640 of file litl_write.c.

litl_t* litl_write_probe_reg_4 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4 
)

Records a regular event with 4 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 655 of file litl_write.c.

litl_t* litl_write_probe_reg_5 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4,
litl_param_t  param5 
)

Records a regular event with 5 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
param55th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 671 of file litl_write.c.

litl_t* litl_write_probe_reg_6 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4,
litl_param_t  param5,
litl_param_t  param6 
)

Records a regular event with 6 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
param55th parameter for this event
param66th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 689 of file litl_write.c.

litl_t* litl_write_probe_reg_7 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4,
litl_param_t  param5,
litl_param_t  param6,
litl_param_t  param7 
)

Records a regular event with 7 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
param55th parameter for this event
param66th parameter for this event
param77th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 708 of file litl_write.c.

litl_t* litl_write_probe_reg_8 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4,
litl_param_t  param5,
litl_param_t  param6,
litl_param_t  param7,
litl_param_t  param8 
)

Records a regular event with 8 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
param55th parameter for this event
param66th parameter for this event
param77th parameter for this event
param88th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 729 of file litl_write.c.

litl_t* litl_write_probe_reg_9 ( litl_write_trace_t trace,
litl_code_t  code,
litl_param_t  param1,
litl_param_t  param2,
litl_param_t  param3,
litl_param_t  param4,
litl_param_t  param5,
litl_param_t  param6,
litl_param_t  param7,
litl_param_t  param8,
litl_param_t  param9 
)

Records a regular event with 9 parameters.

Parameters
traceA pointer to the event recording object
codeAn event code
param11st parameter for this event
param22nd parameter for this event
param33rd parameter for this event
param44th parameter for this event
param55th parameter for this event
param66th parameter for this event
param77th parameter for this event
param88th parameter for this event
param99th parameter for this event
Returns
a pointer to the event that was recorded or NULL in case of error

Definition at line 751 of file litl_write.c.