aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorPaolo Valente <[email protected]>2023-01-03 15:54:58 +0100
committerJens Axboe <[email protected]>2023-01-29 15:18:32 -0700
commita61230470c8cbd4eec0dc4dd99a3867d009c0b05 (patch)
tree253763728b5c153c1ba82aabc16ee77e01f5e9de /tools/perf/scripts/python/check-perf-trace.py
parentb752989897b4b71260e5456be16c44e9a96c999b (diff)
block, bfq: move io_cq-persistent bfqq data into a dedicated struct
With a multi-actuator drive, a process may get associated with multiple bfq_queues: one queue for each of the N actuators. So, the bfq_io_cq data structure must be able to accommodate its per-queue persistent information for N queues. Currently it stores this information for just one queue, in several scalar fields. This is a preparatory commit for moving to accommodating persistent information for N queues. In particular, this commit packs all the above scalar fields into a single data structure. Then there is now only one field, in bfq_io_cq, that stores all the above information. This scalar field will then be turned into an array by a following commit. Suggested-by: Damien Le Moal <[email protected]> Reviewed-by: Damien Le Moal <[email protected]> Signed-off-by: Gianmarco Lusvardi <[email protected]> Signed-off-by: Giulio Barabino <[email protected]> Signed-off-by: Emiliano Maccaferri <[email protected]> Signed-off-by: Paolo Valente <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions