#!/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 x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/ata/sata_mv.c
AgeCommit message (Expand)Author
2023-10-11ata: sata_mv: aspeed: fix value check in mv_platform_probe()Ma Ke
2023-09-11ata: sata_mv: Fix incorrect string length computation in mv_dump_mem()Christophe JAILLET
2023-08-02ata: sata_mv: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-02ata: fix debounce timings typeSergey Shtylyov
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche