Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef TOR_TRACE_DEBUG_H
10#define TOR_TRACE_DEBUG_H
12#ifdef USE_TRACING_INSTRUMENTATION_LOG_DEBUG
27#define TOR_TRACE_LOG_DEBUG(subsystem, event_name, ...) \
28 log_debug(LD_GENERAL, "Tracepoint \"" XSTR(event_name) "\" from " \
29 "subsystem \"" XSTR(subsystem) "\" hit.")
34#define TOR_TRACE_LOG_DEBUG(subsystem, name, ...)