-
Notifications
You must be signed in to change notification settings - Fork 51
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
Testing EACCES/EPERM generation... FAILED #13
Comments
Try most recent git, it should fix the "running as root" issue. I don't know why EPERM would fail as a normal user. What is your perf_event_paranoid setting? |
thanks a lot, i try the latest code d2b3ee1
i will try other perf_event_paranoid setting later. |
and current, some cases would have different result with different user and different perf_event_paranoid
for perf_event_paranoid with -1 and 0, the above cases are all passed under root and normal user
i'm new to perf_event_tests, so want to know is above result as expected |
i run the test with v4.13-rc1 at haswell platform under root, and some result like below
there are two different cases comparing to your uploaded results (results/haswell/haswell-4.13-rc0 )
For the EACCES, it can be passed if i run it with a normal user
For the EPERM, it always failed under both root and normal user
want to know, is EACCES required under root, what's user when you run thoes cases
and any idea about EPERM?
The text was updated successfully, but these errors were encountered: