ref: c74eff09060cc74c3580b952452d6fc7151dff7c dir: /sys/src/libc/arm/cycles.c/
#include <u.h> #include <libc.h> void cycles(uvlong*u) { *u = 0LL; }