aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorXiang Chen <[email protected]>2018-05-09 23:10:48 +0800
committerMartin K. Petersen <[email protected]>2018-05-18 11:22:09 -0400
commitfa222db0b036899cd4020a380568699ffb1de08d (patch)
tree60ddc348aa3d3b0aa5b49e97e79a592e138947a7 /tools/perf/scripts/python/syscall-counts.py
parent3de0026dad6b8e83d8a699aef92638c50ba966f7 (diff)
scsi: hisi_sas: Don't lock DQ for complete task sending
Currently we lock the DQ to protect whole delivery process. So this stops us building slots for the same queue in parallel, and can affect performance. To optimise it, only lock the DQ during special periods, specifically when allocating a slot from the DQ and when delivering a slot to the HW. This approach is now safe, thanks to the previous patches to ensure that we always deliver a slot to the HW once allocated. Signed-off-by: Xiang Chen <[email protected]> Signed-off-by: John Garry <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions