mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 07:03:04 +00:00
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> |
||
|---|---|---|
| .. | ||
| arch_alarm.c | ||
| arch_rtc.c | ||
| arch_timer.c | ||
| capture.c | ||
| CMakeLists.txt | ||
| cs2100-cp.c | ||
| ds3231.c | ||
| ds3231.h | ||
| Kconfig | ||
| Make.defs | ||
| mcp794xx.c | ||
| mcp794xx.h | ||
| oneshot.c | ||
| pcf85263.c | ||
| pcf85263.h | ||
| pl031.c | ||
| pwm.c | ||
| rpmsg_rtc.c | ||
| rtc.c | ||
| rx8010.c | ||
| rx8010.h | ||
| timer.c | ||
| watchdog.c | ||