summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-report
blob: 0f0e9d453bb48a606b3c6522a104bd16499fede8 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# description: system-wide syscall counts
# args: [comm]
if [ $# -gt 0 ] ; then
    if ! expr match "$1" "-" > /dev/null ; then
	comm=$1
	shift
    fi
fi
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
lice_write()Amir Goldstein 2023-11-24splice: move permission hook out of splice_file_to_pipe()Amir Goldstein 2023-11-24splice: move permission hook out of splice_direct_to_actor()Amir Goldstein 2023-11-24splice: remove permission hook from do_splice_direct()Amir Goldstein 2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2023-08-21splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle) 2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells 2023-07-26splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek 2023-07-10splice: fsnotify_access(in), fsnotify_modify(out) on success in teeAhelenia Ziemiańska 2023-07-10splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmspliceAhelenia Ziemiańska 2023-07-10splice: always fsnotify_access(in), fsnotify_modify(out) on successAhelenia Ziemiańska 2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds 2023-06-16splice: simplify a conditional in copy_splice_readChristoph Hellwig 2023-06-16splice: don't call file_accessed in copy_splice_readChristoph Hellwig 2023-06-15splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells 2023-06-08splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()David Howells 2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells 2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells 2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells 2023-05-24splice: Remove generic_file_splice_read()David Howells 2023-05-24splice: Make splice from a DAX file use copy_splice_read()David Howells 2023-05-24splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells 2023-05-24splice: Check for zero count in vfs_splice_read()David Howells 2023-05-24splice: Make do_splice_to() generic and export itDavid Howells 2023-05-24splice: Clean up copy_splice_read() a bitDavid Howells 2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells 2023-05-06Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds