You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my system, unless using sudo the perf_event_open syscall fails with “Permission denied”. A quick search suggests this might be due to the exclude_kernel = 0 and exclude_hv = 0 attributes in the C stub.
The text was updated successfully, but these errors were encountered:
On my system, unless using
sudo
theperf_event_open
syscall fails with “Permission denied”. A quick search suggests this might be due to theexclude_kernel = 0
andexclude_hv = 0
attributes in the C stub.The text was updated successfully, but these errors were encountered: