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 "$@"
checkJan Kara 2024-04-23udf: Use a folio in udf_write_end()Matthew Wilcox (Oracle) 2024-04-23udf: Convert udf_page_mkwrite() to use a folioMatthew Wilcox (Oracle) 2024-04-23udf: Convert udf_symlink_getattr() to use a folioMatthew Wilcox (Oracle) 2024-04-23udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()Matthew Wilcox (Oracle) 2024-04-23udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle) 2024-04-23udf: Convert udf_write_begin() to use a folioMatthew Wilcox (Oracle) 2024-04-23udf: Convert udf_symlink_filler() to use a folioMatthew Wilcox (Oracle) 2024-04-10udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov 2024-04-02udf: replace deprecated strncpy/strcpy with strscpyJustin Stitt 2024-03-25udf: Remove second semicolonColin Ian King 2024-03-05udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou 2024-02-21udf: convert to new mount APIEric Sandeen 2024-02-21udf: convert novrs to an option flagEric Sandeen 2024-02-05udf: Avoid invalid LVID used on mountJan Kara 2024-01-23udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara 2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara 2024-01-23udf: Avoid GFP_NOFS allocation in udf_symlink()Jan Kara 2024-01-23udf: Remove GFP_NOFS from dir iteration codeJan Kara 2024-01-11Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds 2023-12-21udf_fiiter_add_entry(): check for zero ->d_name.len is bogus...Al Viro 2023-12-21udf: d_obtain_alias(ERR_PTR(...)) will do the right thing...Al Viro 2023-12-21udf: d_splice_alias() will do the right thing on ERR_PTR() inodeAl Viro 2023-11-25udf_rename(): only access the child content on cross-directory renameAl Viro 2023-11-02Merge tag 'fs_for_v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-10-18udf: convert to new timestamp accessorsJeff Layton 2023-10-03udf: Avoid unneeded variable length array in struct fileIdentDescJan Kara 2023-09-18udf: Annotate struct udf_bitmap with __counted_byKees Cook 2023-08-30Merge tag 'for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds 2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds 2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-08-18fs: convert block_commit_write to return voidBean Huo 2023-08-09udf: Drop pointless aops assignmentJan Kara 2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton 2023-08-02fs: add CONFIG_BUFFER_HEADChristoph Hellwig 2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig 2023-07-31udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva 2023-07-24udf: convert to ctime accessor functionsJeff Layton 2023-06-29Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds 2023-06-21udf: Fix uninitialized array access for some pathnamesJan Kara 2023-06-02Revert "udf: Protect rename against modification of moved directory"Jan Kara 2023-05-30fs: udf: udftime: Replace LGPL boilerplate with SPDX identifierBagas Sanjaya 2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya