RKH
Loading...
Searching...
No Matches
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()   (void)0
 Open the tracing session.
 
#define RKH_TRC_CLOSE()   (void)0
 Close the tracing session.
 
#define RKH_TRC_FLUSH()   (void)0
 Platform-dependent macro flushing the trace stream.
 
#define RKH_TRC_SEND_CFG(ts_hz)   (void)0
 Send the trace facility configuration to host application software Trazer.
 

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.
 

Detailed Description

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

Definition in file rkhtrc_out.h.