#!/bin/bash # description: system-wide failed syscalls, by pid # 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/failed-syscalls-by-pid.py $comm tom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/dma/sh
AgeCommit message (Expand)Author
2026-01-23dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das
2025-11-13dmaengine: sh: setup_xref error handlingThomas Andreatta