diff options
author | 2016-07-25 14:11:16 +0800 | |
---|---|---|
committer | 2016-07-28 23:54:16 +0200 | |
commit | 067b7ce083df6c69e67345bdba658ab59274cc01 (patch) | |
tree | 868c5698b001c902fbad61e4afb9b8c2b1581536 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.7 (diff) | |
download | wireguard-linux-067b7ce083df6c69e67345bdba658ab59274cc01.tar.xz wireguard-linux-067b7ce083df6c69e67345bdba658ab59274cc01.zip |
PM / OPP: optimize dev_pm_opp_set_rate() performance a bit
In dev_pm_opp_set_rate(), _find_opp_table() is called 4 times: once by
_get_opp_clk(), once by dev_pm_opp_set_rate() itself, and twice by
dev_pm_opp_find_freq_ceil(). If there are several opp_tables in the
system, three times of opp table finding is a big waste. This patch
reduced the call of _find_opp_table() to twice.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions