Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e61a639a authored by Tom Zanussi's avatar Tom Zanussi Committed by Arnaldo Carvalho de Melo
Browse files

perf/trace/scripting: syscall-counts script cleanup



A small fix for the syscall counts script:

 - silence the match output in the shell script

Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <1273466820-9330-10-git-send-email-tzanussi@gmail.com>
Signed-off-by: default avatarTom Zanussi <tzanussi@gmail.com>
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 79e653f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
# description: system-wide syscall counts
# description: system-wide syscall counts
# args: [comm]
# args: [comm]
if [ $# -gt 0 ] ; then
if [ $# -gt 0 ] ; then
    if ! expr match "$1" "-" ; then
    if ! expr match "$1" "-" > /dev/null ; then
	comm=$1
	comm=$1
	shift
	shift
    fi
    fi