![]() |
Contur 2
Educational OS kernel simulator
|
RAII tracing scope helper and trace macros. More...
Go to the source code of this file.
Classes | |
| class | contur::TraceScope |
| RAII helper that pushes/pops tracer scope automatically. More... | |
Namespaces | |
| namespace | contur |
Macros | |
| #define | CONTUR_TRACE_SCOPE(tracer, subsystem, operation) |
| #define | CONTUR_TRACE_BLOCK(code) |
| #define | CONTUR_TRACE_L(tracer, level, subsystem, operation, details) |
| #define | CONTUR_TRACE(tracer, subsystem, operation, details) |
RAII tracing scope helper and trace macros.
Definition in file trace_scope.h.
| #define CONTUR_TRACE | ( | tracer, | |
| subsystem, | |||
| operation, | |||
| details ) |
Definition at line 74 of file trace_scope.h.
| #define CONTUR_TRACE_BLOCK | ( | code | ) |
Definition at line 72 of file trace_scope.h.
| #define CONTUR_TRACE_L | ( | tracer, | |
| level, | |||
| subsystem, | |||
| operation, | |||
| details ) |
Definition at line 73 of file trace_scope.h.
| #define CONTUR_TRACE_SCOPE | ( | tracer, | |
| subsystem, | |||
| operation ) |
Definition at line 71 of file trace_scope.h.