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 <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Tom Zanussi <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
acmel 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.