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

aya: Fix is_perf_link_supported #523

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Commits on Feb 13, 2023

  1. aya: Fix is_perf_link_supported

    This was mistakenly comparing the exit code of the syscall, which is
    always -1 and not the corresponding error-code. Added unit tests to
    ensure we don't regress.
    
    Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
    dave-tucker committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ce79de7 View commit details
    Browse the repository at this point in the history