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 "$@"
kernel/commit/fs/hpfs?id=88d5baf69082e5b410296435008329676b687549'>Change inode_operations.mkdir to return struct dentry *NeilBrown 2024-10-08hpfs: convert hpfs to use the new mount apiEric Sandeen 2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro 2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle) 2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle) 2024-07-15Merge tag 'vfs-6.11.module.description' of git://git.kernel.org/pub/scm/linux...Linus Torvalds 2024-05-31hpfs: Convert hpfs_symlink_read_folio to use a folioMatthew Wilcox (Oracle) 2024-05-28fs: hpfs: add MODULE_DESCRIPTION()Jeff Johnson 2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds 2023-10-18hpfs: convert to new timestamp accessorsJeff Layton 2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds 2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig 2023-07-24hpfs: convert to ctime accessor functionsJeff Layton 2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells 2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner 2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner 2022-12-11hpfs: remove ->writepageChristoph Hellwig 2022-05-09hpfs: Convert symlinks to read_folioMatthew Wilcox (Oracle) 2022-05-09fs: Convert mpage_readpage to mpage_read_folioMatthew Wilcox (Oracle) 2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle) 2022-05-08fs: Remove aop flags parameter from cont_write_begin()Matthew Wilcox (Oracle) 2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song 2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle) 2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)