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
ernel/commit/sound/isa/cs423x?id=0418ff0c8e48aae4e5e0cbcd3e19a057bea2e55a'>ALSA: remove direct access of dev->bus_id in sound/isa/*Takashi Iwai 2008-08-13ALSA: Kill snd_assert() in sound/isa/*Takashi Iwai 2008-08-06ALSA: snd-cs4236: add Techmakers MF-4236PW PnP card IDRene Herman 2008-08-06ALSA: wss_lib: rename cs4321_foo to wss_fooKrzysztof Helt 2008-08-06ALSA: wss_lib: rename cs4231.h into wss.hKrzysztof Helt 2008-08-06ALSA: wss_lib: move cs4231_lib into wss_libKrzysztof Helt 2008-07-27ALSA: cs4232: fix crash during chip PNP detectionKrzysztof Helt 2008-06-13ALSA: opti93x: add support for Opti93x codec in cs4231-libKrzysztof Helt 2008-01-31[ALSA] cs4231: remove one busy waitKrzysztof Helt 2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai 2008-01-31[ALSA] sound/isa: kill pnp_resource_changeRene Herman