Skip to content

Commit

Permalink
perf python scripting: Fixup cut'n'paste error in sctop script
Browse files Browse the repository at this point in the history
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 26, 2010
1 parent b44308f commit 22d0594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/scripts/python/sctop.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from Core import *
from Util import *

usage = "perf trace -s syscall-counts.py [comm] [interval]\n";
usage = "perf trace -s sctop.py [comm] [interval]\n";

for_comm = None
default_interval = 3
Expand Down

0 comments on commit 22d0594

Please sign in to comment.