summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
3d12aed0437c1bdb7ba0be27437fc12c274'>remap_range: move file_start_write() to after permission hookAmir Goldstein 2023-11-24remap_range: move permission hooks out of do_clone_file_range()Amir Goldstein 2023-05-24fs: use UB-safe check for signed addition overflow in remap_verify_areaDavid Sterba 2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner 2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner 2022-12-13Merge tag 'vfs-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds 2022-11-30fs/remap_range: avoid spurious writeback on zero length requestBrian Foster 2022-10-26fs: use type safe idmapping helpersChristian Brauner 2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-07-17fsdax: dedup file range to use a compare functionShiyang Ruan 2022-07-14Revert "vf/remap: return the amount of bytes actually deduplicated"Linus Torvalds 2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer 2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner 2022-06-29remap_range: Remove check of uptodate flagMatthew Wilcox (Oracle) 2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-14fs/remap_range: Pass the file pointer to read_mapping_folio()Matthew Wilcox (Oracle) 2022-03-14fs: allow cross-vfsmount reflink/dedupeJosef Bacik 2022-01-08fs: Convert vfs_dedupe_file_range_compare to foliosMatthew Wilcox (Oracle) 2021-08-23fs: remove mandatory file locking supportJeff Layton