Searched refs:task (Results 1 – 4 of 4) sorted by relevance
226 The delay between loops of the TzCtrl task (see PERCEPIO_TRC_CFG_CTRL_TASK_PRIORITY), 239 The stack size of the Tracealyzer Control (TzCtrl) task.250 all active tasks. The stack monitoring runs in the Tracealyzer Control task, 251 TzCtrl. This task is always created by the recorder when in streaming mode. 252 In snapshot mode, the TzCtrl task is only used for stack monitoring and is 271 each execution of the Tracealyzer Control task (TzCtrl). Note that the stack273 are monitored, but HOW OFTEN each task stack is analyzed. 278 However, note that the stack analysis runs in a separate task (TzCtrl) that306 context, i.e., a task or a preempted ISR. But if another traced ISR443 - Blocking on "input" operations, i.e., when the task is waiting for the[all …]
382 void prvAddTaskToStackMonitor(void* task);389 void prvRemoveTaskFromStackMonitor(void* task);398 #define prvAddTaskToStackMonitor(task) argument399 #define prvRemoveTaskFromStackMonitor(task) argument
45 TzCtrl task. This can be done using vTraceSetFilterGroup() and vTraceSetFilterMask().
3218 void prvAddTaskToStackMonitor(void* task) in prvAddTaskToStackMonitor() argument3228 tasksInStackMonitor[i].tcb = task; in prvAddTaskToStackMonitor()3241 void prvRemoveTaskFromStackMonitor(void* task) in prvRemoveTaskFromStackMonitor() argument3247 if (tasksInStackMonitor[i].tcb == task) in prvRemoveTaskFromStackMonitor()