Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c1555 UserEvent* ue; in xTracePrint() local
1563 ue = (UserEvent*) prvTraceNextFreeEventBufferSlot(); in xTracePrint()
1564 if (ue != 0) in xTracePrint()
1566 ue->dts = dts1; in xTracePrint()
1567 ue->type = USER_EVENT; in xTracePrint()
1568 ue->payload = prvTraceOpenSymbol(str, chn); in xTracePrint()