Home
last modified time | relevance | path

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

/TraceRecorderSource-2.7.6/kernelports/BareMetal/
DtrcKernelPort.c85 if (prvIsValidCommand(&msg)) in vTraceEnable()
192 if (prvIsValidCommand(&msg)) in vTracePeriodicControl()
/TraceRecorderSource-2.7.6/kernelports/SAFERTOS/
DtrcKernelPort.c220 if (prvIsValidCommand(&msg)) in vTraceEnable()
329 if (prvIsValidCommand(&msg)) in TzCtrl()
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/
DtrcKernelPort.c404 if (prvIsValidCommand(&msg)) in vTraceEnable()
617 if (prvIsValidCommand(&msg)) in portTASK_FUNCTION()
/TraceRecorderSource-2.7.6/kernelports/Micrium/
DtrcKernelPort.c439 if (prvIsValidCommand(&msg)) in vTraceEnable()
591 if (prvIsValidCommand(&msg)) in TzCtrl()
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DtrcKernelPort.c718 if (prvIsValidCommand(&msg)) in portTASK_FUNCTION()
/TraceRecorderSource-2.7.6/include/
DtrcRecorder.h1865 int prvIsValidCommand(TracealyzerCommandType* cmd);
/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DtrcKernelPort.c2184 if (prvIsValidCommand(&msg)) in TzCtrl_thread_entry()
2277 if (prvIsValidCommand(&msg)) in TRC_STREAM_PORT_ALLOCATE_FIELDS()
/TraceRecorderSource-2.7.6/
DtrcStreamingRecorder.c1990 int prvIsValidCommand(TracealyzerCommandType* cmd) in prvIsValidCommand() function