RTEMS CPU Kit with SuperCore
4.11.3
|
Go to the source code of this file.
Macros | |
#define | RTEMS_STACK_CHECKER_EXTENSION |
Stack Checker Extension Set Definition. More... | |
Functions | |
bool | rtems_stack_checker_is_blown (void) |
Checks if current task is blown its stack. More... | |
void | rtems_stack_checker_report_usage (void) |
Print the stack usage report using printk. More... | |
void | rtems_stack_checker_report_usage_with_plugin (void *context, rtems_printk_plugin_t print) |
Print the stack usage report using caller's routine. More... | |
bool | rtems_stack_checker_create_extension (Thread_Control *running, Thread_Control *the_thread) |
Stack Checker Task Create Extension. More... | |
void | rtems_stack_checker_begin_extension (Thread_Control *the_thread) |
Stack Checker Task Begin Extension. More... | |
void | rtems_stack_checker_switch_extension (Thread_Control *running, Thread_Control *heir) |
Stack Checker Task Context Switch Extension. More... | |