Bitcoin Core 28.99.0
P2P Digital Currency
Macros
trace.h File Reference
#include <bitcoin-build-config.h>
Include dependency graph for trace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRACEPOINT_SEMAPHORE(context, event)
 
#define TRACEPOINT_ACTIVE(context, event)   false
 
#define TRACEPOINT(context, ...)
 

Macro Definition Documentation

◆ TRACEPOINT

#define TRACEPOINT (   context,
  ... 
)

Definition at line 49 of file trace.h.

◆ TRACEPOINT_ACTIVE

#define TRACEPOINT_ACTIVE (   context,
  event 
)    false

Definition at line 48 of file trace.h.

◆ TRACEPOINT_SEMAPHORE

#define TRACEPOINT_SEMAPHORE (   context,
  event 
)

Definition at line 47 of file trace.h.