Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h967 void prvTraceStoreKernelCallWithNumericParamOnly(uint32_t evtcode, uint32_t param);
977 void prvTraceStoreKernelCallWithParam(uint32_t evtcode, traceObjectClass objectClass,
982 #define prvTraceStoreKernelCallWithNumericParamOnly(evtcode, param) {} argument
983 #define prvTraceStoreKernelCallWithParam(evtcode, objectClass, objectNumber, param) {} argument
1037 void prvTraceStoreObjectNameOnCloseEvent(uint8_t evtcode, traceHandle handle,
1047 void prvTraceStoreObjectPropertiesOnCloseEvent(uint8_t evtcode, traceHandle handle,
/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c2046 void prvTraceStoreKernelCallWithParam(uint32_t evtcode, in prvTraceStoreKernelCallWithParam() argument
2060 TRACE_ASSERT(evtcode < 0xFF, "prvTraceStoreKernelCallWithParam: evtcode >= 0xFF", TRC_UNUSED); in prvTraceStoreKernelCallWithParam()
2090 kse->type = (uint8_t)evtcode; in prvTraceStoreKernelCallWithParam()
2143 void prvTraceStoreKernelCallWithNumericParamOnly(uint32_t evtcode, uint32_t param) in prvTraceStoreKernelCallWithNumericParamOnly() argument
2152 …TRACE_ASSERT(evtcode < 0xFF, "prvTraceStoreKernelCallWithNumericParamOnly: Invalid value for evtco… in prvTraceStoreKernelCallWithNumericParamOnly()
2179 kse->type = (uint8_t)evtcode; in prvTraceStoreKernelCallWithNumericParamOnly()
2253 void prvTraceStoreObjectNameOnCloseEvent(uint8_t evtcode, traceHandle handle, in prvTraceStoreObjectNameOnCloseEvent() argument
2275 ce->type = (uint8_t) evtcode; in prvTraceStoreObjectNameOnCloseEvent()
2283 void prvTraceStoreObjectPropertiesOnCloseEvent(uint8_t evtcode, traceHandle handle, in prvTraceStoreObjectPropertiesOnCloseEvent() argument
2307 pe->type = evtcode; in prvTraceStoreObjectPropertiesOnCloseEvent()