#!/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 lication/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2013-04-05firmware,IB/qib: revert firmware file moveMike Marciniszyn
2013-03-22IB/qib: change QLogic to IntelVinit Agnihotri
2012-11-21firmware: remove last vestiges of dabusbTim Gardner
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-08-16firmware: remove computone driver firmware and documentationTim Gardner
2012-08-02firmware: Remove obsolete Chelsio cxgb3 firmwareTim Gardner
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker
2012-01-16[SCSI] isci, firmware: Remove isci fallback parameter blob and generatorBen Hutchings
2011-12-20firmware: Refer to the co-maintained linux-firmware.git repositoryBen Hutchings