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

Switch to SwCpuClock on ENOENT error #70

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Commits on Sep 4, 2023

  1. Switch to SwCpuClock on ENOENT error

    The `perf_event_open` manpage says that ENOENT is "Returned if the type
    setting is not valid.". Prior to this fix, samply only switched to
    SwCpuClick on an EPERM error. This fix means that we try it
    speculatively whatever the error, unless it's a EPERM that can be fixed
    by changing the paranoia level.
    rkd-msw committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    78aa79f View commit details
    Browse the repository at this point in the history