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
source/cpu: Detect E/P cores and expose IDs through labels
Detect which CPUs are which types of the cores (P-cores or E-cores)
and expose IDs through labels.
Signed-off-by: Oleg Zhurakivskyy <[email protected]>
|**`cpu-cpuid.<cpuid-flag>`**| true | CPU capability is supported. **NOTE:** the capability might be supported but not enabled. |
50
50
|**`cpu-hardware_multithreading`**| true | Hardware multithreading, such as Intel HTT, enabled (number of logical CPUs is greater than physical CPUs) |
51
+
|**`cpu-e_cores`**| string | List of E core CPU IDs |
52
+
|**`cpu-p_cores`**| string | List of P core CPU IDs |
51
53
|**`cpu-coprocessor.nx_gzip`**| true | Nest Accelerator for GZIP is supported(Power). |
0 commit comments