anchao opened a new pull request, #9866: URL: https://github.com/apache/nuttx/pull/9866
## Summary arch/perf: add ARCH_HAVE_PERF_EVENTS to support hardware perf events The implementation of up_perf_*() is in a different static library in nuttx: Hardware: libarch.a Software: libdrivers.a (weak function) Since functions with weak attributes cannot be correctly replaced in multiple static libraries, this PR will use macros to replace whether the arch supports hardware perf events ## Impact N/A ## Testing cortex-m55 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
