tud-zih-energy / lo2s

Linux OTF2 Sampling - A Lightweight Node-Level Performance Monitoring Tool
https://tu-dresden.de/zih/forschung/projekte/lo2s?set_language=en
GNU General Public License v3.0
45 stars 13 forks source link

libaudit broken on Aarch64 #264

Closed cvonelm closed 11 months ago

cvonelm commented 1 year ago

On both the ThunderX2 and on my own Raspberry Pi, libaudit fails to recognize any system calls:

[alarm@alarm build]$ sudo ./lo2s -s read -A
[1987196534658][pid: 622][tid: 622][ WARN]: syscall: read not recognized!
[alarm@alarm build]$ 
cvonelm commented 1 year ago

Neither Debian (and derived) nor Archlinux build libaudit with --use-aarch64 which is strangely required for the inclusion of Aarch64 support.

cvonelm commented 11 months ago

It works now on our ARM64 machine so I reckon upstream fixed it.