#!/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 .0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/aoe
AgeCommit message (Expand)Author
2013-09-11aoe: remove do-nothing NAME="%k" term from example udev rulesEd Cashin
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin
2012-10-06aoe: update documentation to better reflect aoe-plus-udev usageEd Cashin
2012-10-06aoe: update documentation with new URL and VM settings referenceEd Cashin
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi
2010-08-04Documentation: update broken web addresses.Justin P. Mattock