#!/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 tion/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2016-04-15README: remove trailing whitespaceDiego Viola
2016-01-25README: cosmetic fixesDiego Viola
2015-09-18README: Add ARC architectureVineet Gupta
2015-07-10README: GTK+ is a acronymDiego Viola
2015-03-20README: Change gzip/bzip2 to xz compression formatYaowei Bai
2015-03-20README: Update version number referenceJeff Kirsher