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
For some reason on my Ubuntu 22.04, the RAPL perf event interface is broken. Even though I can properly read RAPL information via sysfs.
The text was updated successfully, but these errors were encountered:
I asked a friend to test it on his system. The issue is the same, but he has:
He's got the same processor as I am: i7-1165G7
Sorry, something went wrong.
Friend here :D For me, the issue seems to be that the device info directory does not exist:
pinpoint/src/data_sources/RAPL.cpp
Line 28 in ff9a769
/sys/bus/event_source/devices
power
I have also used the rapl-read.c from here: https://web.eece.maine.edu/~vweaver/projects/rapl/
rapl-read.c
It returns: "Found Unsupported model 140" but also "Trying sysfs powercap" based results in actual non-zero joules.
No branches or pull requests
For some reason on my Ubuntu 22.04, the RAPL perf event interface is broken. Even though I can properly read RAPL information via sysfs.
The text was updated successfully, but these errors were encountered: