diff options
author | 2022-09-30 09:54:46 +0800 | |
---|---|---|
committer | 2022-10-18 15:50:31 +0200 | |
commit | 53910ef7ba04fbf1ea74037fa997d3aa1ae3e0bd (patch) | |
tree | 95a741ee486552bf096664579ab06073cf337853 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching (diff) | |
download | wireguard-linux-53910ef7ba04fbf1ea74037fa997d3aa1ae3e0bd.tar.xz wireguard-linux-53910ef7ba04fbf1ea74037fa997d3aa1ae3e0bd.zip |
livepatch: Move the result-invariant calculation out of the loop
The calculation results of the variables 'func_addr' and 'func_size' are
not affected by the for loop and do not change due to the changes of
entries[i]. The performance can be improved by moving it outside the loop.
No functional change.
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions