Files
tor/changes
David Goulet cb8ac1f331 trace: Add a basic event-tracing infrastructure.
This commit adds the src/trace directory containing the basics for our tracing
subsystem. It is not used in the code base. The "src/trace/debug.h" file
contains an example on how we can map our tor trace events to log_debug().

The tracing subsystem can only be enabled by tracing framework at compile
time. This commit introduces the "--enable-tracing-debug" option that will
make all "tor_trace()" function be maped to "log_debug()".

Closes #13802

Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-04-25 10:37:31 -04:00
..
2017-04-10 11:27:41 -04:00
2017-04-06 11:57:56 -04:00
2017-03-27 11:01:50 +02:00
2017-03-14 11:54:20 -04:00
2017-02-19 22:51:50 +11:00
2017-03-14 11:36:53 -04:00
2017-04-07 13:21:07 -04:00