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
/td>certs: move scripts/extract-cert to certs/Masahiro Yamada 2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2021-03-11certs: Add ability to preload revocation certsEric Snowberg 2021-02-15scripts: set proper OpenSSL include dir also for sign-fileRolf Eike Beer 2021-01-28scripts: use pkg-config to locate libcryptoRolf Eike Beer 2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada 2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada 2020-04-09kbuild: remove -I$(srctree)/tools/include from scripts/MakefileMasahiro Yamada 2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada 2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada 2019-12-13scripts/sorttable: Implement build-time ORC unwind table sortingShile Zhang 2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang 2019-11-11video/logo: move pnmtologo tool to drivers/video/logo/ from scripts/Masahiro Yamada 2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada 2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann 2019-06-15kbuild: remove build_unifdef target in scripts/MakefileMasahiro Yamada 2019-02-27scripts/gdb: do not descend into scripts/gdb from scriptsMasahiro Yamada 2018-12-01kbuild: descend into scripts/gcc-plugins/ via scripts/MakefileMasahiro Yamada 2018-12-01kbuild: move modpost out of 'scripts' targetMasahiro Yamada 2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring 2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott 2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada