Enable the Monitor to Show bdbuf InformationThis module inspects the bdbuf data structures, assuming they are static, but in fact they are used very dynamically. Therefore the results show MAY BE INCORRECT in some cases. And, to cure this a bit, this module may block preemption for a rather long time and therefore it may BREAK THE REALTIME BEHAVIOUR OF YOUR SYSTEM (when in use)
More...
|
rtems_status_code | rtems_bdbuf_show_follow_chain_node_to_head (const Chain_Node *the_node, Chain_Control **the_head) |
|
rtems_status_code | rtems_bdbuf_show_determine_chain_of_bdbuf (const bdbuf_buffer *the_bdbuf, const bdbuf_pool *curr_pool, bdbuf_chain_identifier_t *chn_ident) |
|
rtems_status_code | rtems_bdbuf_show_getargs (int argc, char **argv, show_bdbuf_filter_t *filter, show_bdbuf_selector_t *selector) |
|
rtems_status_code | rtems_bdbuf_show_get_bufpool (struct bdbuf_pool **pool_base_pptr, int *pool_cnt_ptr) |
|
rtems_status_code | rtems_bdbuf_show_pool_header (int pool_idx, bdbuf_pool *pool_ptr) |
|
rtems_status_code | rtems_show_bdbuf_get_bdbuf_info (const bdbuf_buffer *the_bdbuf, int bdbuf_idx, const bdbuf_pool *curr_pool, show_bdbuf_bdbuf_info_t *bdbuf_info) |
|
rtems_status_code | rtems_show_bdbuf_match_filter (const show_bdbuf_bdbuf_info_t *bdbuf_info, const show_bdbuf_filter_t *filter, bool *is_match) |
|
rtems_status_code | rtems_show_bdbuf_print_wait_chain (bdbuf_buffer *the_bdbuf) |
|
rtems_status_code | rtems_show_bdbuf_print (const show_bdbuf_bdbuf_info_t *bdbuf_info, show_bdbuf_selector_t *selector, bool print_header) |
|
void | rtems_bdbuf_show_fnc (int argc, char **argv, rtems_monitor_command_arg_t *command_arg, bool verbose) |
|
rtems_status_code | rtems_bdbuf_show_init (void) |
|
Enable the Monitor to Show bdbuf Information
This module inspects the bdbuf data structures, assuming they are static, but in fact they are used very dynamically. Therefore the results show MAY BE INCORRECT in some cases. And, to cure this a bit, this module may block preemption for a rather long time and therefore it may BREAK THE REALTIME BEHAVIOUR OF YOUR SYSTEM (when in use)