Home
last modified time | relevance | path

Searched refs:TRC_CFG_SYMBOL_TABLE_SLOTS (Results 1 – 7 of 7) sorted by relevance

/TraceRecorderSource-2.7.6/kernelports/SAFERTOS/config/
DtrcStreamingConfig.h32 #define TRC_CFG_SYMBOL_TABLE_SLOTS 30 macro
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/config/
DtrcStreamingConfig.h32 #define TRC_CFG_SYMBOL_TABLE_SLOTS 40 macro
/TraceRecorderSource-2.7.6/kernelports/Micrium/config/
DtrcStreamingConfig.h32 #define TRC_CFG_SYMBOL_TABLE_SLOTS 30 macro
/TraceRecorderSource-2.7.6/kernelports/BareMetal/config/
DtrcStreamingConfig.h32 #define TRC_CFG_SYMBOL_TABLE_SLOTS 1000 macro
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/config/
DtrcStreamingConfig.h32 #define TRC_CFG_SYMBOL_TABLE_SLOTS CONFIG_PERCEPIO_RECORDER_TRC_CFG_SYMBOL_TABLE_SLOTS macro
/TraceRecorderSource-2.7.6/kernelports/Zephyr/config/
DtrcStreamingConfig.h48 #define TRC_CFG_SYMBOL_TABLE_SLOTS CONFIG_PERCEPIO_RECORDER_TRC_CFG_SYMBOL_TABLE_SLOTS macro
/TraceRecorderSource-2.7.6/
DtrcStreamingRecorder.c118 #define SYMBOL_TABLE_BUFFER_SIZE ((TRC_CFG_SYMBOL_TABLE_SLOTS) * SYMBOL_TABLE_SLOT_SIZE)
1124 header->symbolCount = (TRC_CFG_SYMBOL_TABLE_SLOTS); in prvTraceStoreHeader()