We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks to me that syscall numbers differ on different platforms, so this code is only going to work on x86_64 as https://github.com/torvalds/linux/blob/v4.17/arch/x86/entry/syscalls/syscall_32.tbl#L17 says perf_event_open is 336 on i686
perf_event_open
LinuxPerf.jl/src/LinuxPerf.jl
Lines 158 to 168 in b7653aa
If this package only supports x86_64 I think it makes sense to add to the readme.
The text was updated successfully, but these errors were encountered:
It should be easy enough to add the branches, but yes I think only x86_64 has ever been tested
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
It looks to me that syscall numbers differ on different platforms, so this code is only going to work on x86_64 as https://github.com/torvalds/linux/blob/v4.17/arch/x86/entry/syscalls/syscall_32.tbl#L17 says
perf_event_open
is 336 on i686LinuxPerf.jl/src/LinuxPerf.jl
Lines 158 to 168 in b7653aa
If this package only supports x86_64 I think it makes sense to add to the readme.
The text was updated successfully, but these errors were encountered: