nuttx/arch/arm64/src
wangming9 c928acc9ff perf: The new configuration supports hardware performance counting
Adding the CONFIG_ARCH_PERF_EVENTS configuration to enable
hardware performance counting,solve the problem that some platform
hardware counting support is not perfect, you can choose to use
software interface.

This is configured using CONFIG_ARCH_PERF_EVENTS, so weak_functions
are removed to prevent confusion

To use hardware performance counting, must:
1. Configure CONFIG_ARCH_PERF_EVENTS, default selection
2. Call up_perf_init for initialization

Signed-off-by: wangming9 <wangming9@xiaomi.com>
2023-08-12 02:20:44 +08:00
..
a64 Fix nuttx coding style 2023-07-14 01:16:06 +08:00
common perf: The new configuration supports hardware performance counting 2023-08-12 02:20:44 +08:00
fvp-v8r arm64: set cpuid according to mpidr 2023-08-03 03:19:19 -07:00
qemu qemu: add devicetree support for arm64 2023-08-11 00:46:50 +08:00
.gitignore
Makefile toolchain/gcc: fix linker error if enable STACK_CANARIES/LTO at same time 2023-07-21 01:13:34 +08:00
Toolchain.defs fix warning: [-Wunknown-pragmas] 2023-08-03 00:52:53 -07:00