summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
td>Linus Torvalds 2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2024-05-03RIP ->bd_inodeAl Viro 2024-05-03block/bdev.c: use the knowledge of inode/bdev coallocationAl Viro 2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro 2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro 2024-05-03missing helpers: bdev_unhash(), bdev_drop()Al Viro 2024-05-03block: move two helpers into bdev.cYu Kuai 2024-05-02bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro 2024-05-02bdev: move ->bd_write_holder into ->__bd_flagsAl Viro 2024-05-02bdev: infrastructure for flagsAl Viro 2024-05-02make set_blocksize() fail unless block device is opened exclusiveAl Viro 2024-05-02set_blocksize(): switch to passing struct file *Al Viro 2024-04-26Merge tag 'vfs-6.9-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2024-04-20Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linuxLinus Torvalds 2024-04-18block: propagate partition scanning errors to the BLKRRPART ioctlChristoph Hellwig 2024-04-11block: fix module reference leakage from bdev_open_by_dev error pathYu Kuai 2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner 2024-03-27fs,block: yield devices earlyChristian Brauner 2024-03-27block: count BLK_OPEN_RESTRICT_WRITES openersChristian Brauner 2024-03-27block: handle BLK_OPEN_RESTRICT_WRITES correctlyChristian Brauner 2024-03-18fs,block: get holder during claimChristian Brauner 2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds 2024-02-25block: remove bdev_handle completelyChristian Brauner 2024-02-25block: don't rely on BLK_OPEN_RESTRICT_WRITES when yielding write accessChristian Brauner 2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner 2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner 2024-02-25bdev: make bdev_{release, open_by_dev}() private to block layerChristian Brauner 2024-02-25bdev: remove bdev_open_by_path()Christian Brauner 2024-02-25bdev: open block device as filesChristian Brauner 2024-02-24bdev: remove SLAB_MEM_SPREAD flag usageChengming Zhou 2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2023-12-28block: Fix a memory leak in bdev_open_by_dev()Christophe JAILLET 2023-11-20block: update the stable_writes flag in bdev_addChristoph Hellwig 2023-11-18block: Add config option to not allow writing to mounted devicesJan Kara 2023-11-18block: Remove blkdev_get_by_*() functionsJan Kara 2023-11-18bdev: implement freeze and thaw holder operationsChristian Brauner 2023-11-18bdev: surface the error from sync_blockdev()Christian Brauner 2023-11-18bdev: rename freeze and thaw helpersChristian Brauner 2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-10-28block: move bdev_mark_dead out of disk_check_media_changeChristoph Hellwig 2023-10-28fs: Avoid grabbing sb->s_umount under bdev->bd_holder_lockJan Kara 2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara 2023-10-28block: Provide bdev_open_* functionsJan Kara 2023-10-18treewide: mark stuff as __ro_after_initAlexey Dobriyan