Datasheet
ARMulator Reference
4-58 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
4.12.3 Tracer_Close
This function is called at the end of tracing.
Syntax
void Tracer_Close(Trace_State *ts)
Usage
The file
tracer.c
uses this to close the trace file.
4.12.4 Tracer_Flush
This function is called when tracing is disabled.
Syntax
extern void Tracer_Flush(Trace_State *ts)
Usage
The file
tracer.c
uses this to flush output to the trace file.