forked from Imagelibrary/rtems
shell: Add PROFREPORT command
This commit is contained in:
@@ -84,6 +84,7 @@ extern rtems_shell_cmd_t rtems_shell_CPUUSE_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_TOP_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_STACKUSE_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_PERIODUSE_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_PROFREPORT_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_WKSPACE_INFO_Command;
|
||||
extern rtems_shell_cmd_t rtems_shell_MALLOC_INFO_Command;
|
||||
#if RTEMS_NETWORKING
|
||||
@@ -442,6 +443,11 @@ extern rtems_shell_alias_t * const rtems_shell_Initial_aliases[];
|
||||
defined(CONFIGURE_SHELL_COMMAND_PERIODUSE)
|
||||
&rtems_shell_PERIODUSE_Command,
|
||||
#endif
|
||||
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
|
||||
!defined(CONFIGURE_SHELL_NO_COMMAND_PROFREPORT)) || \
|
||||
defined(CONFIGURE_SHELL_COMMAND_PROFREPORT)
|
||||
&rtems_shell_PROFREPORT_Command,
|
||||
#endif
|
||||
#if (defined(CONFIGURE_SHELL_COMMANDS_ALL) && \
|
||||
!defined(CONFIGURE_SHELL_NO_COMMAND_WKSPACE_INFO)) || \
|
||||
defined(CONFIGURE_SHELL_COMMAND_WKSPACE_INFO)
|
||||
|
||||
Reference in New Issue
Block a user