summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorKeith Busch <kbusch@kernel.org>2022-11-10 10:45:01 -0800
committerJens Axboe <axboe@kernel.dk>2022-11-16 15:58:11 -0700
commit50a893359cd2643ee1afc96eedc9e7084cab49fa (patch)
tree91960ea443c1a8fc9b6c4efc434a520d2b962be6 /tools/perf/scripts
parent29aa778bb66795e6a78b1c99beadc83887827868 (diff)
downloadkernel-50a893359cd2643ee1afc96eedc9e7084cab49fa.tar.gz
dm-log-writes: set dma_alignment limit in io_hints
This device mapper needs bio vectors to be sized and memory aligned to the logical block size. Set the minimum required queue limit accordingly. Signed-off-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Mike Snitzer <snitzer@kernel.org> Link: https://lore.kernel.org/r/20221110184501.2451620-6-kbusch@meta.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
5 15:32:36 -0300'>2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo 2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings 2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings 2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings 2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings 2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings 2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang 2012-08-09perf script python: Correct handler check and spelling errorsFeng Tang 2012-08-08perf scripts python: Add event_analyzing_sample.py as a sample for general ev...Feng Tang 2012-08-08perf scripts python: Add a python library EventClass.pyFeng Tang