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
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds 2016-05-17sched/preempt: Fix preempt_count manipulationsPeter Zijlstra 2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2016-05-13SIGNAL: Move generic copy_siginfo() to signal.hJames Hogan 2016-05-13seccomp: Get compat syscalls from asm-generic headerMatt Redfearn 2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel 2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar 2016-05-03io-64-nonatomic: Add relaxed accessor variantsRobin Murphy 2016-04-21asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic()Romain Perier 2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov 2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko 2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko 2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko 2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2016-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds 2016-03-21bitops: Do not default to __clear_bit() for __clear_bit_unlock()Peter Zijlstra 2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds 2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2016-03-17lib/bug.c: use common WARN helperJosh Poimboeuf 2016-03-17include/asm-generic/atomic-long.h: force inlining of some atomic_long operationsDenys Vlasenko 2016-03-17bug: set warn variable before calling WARN()Steven Rostedt 2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V 2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck 2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig