Tor  0.4.7.0-alpha-dev
Functions
trace.c File Reference

Common functions for event-tracing implementation. More...

#include "lib/trace/trace.h"

Go to the source code of this file.

Functions

void tor_trace_init (void)
 
void tor_trace_free_all (void)
 

Detailed Description

Common functions for event-tracing implementation.

See trace.h and doc/HACKING/Tracing.md for more information.

Definition in file trace.c.

Function Documentation

◆ tor_trace_free_all()

void tor_trace_free_all ( void  )

Free all the tracing library.

Definition at line 21 of file trace.c.

◆ tor_trace_init()

void tor_trace_init ( void  )

Initialize the tracing library.

Definition at line 15 of file trace.c.