nuttx/arch/risc-v
Stuart Ianna 29ee9aacb3 arch/risc-v/common: provide architecture specific perfmon bindings.
Provides two implementations:
 - CSR_CYCLE: Cores which implement hardware performance monitoring.
 - CSR_TIME: Uses the machine time registers.

Using the up_perf_xx bindings directory is more efficient than performing a nanosecond conversion on every gettime event.
2024-09-12 15:04:02 +08:00
..
include Revert "arch/riscv: unify in-kernel syscall" 2024-09-04 09:47:49 -03:00
src arch/risc-v/common: provide architecture specific perfmon bindings. 2024-09-12 15:04:02 +08:00
CMakeLists.txt cmake:init RISC-V cmake qemu-rv build 2023-10-26 21:01:46 +08:00
Kconfig arch/risc-v/common: provide architecture specific perfmon bindings. 2024-09-12 15:04:02 +08:00