mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
Remove atomic64-based 64-bit perf counter support for 32-bit systems where atomic64 operations are unavailable, simplifying userspace perf implementation to avoid unsupported atomic operations. Signed-off-by: hujun5 <hujun5@xiaomi.com> |
||
|---|---|---|
| .. | ||
| clock_getcpuclockid.c | ||
| clock_perf.c | ||
| CMakeLists.txt | ||
| Make.defs | ||
| sched_backtrace.c | ||
| sched_cpucount.c | ||
| sched_dumpstack.c | ||
| sched_getprioritymax.c | ||
| sched_getprioritymin.c | ||
| task_cancelpt.c | ||
| task_getpid.c | ||
| task_gettid.c | ||
| task_setcancelstate.c | ||
| task_setcanceltype.c | ||
| task_startup.c | ||
| task_testcancel.c | ||