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

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


    from 03ca4550660 sched/sched: Modify the critical section interface name.
     new 633014b6b16 clock: fix perf_gettime race condition
     new 197ed9fc94c sched/clock: add perf overflow offset for clock perf
     new 277626870dd sched/clock: Remove perf_init to simplify the code
     new b76a8408c19 sched/clock: Refine the code structure for userspace access
     new 8f0e30b07c0 libc/perf: userspace PMU access
     new a89b7f7add2 clock: remove 64-bit perf support for 32-bit systems

The 6 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/Kconfig                                       |  16 ++++
 libs/libc/sched/CMakeLists.txt                     |   4 +
 libs/libc/sched/Make.defs                          |   4 +
 .../{string/lib_index.c => sched/clock_perf.c}     |  12 +--
 sched/clock/clock.h                                |   6 --
 sched/clock/clock_initialize.c                     |   2 -
 sched/clock/clock_perf.c                           | 103 +++++++--------------
 7 files changed, 66 insertions(+), 81 deletions(-)
 copy libs/libc/{string/lib_index.c => sched/clock_perf.c} (90%)

Reply via email to