This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 57df1ddcbb Add armv7m assembly strcpy.
     new 75760a9fdb arch/arm64: Adds custom chip option
     new a7fc26124d arch/arm64: the arm64 perf interface supports pmu

The 2 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:
 arch/arm/src/armv7-a/arm_perf.c                    |  12 +-
 arch/arm/src/armv7-m/arm_perf.c                    |  12 +-
 arch/arm/src/armv7-r/arm_perf.c                    |  12 +-
 arch/arm/src/armv8-m/arm_perf.c                    |  12 +-
 arch/arm64/Kconfig                                 |   7 +
 arch/arm64/src/common/Make.defs                    |   1 +
 arch/arm64/src/common/arm64_boot.c                 |   1 +
 arch/arm64/src/common/arm64_cpustart.c             |   2 +
 .../src/common/arm64_perf.c}                       |  37 ++--
 arch/arm64/src/common/arm64_pmu.h                  | 235 +++++++++++++++++++++
 arch/risc-v/src/esp32c3/esp32c3_perf.c             |   8 +-
 arch/xtensa/src/common/xtensa_perf.c               |  12 +-
 drivers/note/notesnap_driver.c                     |   4 +-
 drivers/rptun/rptun_ping.c                         |  10 +-
 drivers/segger/config/SEGGER_SYSVIEW_Conf.h        |   2 +-
 drivers/segger/note_sysview.c                      |   4 +-
 drivers/timers/arch_alarm.c                        |   9 +-
 drivers/timers/arch_timer.c                        |   9 +-
 include/nuttx/arch.h                               |   6 +-
 include/nuttx/sched.h                              |  16 +-
 sched/irq/irq_dispatch.c                           |   6 +-
 sched/sched/sched_critmonitor.c                    |  24 +--
 sched/wdog/wd_start.c                              |   6 +-
 sched/wqueue/kwork_thread.c                        |   6 +-
 24 files changed, 349 insertions(+), 104 deletions(-)
 copy arch/{xtensa/src/common/xtensa_perf.c => arm64/src/common/arm64_perf.c} 
(66%)
 create mode 100644 arch/arm64/src/common/arm64_pmu.h

Reply via email to