perf python scripting: Fixup cut'n'paste error in sctop script
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Oct 2010 17:21:15 +0000 (15:21 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 26 Oct 2010 17:21:15 +0000 (15:21 -0200)
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>
tools/perf/scripts/python/sctop.py

index 547cbe9..7a6ec2c 100644 (file)
@@ -17,7 +17,7 @@ from perf_trace_context import *
 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