-
Notifications
You must be signed in to change notification settings - Fork 120
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
Failed to set CPUFreq ondemand governor's sampling_rate for Linux kernel 4.4 #91
Comments
I think this is a devlib problem. The fix I came up with in #62 should be general enough, assuming devlib doesn't use any hardcoded path (like I think it does). |
In fact, it is a devlib issue https://github.com/ARM-software/devlib/blob/master/devlib/module/cpufreq.py#L130 |
@Leo-Yan (if not yet done) can you please open an issue on devlib to track that? |
@derkling, have filed this issue on devlib: ARM-software/devlib#32. |
Hi,
I saw Lisa set ondemand governor's sampling_rate in the folder: /sys/devices/system/cpu/cpufreq/ondemand/sampling_rate; but when I run Linux kernel 4.4 the folder has been changed as: /sys/devices/system/cpu/cpufreq/policy0/ondemand/sampling_rate and /sys/devices/system/cpu/cpufreq/policy1/ondemand/sampling_rate.
So finally this will introduce failure when run LISA for Juno's profiling with kernel 4.4.
Thanks,
Leo Yan
The text was updated successfully, but these errors were encountered: