Is your feature request related to a problem? Please describe.
Just to see how much the E/P cores are utilized. Can be good to know especially on laptops.
Describe the solution you'd like
If the CPU supports it, instead of having for example C0 - C19, show for example P0 - P11 and E12 - E19.
Describe alternatives you've considered
Checking the /sys/devices/cpu_core/cpus file or the /sys/devices/cpu_atom/cpus file.
Additional context
I don't know how it is on other devices but on my Intel laptop in the file /sys/devices/cpu_core/cpus is stored a range of the core IDs that are performance cores and in the file /sys/devices/cpu_atom/cpus is stored a range of the core IDs that are efficiency cores.
Is your feature request related to a problem? Please describe.
Just to see how much the E/P cores are utilized. Can be good to know especially on laptops.
Describe the solution you'd like
If the CPU supports it, instead of having for example C0 - C19, show for example P0 - P11 and E12 - E19.
Describe alternatives you've considered
Checking the
/sys/devices/cpu_core/cpusfile or the/sys/devices/cpu_atom/cpusfile.Additional context
I don't know how it is on other devices but on my Intel laptop in the file
/sys/devices/cpu_core/cpusis stored a range of the core IDs that are performance cores and in the file/sys/devices/cpu_atom/cpusis stored a range of the core IDs that are efficiency cores.