summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
AgeCommit message (Expand)Author
2019-03-06perf script python: Remove mixed indentationTony Jones
2019-02-25perf script python: Add Python3 support to syscall-counts-by-pid.pyTony Jones
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira
2010-12-25perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo
2010-10-25perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi
l/gcov?id=1391efa952e8b22088f8626fc63ade26767b92d6'>gcov: use kvmalloc()Johannes Berg 2021-05-07gcov: simplify buffer allocationJohannes Berg 2021-05-07gcov: combine common codeJohannes Berg 2021-04-19Revert "gcov: clang: fix clang-11+ build"Linus Torvalds 2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg 2021-04-09gcov: re-fix clang-11+ supportNick Desaulniers 2021-03-25gcov: fix clang-11+ supportNick Desaulniers 2021-02-05init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcovJohannes Berg 2020-12-15gcov: fix kernel-doc markup issueAlex Shi 2020-12-15gcov: remove support for GCC < 4.9Nick Desaulniers 2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter 2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada 2020-04-16gcov: Remove old GCC 3.4 supportWill Deacon 2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin 2020-04-07kernel/gcov/fs.c: replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-04-07gcov: gcc_3_4: replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-04-07gcov: gcc_4_7: replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg 2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg 2019-06-03gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-14gcov: clang supportGreg Hackmann 2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann 2019-03-07kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva 2018-06-08gcov: remove CONFIG_GCOV_FORMAT_AUTODETECTMasahiro Yamada