aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-report
blob: fda5096d0cbf81a29792819c9648a43f89497d3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# description: system-wide failed syscalls, by pid
# 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/failed-syscalls-by-pid.py $comm
t/pci.c?id=608cc4b14aeadcf3e4dc325fc211b7052e74b50c&follow=1'>nvme: fix lightnvm checkChristoph Hellwig4-35/+14 2017-09-11block: fix integer overflow in __blkdev_sectors_to_bio_pages()Mikulas Patocka1-2/+2 2017-09-11block: sed-opal: Set MBRDone on S3 resume path if TPER is MBREnabledScott Bauer2-0/+33 2017-09-11block: tolerate tracing of NULL bioGreg Thelen1-3/+2 2017-09-10Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds2-110/+0 2017-09-10m68k: Add braces to __pmd(x) initializer to kill compiler warningGeert Uytterhoeven1-1/+1 2017-09-10x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski1-1/+1 2017-09-09sparc64: Handle additional cases of no fault loadsRob Gardner1-0/+51 2017-09-09sparc64: speed up etrap/rtrap on NG2 and later processorsAnthony Yznaga5-6/+45 2017-09-09remove gperf left-overs from build systemLinus Torvalds1-9/+0 2017-09-08bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2-3/+7 2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli1-2/+4 2017-09-08bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend1-1/+1 2017-09-08bpf: add support for sockmap detach programsJohn Fastabend4-16/+72 2017-09-08net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16 2017-09-08bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2-2/+35 2017-09-08net: tulip: Constify tulip_tblKees Cook2-2/+2 2017-09-08net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk1-1/+0 2017-09-08davicom: Display proper debug level up to 6Mathieu Malaterre1-1/+1 2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach1-2/+2