Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/config/
DKconfig213 The delay between loops of the TzCtrl task (see PERCEPIO_TRC_CFG_CTRL_TASK_PRIORITY),
226 The stack size of the Tracealyzer Control (TzCtrl) task.
237 all active tasks. The stack monitoring runs in the Tracealyzer Control task,
238 TzCtrl. This task is always created by the recorder when in streaming mode.
239 In snapshot mode, the TzCtrl task is only used for stack monitoring and is
258 each execution of the Tracealyzer Control task (TzCtrl). Note that the stack
260 are monitored, but HOW OFTEN each task stack is analyzed.
265 However, note that the stack analysis runs in a separate task (TzCtrl) that
293 context, i.e., a task or a preempted ISR. But if another traced ISR
430 - Blocking on "input" operations, i.e., when the task is waiting for the
[all …]
/TraceRecorderSource-3.4.0/kernelports/FreeRTOS/config/
DKconfig181 task, queue, semaphore, ...).
203 task, queue, semaphore, ...).
225 task, queue, semaphore, ...).
247 task, queue, semaphore, ...).
269 task, queue, semaphore, ...).
291 task, queue, semaphore, ...).
313 task, queue, semaphore, ...).
335 task, queue, semaphore, ...).
357 task, queue, semaphore, ...).
/TraceRecorderSource-3.4.0/include/
DtrcRecorder.h364 void prvAddTaskToStackMonitor(void* task);
371 void prvRemoveTaskFromStackMonitor(void* task);
380 #define prvAddTaskToStackMonitor(task) argument
381 #define prvRemoveTaskFromStackMonitor(task) argument
/TraceRecorderSource-3.4.0/streamports/TCPIP/
DReadme-Streamport.txt45 TzCtrl task. This can be done using vTraceSetFilterGroup() and vTraceSetFilterMask().
/TraceRecorderSource-3.4.0/
DtrcSnapshotRecorder.c3213 void prvAddTaskToStackMonitor(void* task) in prvAddTaskToStackMonitor() argument
3223 tasksInStackMonitor[i].tcb = task; in prvAddTaskToStackMonitor()
3236 void prvRemoveTaskFromStackMonitor(void* task) in prvRemoveTaskFromStackMonitor() argument
3242 if (tasksInStackMonitor[i].tcb == task) in prvRemoveTaskFromStackMonitor()