Go to the source code of this file.
|
struct | trace_t |
| This struct holds all the state associated with tracing in a single environment. Each environment which has tracing enabled will have such a struct on its environment struct. More...
|
|
|
typedef struct trace_t | trace_t |
| This struct holds all the state associated with tracing in a single environment. Each environment which has tracing enabled will have such a struct on its environment struct.
|
|
◆ TRACE_BUFFER_CAPACITY
#define TRACE_BUFFER_CAPACITY 2048 |
◆ TRACE_MAX_FILENAME_LENGTH
#define TRACE_MAX_FILENAME_LENGTH 128 |
Max length of trace file name
◆ TRACE_OBJECT_TABLE_SIZE
#define TRACE_OBJECT_TABLE_SIZE 1024 |
Size of the table of trace objects.
◆ trace_t
typedef struct trace_t trace_t |
This struct holds all the state associated with tracing in a single environment. Each environment which has tracing enabled will have such a struct on its environment struct.