aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorLi Nan <[email protected]>2023-01-17 15:08:06 +0800
committerJens Axboe <[email protected]>2023-01-29 15:18:34 -0700
commitb3260329658483d8e46f0298bfa4ce0b772a6555 (patch)
treef498fd51e32c3514f2ed05787b1ab9fe7cb3e692 /tools/perf/scripts/python/stackcollapse.py
parent984af1e66b4126cf145153661cc24c213e2ec231 (diff)
blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
vrate_min is calculated by DIV64_U64_ROUND_UP, but vrate_max is calculated by div64_u64. Vrate_min may be 1 greater than vrate_max if the input values min and max of cost.qos are equal. Signed-off-by: Li Nan <[email protected]> Signed-off-by: Yu Kuai <[email protected]> Acked-by: Tejun Heo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions