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

Issue 231 switch syscalls to libaudit #234

Closed cvonelm closed 1 year ago

cvonelm commented 1 year ago

This PR replaces my handwritten sh script with libaudit for resolving the syscall names.

cvonelm commented 1 year ago

This PR compiles with and without libaudit on aarch64, fixing #231

libaudit though fails to resolve even simple system call names such as "read" or "write" on this specific aarch64 machine, but this seems to be an issue with the shipped libaudit.