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
Currently we are detecting CPU using MIDR_EL1 value sent from Kernel Driver to user-space.
We want to detect for heterogeneous CPus (where cores might be different) each code's ID. This will help tools like topdown_tool to detect core and apply correct methodology (metrics) for each core.
Definition of done
Add to Kernel Driver functionality that will allow detection of the core.
Pass raw information to user-space (to wperf) in order to interpret and analysis.
Expose detection in wperf test from command line.
The text was updated successfully, but these errors were encountered:
Description
Currently we are detecting CPU using MIDR_EL1 value sent from Kernel Driver to user-space.
We want to detect for heterogeneous CPus (where cores might be different) each code's ID. This will help tools like
topdown_tool
to detect core and apply correct methodology (metrics) for each core.Definition of done
wperf
) in order to interpret and analysis.wperf test
from command line.The text was updated successfully, but these errors were encountered: