Home
last modified time | relevance | path

Searched refs:xEventDataDummy (Results 1 – 2 of 2) sorted by relevance

/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h1524 … TRC_STREAM_PORT_ALLOCATE_EVENT(_type, _ptrData, _size) _type *_ptrData = (_type*)&xEventDataDummy;
1525 …AM_PORT_ALLOCATE_EVENT_BLOCKING(_type, _ptrData, _size) _type *_ptrData = (_type*)&xEventDataDummy;
/TraceRecorderSource-2.7.6/
DtrcStreamingRecorder.c217 static largestEventType xEventDataDummy = { { 0, 0, 0 }, { 0 } }; variable