summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-record
blob: 74685f318379ae597986f4b768f55edd2a07e125 (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_exit $@ || \
 perf record -e syscalls:sys_exit $@) 2> /dev/null
e) 2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert directory handling to kmap_localMatthew Wilcox (Oracle) 2024-08-07ufs; Convert ufs_commit_chunk() to take a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_prepare_chunk() to take a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_make_empty() to use a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_delete_entry() to work on a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_set_link() and ufss_dotdot() to take a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_find_entry() to take a folioMatthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_check_page() to ufs_check_folio()Matthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_get_page() to ufs_get_folio()Matthew Wilcox (Oracle) 2024-08-07ufs: Convert ufs_get_page() to use a folioMatthew Wilcox (Oracle) 2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds 2024-07-04fs: ufs: add MODULE_DESCRIPTION()Jeff Johnson 2024-05-31ufs: Remove call to set the folio error flagMatthew Wilcox (Oracle) 2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds 2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-12-29ufs: remove writepage implementationMatthew Wilcox (Oracle) 2023-12-13fix ufs_get_locked_folio() breakageAl Viro 2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds 2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-10-28exportfs: make ->encode_fh() a mandatory method for NFS exportAmir Goldstein 2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)