Searched refs:evtcode (Results 1 – 2 of 2) sorted by relevance
/percepio-3.5.0/TraceRecorder/include/ |
D | trcRecorder.h | 985 void prvTraceStoreKernelCallWithNumericParamOnly(uint32_t evtcode, uint32_t param); 995 void prvTraceStoreKernelCallWithParam(uint32_t evtcode, traceObjectClass objectClass, 1000 #define prvTraceStoreKernelCallWithNumericParamOnly(evtcode, param) {} argument 1001 #define prvTraceStoreKernelCallWithParam(evtcode, objectClass, objectNumber, param) {} argument 1055 void prvTraceStoreObjectNameOnCloseEvent(uint8_t evtcode, traceHandle handle, 1065 void prvTraceStoreObjectPropertiesOnCloseEvent(uint8_t evtcode, traceHandle handle,
|
/percepio-3.5.0/TraceRecorder/ |
D | trcSnapshotRecorder.c | 2047 void prvTraceStoreKernelCallWithParam(uint32_t evtcode, in prvTraceStoreKernelCallWithParam() argument 2061 TRACE_ASSERT(evtcode < 0xFF, "prvTraceStoreKernelCallWithParam: evtcode >= 0xFF", TRC_UNUSED); in prvTraceStoreKernelCallWithParam() 2091 kse->type = (uint8_t)evtcode; in prvTraceStoreKernelCallWithParam() 2144 void prvTraceStoreKernelCallWithNumericParamOnly(uint32_t evtcode, uint32_t param) in prvTraceStoreKernelCallWithNumericParamOnly() argument 2153 …TRACE_ASSERT(evtcode < 0xFF, "prvTraceStoreKernelCallWithNumericParamOnly: Invalid value for evtco… in prvTraceStoreKernelCallWithNumericParamOnly() 2180 kse->type = (uint8_t)evtcode; in prvTraceStoreKernelCallWithNumericParamOnly() 2254 void prvTraceStoreObjectNameOnCloseEvent(uint8_t evtcode, traceHandle handle, in prvTraceStoreObjectNameOnCloseEvent() argument 2276 ce->type = (uint8_t) evtcode; in prvTraceStoreObjectNameOnCloseEvent() 2284 void prvTraceStoreObjectPropertiesOnCloseEvent(uint8_t evtcode, traceHandle handle, in prvTraceStoreObjectPropertiesOnCloseEvent() argument 2308 pe->type = evtcode; in prvTraceStoreObjectPropertiesOnCloseEvent()
|