Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c220 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size);
1900 void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t signed_size) in vTraceStoreMemMangEvent() argument
1967 ma->type = (uint8_t) (ecode + 1); /* Note this! */ in vTraceStoreMemMangEvent()
1968 ms->type = (uint8_t) ecode; /* Set type of first event */ in vTraceStoreMemMangEvent()
1985 void prvTraceStoreKernelCall(uint32_t ecode, traceObjectClass objectClass, uint32_t objectNumber) in prvTraceStoreKernelCall() argument
1995 TRACE_ASSERT(ecode < 0xFF, "prvTraceStoreKernelCall: ecode >= 0xFF", TRC_UNUSED); in prvTraceStoreKernelCall()
2029 kse->type = (uint8_t)ecode; in prvTraceStoreKernelCall()
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/include/
DtrcKernelPort.h1534 extern void vTraceStoreMemMangEvent(uint32_t ecode, uint32_t address, int32_t size);