summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-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
er.c?id=0ad5b053d438990fabaa324499abb6131b9d2202'>Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan 2020-03-14PM / hibernate: Remove unnecessary compat ioctl overridesEric Biggers