diff options
| author | Tejun Heo <tj@kernel.org> | 2020-09-01 21:52:41 +0300 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2020-09-02 04:38:32 +0300 |
| commit | 7ca5b2e60bfa4aa5b8d52e9c3e2a757c581bec1d (patch) | |
| tree | 519c661076bb57f745c71998c4f8a2d938c0f596 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | ce95570acf741ea306baddcb43aba0b59b920a21 (diff) | |
| download | linux-7ca5b2e60bfa4aa5b8d52e9c3e2a757c581bec1d.tar.xz | |
blk-iocost: streamline vtime margin and timer slack handling
The margin handling was pretty inconsistent.
* ioc->margin_us and ioc->inuse_margin_vtime were used as vtime margin
thresholds. However, the two are in different units with the former
requiring conversion to vtime on use.
* iocg_kick_waitq() was using a quarter of WAITQ_TIMER_MARGIN_PCT of
period_us as the timer slack - ~1.2%. While iocg_kick_delay() was using a
quarter of ioc->margin_us - ~12.5%. There aren't strong reasons to use
different values for the two.
This patch cleans up margin and timer slack handling:
* vtime margins are now recorded in ioc->margins.{min, max} on period
duration changes and used consistently.
* Timer slack is now 1% of period_us and recorded in ioc->timer_slack_ns and
used consistently for iocg_kick_waitq() and iocg_kick_delay().
The only functional change is shortening of timer slack. No meaningful
visible change is expected.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
