Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h873 void prvTraceStoreKernelCallWithNumericParamOnly(uint32_t evtcode, uint32_t param);
875 void prvTraceStoreKernelCallWithParam(uint32_t evtcode, traceObjectClass objectClass,
880 #define prvTraceStoreKernelCallWithNumericParamOnly(evtcode, param) {} argument
881 #define prvTraceStoreKernelCallWithParam(evtcode, objectClass, objectNumber, param) {} argument
904 void prvTraceStoreObjectNameOnCloseEvent(uint8_t evtcode, traceHandle handle,
907 void prvTraceStoreObjectPropertiesOnCloseEvent(uint8_t evtcode, traceHandle handle,
/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c2032 void prvTraceStoreKernelCallWithParam(uint32_t evtcode, in prvTraceStoreKernelCallWithParam() argument
2043 TRACE_ASSERT(evtcode < 0xFF, "prvTraceStoreKernelCallWithParam: evtcode >= 0xFF", TRC_UNUSED); in prvTraceStoreKernelCallWithParam()
2073 kse->type = (uint8_t)evtcode; in prvTraceStoreKernelCallWithParam()
2126 void prvTraceStoreKernelCallWithNumericParamOnly(uint32_t evtcode, uint32_t param) in prvTraceStoreKernelCallWithNumericParamOnly() argument
2135 …TRACE_ASSERT(evtcode < 0xFF, "prvTraceStoreKernelCallWithNumericParamOnly: Invalid value for evtco… in prvTraceStoreKernelCallWithNumericParamOnly()
2162 kse->type = (uint8_t)evtcode; in prvTraceStoreKernelCallWithNumericParamOnly()
2236 void prvTraceStoreObjectNameOnCloseEvent(uint8_t evtcode, traceHandle handle, in prvTraceStoreObjectNameOnCloseEvent() argument
2258 ce->type = (uint8_t) evtcode; in prvTraceStoreObjectNameOnCloseEvent()
2266 void prvTraceStoreObjectPropertiesOnCloseEvent(uint8_t evtcode, traceHandle handle, in prvTraceStoreObjectPropertiesOnCloseEvent() argument
2290 pe->type = evtcode; in prvTraceStoreObjectPropertiesOnCloseEvent()