#!/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
2015-12-04WHENCE: use https://linuxtv.org for LinuxTV URLsMauro Carvalho Chehab
2015-05-07firmware: Update information in linux.git about adding firmwareBen Hutchings
2015-04-17firmware/ihex2fw.c: restore missing default in switch statementNicolas Iooss