This function is called when the tracer is initialized.
unsigned Tracer_Open(Trace_State *ts);
unsigned Tracer_Open(
)
The implementation in tracer.c opens the output file from this function, and writes a header.
tracer.c