summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-by-pid-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a (plain)
1
2
3
#!/bin/bash
(perf record -e raw_syscalls:sys_enter $@ || \
 perf record -e syscalls:sys_enter $@) 2> /dev/null
ev 2023-07-24ocfs2: convert to ctime accessor functionsJeff Layton 2023-03-23ocfs2: Switch to security_inode_init_security()Roberto Sassu 2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner 2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner 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 2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-10-20ocfs2: clear dinode links count in case of errorJoseph Qi 2022-10-20ocfs2: fix BUG when iput after ocfs2_mknod failsJoseph Qi 2022-10-20fs: rename current get acl methodChristian Brauner 2022-07-21fs: move S_ISGID stripping into the vfs_*() helpersYang Xu tro/kernel/commit/fs/internal.h?id=ac7ac4618cf25e0d5cd8eba83d5f600084b65b9a'>Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-12-09fs: make do_renameat2() take struct filenameJens Axboe 2020-12-01block: remove i_bdevChristoph Hellwig 2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig