diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-03-14 12:13:31 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2021-03-15 04:47:04 +0100 |
commit | f8d354e821b268c23a6cd548b7154e55c3954496 (patch) | |
tree | ba3ae1ecdfce2756f6f1a05edf93d80fb3595719 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ef37d1f9acb57b7a5993e93ae582ba5f4108919e (diff) | |
download | linux-f8d354e821b268c23a6cd548b7154e55c3954496.tar.gz linux-f8d354e821b268c23a6cd548b7154e55c3954496.tar.bz2 linux-f8d354e821b268c23a6cd548b7154e55c3954496.zip |
thermal/drivers/devfreq_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-devfreq-0
thermal-devfreq-1
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:
devfreq-5000000.gpu
devfreq-1d84000.ufshc
etc ...
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://lore.kernel.org/r/20210314111333.16551-3-daniel.lezcano@linaro.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions