Home
last modified time | relevance | path

Searched refs:TRC_CFG_SYMBOL_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/percepio-latest/TraceRecorder/config/
DtrcSnapshotConfig.h82 #define TRC_CFG_SYMBOL_TABLE_SIZE 800 macro
84 #if (TRC_CFG_SYMBOL_TABLE_SIZE == 0)
/percepio-latest/TraceRecorder/
DtrcSnapshotRecorder.c1700 RecorderDataPtr->SymbolTable.symTableSize = (TRC_CFG_SYMBOL_TABLE_SIZE); in xTraceInitialize()
2915 if (RecorderDataPtr->SymbolTable.nextFreeSymbolIndex + len + 4 >= (TRC_CFG_SYMBOL_TABLE_SIZE)) in prvTraceCreateSymbolTableEntry()
/percepio-latest/TraceRecorder/include/
DtrcRecorder.h1256 uint8_t symbytes[4*(((TRC_CFG_SYMBOL_TABLE_SIZE)+3)/4)]; /**< */