RKH
rkhtrc_out.h File Reference

Specifies the interface to get out the trace records from the instrumented application. More...

#include "rkhtrc_define.h"
Include dependency graph for rkhtrc_out.h:

Go to the source code of this file.

Macros

#define RKH_TRC_OPEN()   rkh_trc_open()
 Open the tracing session. More...
 
#define RKH_TRC_CLOSE()   rkh_trc_close()
 Close the tracing session. More...
 
#define RKH_TRC_FLUSH()   rkh_trc_flush()
 Platform-dependent macro flushing the trace stream. More...
 
#define RKH_TRC_SEND_CFG(ts_hz)    RKH_TR_FWK_TCFG(ts_hz)
 Send the trace facility configuration to host application software Trazer. More...
 

Functions

void rkh_trc_open (void)
 Open the tracing session.
 
void rkh_trc_close (void)
 Close the tracing session.
 
void rkh_trc_flush (void)
 Platform-dependent macro flushing the trace stream.
 
RKH_TS_T rkh_trc_getts (void)
 Retrieves a timestamp to be placed in a trace event. More...
 

Detailed Description

Specifies the interface to get out the trace records from the instrumented application.

Definition in file rkhtrc_out.h.