-
Notifications
You must be signed in to change notification settings - Fork 344
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
toplev --run-sample: A requested CPU in '0' is not supported by PMU 'cpu_atom' (CPUs 8-23) for event 'cycles:pp' #500
Comments
Can you give the full toplev command line? The PEBS events don't necessarily count in perf stat. The problem seems to be this perf error message: cycles:pp should really work so that's some kind of upstream perf bug. export HYPERVISOR=1 should work around it (will disable PEBS, but also some other features) |
Thanks for the reply.
Playing a bit more with it:
but if I remove the
(
Yes, it does. E.g.:
|
my guess is that the difference boils down to passing a |
Hi, I'm trying to use toplev on a Raptor Lake system, if I use it with
--run-sample
it tries to use:pp
events, e.g.,:the problem seems to be:
Kernel: 6.6.2
perf -v: 6.5
The text was updated successfully, but these errors were encountered: