Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unneeded perf event wrapper #43

Merged
merged 1 commit into from
May 19, 2024

Conversation

javierhonduco
Copy link
Owner

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.

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.
@javierhonduco javierhonduco merged commit a1ad903 into main May 19, 2024
8 checks passed
@javierhonduco javierhonduco deleted the remove-unneeded-perf-event-wrapper branch May 19, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant