summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-04-28 13:27:54 +0200
committerJens Axboe <axboe@kernel.dk>2020-04-29 09:33:26 -0600
commit760f83ea63a7b2c12b3b1e656b24cbb880b6b814 (patch)
treed66373dc8dac91571a6ff854e4b6eedc7faeb69f /tools/perf/scripts/python
parent3fdd40861d800a4e1eb67c5158e8ab90076e2f93 (diff)
downloadkernel-760f83ea63a7b2c12b3b1e656b24cbb880b6b814.tar.gz
block: cleanup the memory stall accounting in submit_bio
Instead of a convoluted chain just check for REQ_OP_READ directly, and keep all the memory stall code together in a single unlikely branch. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Weiner <hannes@cmpxchg.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
el/commit/arch/arm64/kernel/machine_kexec.c?id=5bb6834fc2900052a377df79b9ab065a698bf70b'>arm64: kexec: skip relocation code for inplace kexecPasha Tatashin 2021-10-01arm64: kexec: flush image and lists during kexec load timePasha Tatashin 2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport 2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba 2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba 2021-05-25arm64: Downgrade flush_icache_range to invalidateFuad Tabba 2021-01-27arm64: kexec: call kexec_image_info only oncePavel Tatashin 2021-01-27arm64: kexec: move relocation function setupPavel Tatashin 2021-01-27arm64: kexec: make dtb_mem always enabledPavel Tatashin 2020-05-11arm64: fix the flush_icache_range arguments in machine_kexecChristoph Hellwig