Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcSnapshotRecorder.c1556 UserEvent* ue; in xTracePrint() local
1564 ue = (UserEvent*) prvTraceNextFreeEventBufferSlot(); in xTracePrint()
1565 if (ue != (void*)0) in xTracePrint()
1567 ue->dts = dts1; in xTracePrint()
1568 ue->type = (uint8_t)USER_EVENT; in xTracePrint()
1569 ue->payload = prvTraceOpenSymbol(str, chn); in xTracePrint()