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 bb562cf8bff arch/armv8-r64: userspace PMU access
new 3116c19efc3 sched/spinlock: Add configuration to record busywait.
new 30493d558a3 sched/spinlock: Add time statistics in func
enter_critical_section().
new 3b11545356a sched/spinlock: Update the information of critmon in docu.
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/implementation/critical_sections.rst | 8 +++
fs/procfs/fs_procfscritmon.c | 73 ++++++++++++++++++++
fs/procfs/fs_procfsproc.c | 63 +++++++++++++++++
include/nuttx/irq.h | 5 ++
include/nuttx/sched.h | 13 ++++
include/nuttx/spinlock.h | 30 +++++++++
sched/Kconfig | 10 +++
sched/irq/irq_csection.c | 13 ++++
sched/sched/sched_critmonitor.c | 78 ++++++++++++++++++++++
sched/sched/sched_process_delivered.c | 11 +++
10 files changed, 304 insertions(+)