summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2022-01-28 10:58:41 -0500
committerJens Axboe <axboe@kernel.dk>2022-01-28 12:28:15 -0700
commitb879f915bc48a18d4f4462729192435bb0f17052 (patch)
treea6872f00546c3ee5ae32a73dadc02712a7c27b65 /tools/perf/scripts/python/bin/stackcollapse-record
parentf524d9c95fab54783d0038f7a3e8c014d5b56857 (diff)
downloadkernel-b879f915bc48a18d4f4462729192435bb0f17052.tar.gz
dm: properly fix redundant bio-based IO accounting
Record the start_time for a bio but defer the starting block core's IO accounting until after IO is submitted using bio_start_io_acct_time(). This approach avoids the need to mess around with any of the individual IO stats in response to a bio_split() that follows bio submission. Reported-by: Bud Brown <bubrown@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: stable@vger.kernel.org Depends-on: e45c47d1f94e ("block: add bio_start_io_acct_time() to control start_time") Signed-off-by: Mike Snitzer <snitzer@redhat.com> Link: https://lore.kernel.org/r/20220128155841.39644-4-snitzer@redhat.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
mfs.c?h=linux-6.6.y&id=454dab3f965ec24fda8fbe135c8dad4c5b238a86'>fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski 2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski 2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski 2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski 2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski 2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski 2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski 2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski 2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski 2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski 2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski 2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski 2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski 2017-11-17initramfs: use time64_t timestampsArnd Bergmann 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani 2017-05-08initramfs: use vfs_stat/lstat directlyArnd Bergmann 2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson 2017-05-06initramfs: avoid "label at end of compound statement" errorLinus Torvalds 2017-05-05initramfs: Always do fput() and load modules after rootfs populateStafford Horne 2017-02-27initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla