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
If the machine that compiled pwru has more CPUs than the machine that runs it I get the following error, along with an exit code 1:
Creating perf event reader: failed to create perf ring for CPU 1: can't create perf event: Invalid argument
I've attached the full strace, but the main syscall that failed is installing the perf_event to the (non-existent) second CPU:
[pid 1994] perf_event_open({type=PERF_TYPE_SOFTWARE, size=PERF_ATTR_SIZE_VER7, config=PERF_COUNT_SW_BPF_OUTPUT, sample_period=0, sample_type=PERF_SAMPLE_RAW, read_format=0, watermark=1, precise_ip=0 /* arbitrary skid */, ...}, -1, 1, -1, PERF_FLAG_FD_CLOEXEC) = -1 EINVAL (Invalid argument)
strace.log
Previously discussed in #89 (comment)
The text was updated successfully, but these errors were encountered:
Thanks for the issue! @ti-mo MBOI.
Sorry, something went wrong.
Closing, as this turned out to be a packaging mistake.
No branches or pull requests
If the machine that compiled pwru has more CPUs than the machine that runs it I get the following error, along with an exit code 1:
I've attached the full strace, but the main syscall that failed is installing the perf_event to the (non-existent) second CPU:
strace.log
Previously discussed in #89 (comment)
The text was updated successfully, but these errors were encountered: