Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcStreamingRecorder.c46 } TraceCommand_t; typedef
108 static int prvIsValidCommand(TraceCommand_t* cmd);
111 static void prvProcessCommand(TraceCommand_t* cmd);
271 TraceCommand_t xCommand; in xTraceEnable()
293 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), (int32_t*)&iBytes) == TRC_FAIL) in xTraceEnable()
298 if (iBytes == sizeof(TraceCommand_t)) in xTraceEnable()
370 TraceCommand_t xCommand; in xTraceTzCtrl()
377 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), &iBytes) == TRC_FAIL) in xTraceTzCtrl()
385 if (iBytes == sizeof(TraceCommand_t)) in xTraceTzCtrl()
565 static int prvIsValidCommand(TraceCommand_t* cmd) in prvIsValidCommand()
[all …]