diff options
author | Daniel Lezcano <[email protected]> | 2021-03-14 12:13:32 +0100 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2021-03-15 04:47:04 +0100 |
commit | 6fd1b186d900acf4cef9d3c23ec2839022a46345 (patch) | |
tree | 9f8d451e0e626c6c61485f5d954a3a22e0671d27 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | f8d354e821b268c23a6cd548b7154e55c3954496 (diff) |
thermal/drivers/cpuidle_cooling: Use device name instead of auto-numbering
Currently the naming of a cooling device is just a cooling technique
followed by a number. When there are multiple cooling devices using
the same technique, it is impossible to clearly identify the related
device as this one is just a number.
For instance:
thermal-idle-0
thermal-idle-1
thermal-idle-2
thermal-idle-3
etc ...
The 'thermal' prefix is redundant with the subsystem namespace. This
patch removes the 'thermal prefix and changes the number by the device
name. So the naming above becomes:
idle-cpu0
idle-cpu1
idle-cpu2
idle-cpu3
etc ...
Signed-off-by: Daniel Lezcano <[email protected]>
Reviewed-by: Lukasz Luba <[email protected]>
Acked-by: Viresh Kumar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions