Home
last modified time | relevance | path

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

/percepio-3.7.0/DFM/kernelports/Zephyr/
DdfmKernelPort.c114 uint8_t* pubDfmPayloadBufferPosition = ubDfmPayloadBuffer; in xDfmAlertAddCoredump() local
129 …memcpy(pubDfmPayloadBufferPosition, pxCurrentPayload->pubHeaderBuffer, pxCurrentPayload->ulHeaderS… in xDfmAlertAddCoredump()
130 pubDfmPayloadBufferPosition += pxCurrentPayload->ulHeaderSize; in xDfmAlertAddCoredump()
136 memcpy(pubDfmPayloadBufferPosition, pxCurrentPayload->pxContent, ulContentSize); in xDfmAlertAddCoredump()
137 pubDfmPayloadBufferPosition += ulContentSize; in xDfmAlertAddCoredump()