#!/bin/bash # description: system-wide syscall counts, 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/syscall-counts-by-pid.py $comm ter' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/soc/nuc900/Kconfig
linux/net-next.git/diff/sound/soc/codecs/wm5102.c?id=5d18a619976944dc3114bbe1525880c431196c7a&id2=242ef5d483594a2bed6b8a2685849c83e7810d17'>wm5102.c
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm5102.c')