#!/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 7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/message
AgeCommit message (Expand)Author
2008-03-18[SCSI] mpt fusion: Power Management fixes for MPT SAS PCI-E controllersPrakash, Sathya
2008-03-05[SCSI] mpt fusion: don't oops if NumPhys==0Krzysztof Oledzki
2008-03-03[SCSI] docbook: fix fusion source filesRandy Dunlap
2008-02-22[SCSI] mptbase: fix use-after-free'sAdrian Bunk
2008-02-18[SCSI] mpt fusion: kill warnings in mptbase.h on parisc64Kyle McMartin
2008-02-11[SCSI] mpt fusion: Request I/O resources only when requiredPrakash, Sathya
2008-02-11[SCSI] mpt fusion: Avoid racing when mptsas and mptcl module are loaded in pa...Prakash, Sathya
2008-02-03drivers/message/: Spelling fixesJoe Perches
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas
2008-01-28blk_end_request: changing i2o_block (take 4)Kiyoshi Ueda
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori
2008-01-23[SCSI] mpt fusion: Fix for module unload problem in flash less controller env...Prakash, Sathya
2008-01-11[SCSI] mpt fusion: make mptsas_smp_handler update residFUJITA Tomonori
2007-11-05i2o: debug messages correctedVasily Averin