Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcEntryTable.c25 #if (TRC_ENTRY_TABLE_SLOTS > 256)
33 TraceEntryIndex_t axFreeIndexes[TRC_ENTRY_TABLE_SLOTS];
42 TraceEntry_t axEntries[TRC_ENTRY_TABLE_SLOTS];
63 TRC_ASSERT((TRC_ENTRY_TABLE_SLOTS) != 0); in xTraceEntryTableInitialize()
67 pxEntryTable->uiSlots = TRC_ENTRY_TABLE_SLOTS; in xTraceEntryTableInitialize()
71 for (i = 0; i < TRC_ENTRY_TABLE_SLOTS; i++) in xTraceEntryTableInitialize()
152 TRC_ASSERT(xIndex < TRC_ENTRY_TABLE_SLOTS); in xTraceEntryDelete()
190 for (i = 0; i < TRC_ENTRY_TABLE_SLOTS; i++) in xTraceEntryFind()
250 *puiCount = TRC_ENTRY_TABLE_SLOTS - GET_FREE_INDEX_COUNT(); in xTraceEntryGetCount()
261 TRC_ASSERT(index < TRC_ENTRY_TABLE_SLOTS); in xTraceEntryGetAtIndex()
[all …]
DtrcStreamingRecorder.c532 for (i = 0; i < (TRC_ENTRY_TABLE_SLOTS); i++) in prvTraceStoreEntryTable()
/TraceRecorderSource-3.4.0/include/
DtrcEntryTable.h44 #define TRC_ENTRY_TABLE_SLOTS (TRC_CFG_ENTRY_SLOTS) macro
58 …uint32_t) + sizeof(uint32_t) + sizeof(uint32_t) + (sizeof(TraceEntry_t) * (TRC_ENTRY_TABLE_SLOTS)))