mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 05:39:01 +00:00
Use the flag CONFIG_ARCH_HAVE_PERF_EVENTS to detect whether the architecture specific code provides the up_perf_* functions. Now it is mixed with CONFIG_ARCH_PERF_EVENTS, which should select just whether the perf events (perf_*) are enabled for the configuration. - drivers/timers/arch_alarm.c: Don't compile the up_perf_* functions here if the CONFIG_ARCH_HAVE_PERF_EVENTS is defined - arch/*/*_perf.c: Change CONFIG_ARCH_PERF_EVENTS -> CONFIG_ARCH_HAVE_PERF_EVENTS to select whether architecture specific up_perf_* functions are provided Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae> |
||
|---|---|---|
| .. | ||
| arch_alarm.c | ||
| arch_rtc.c | ||
| arch_timer.c | ||
| capture.c | ||
| CMakeLists.txt | ||
| cs2100-cp.c | ||
| ds3231.c | ||
| ds3231.h | ||
| goldfish_timer.c | ||
| 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 | ||