summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/failed-syscalls-by-pid-report
blob: fda5096d0cbf81a29792819c9648a43f89497d3c (plain)
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
-0700'>2009-04-06sh: intc: Added resume from hibernation support to the intcFrancesco VIRLINZI 2009-04-02sh: intc: set_irq_wake() supportMagnus Damm 2009-04-02sh: intc: install enable, disable and shutdown callbacksMagnus Damm 2009-03-29maple: fix Error in kernel-doc notationRandy Dunlap 2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds 2009-03-24sh: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers 2009-03-06sh: intc: Make missing unique IRQ mask warning more verbose.Paul Mundt 2009-03-03sh: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers 2009-02-27sh: multiple vectors per irq - baseMagnus Damm 2009-02-27sh: maple: Support block reads and writes.Adrian McMenamin 2008-12-16sh: maple: Do not pass SLAB_POISON to kmem_cache_create()Matt Fleming 2008-10-01sh: Move the shared INTC code out to drivers/sh/Paul Mundt 2008-08-04sh: Fix up broken kerneldoc comments.Paul Mundt 2008-08-04maple: Kill useless private_data pointer.Paul Mundt 2008-08-04maple: Clean up maple_driver_register/unregister routines.Paul Mundt 2008-07-29sh/maple: clean maple bus codeAdrian McMenamin 2008-02-26maple: fix device detectionAdrian McMenamin 2008-02-14maple: improve detection of attached peripheralsAdrian McMenamin 2008-02-14maple: more robust device detection.Adrian McMenamin 2008-02-14maple: fix up whitespace damage.Adrian McMenamin 2007-11-07superhyway: Handle device_register() retval properly.Paul Mundt 2007-10-30maple: Fix maple bus compiler warningAdrian McMenamin 2007-09-21sh: Add maple bus support for the SEGA Dreamcast.Adrian McMenamin 2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau