summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/sctop-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
helperChristian Brauner 2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner 2020-12-27proc mountinfo: make splice available againLinus Torvalds 2020-08-27Add a "nosymfollow" mount option.Mattias Nissler 2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds 2020-05-14proc/mounts: add cursorMiklos Szeredi 2020-04-22proc: rename struct proc_fs_info to proc_fs_optsAlexey Gladkov 2019-09-06vfs: subtype handling moved to fuseDavid Howells 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2017-11-27fs: annotate ->poll() instancesAl Viro 2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland 2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells 2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar