Closed javierhonduco closed 6 months ago
We used to need this because the syscalls numbers for each architecture are different and the perf_event_open_sys used x86 bindings only but this has changed since so sys::perf_event_open uses the right syscall number for x86 and arm64.
perf_event_open_sys
sys::perf_event_open
We used to need this because the syscalls numbers for each architecture are different and the
perf_event_open_sys
used x86 bindings only but this has changed since sosys::perf_event_open
uses the right syscall number for x86 and arm64.