This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 871a9b32617 libc_bsd:add missing SPDX-License
new 54040c68885 libs/libc/machine/arm: add Cortex-M0/M23 support to
arch_mcount
new 87be79efb3e boardss: add gprof examples
new 87b317f965c Documentation: Add gprof profiling tool documentation and
support.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/applications/system/gprof/index.rst | 112 +--------
Documentation/debugging/gprof.rst | 268 ++++++++++++++++++++++
Documentation/debugging/index.rst | 1 +
boards/arm/mps/mps2-an500/configs/nsh/defconfig | 4 +
boards/arm/qemu/qemu-armv7a/configs/nsh/defconfig | 4 +
libs/libc/machine/arm/arch_mcount.S | 15 ++
6 files changed, 294 insertions(+), 110 deletions(-)
create mode 100644 Documentation/debugging/gprof.rst