Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcStreamingRecorder.c271 TraceCommand_t xCommand; in xTraceEnable() local
293 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), (int32_t*)&iBytes) == TRC_FAIL) in xTraceEnable()
300 if (prvIsValidCommand(&xCommand)) in xTraceEnable()
302 if (xCommand.cmdCode == CMD_SET_ACTIVE && xCommand.param1 == 1) in xTraceEnable()
308 prvProcessCommand(&xCommand); in xTraceEnable()
318 xCommand.cmdCode = CMD_SET_ACTIVE; in xTraceEnable()
319 xCommand.param1 = 1; in xTraceEnable()
320 prvProcessCommand(&xCommand); in xTraceEnable()
370 TraceCommand_t xCommand; in xTraceTzCtrl() local
377 if (xTraceStreamPortReadData(&xCommand, sizeof(TraceCommand_t), &iBytes) == TRC_FAIL) in xTraceTzCtrl()
[all …]