diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-12-23 13:10:22 -0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-12-25 11:29:02 -0200 |
commit | 765532c8aaac624b5f8687af6d319c6a1138a257 (patch) | |
tree | e98ec2cb6f5f1f79235141176777d37e65628fd6 /tools/perf/scripts/perl/bin/workqueue-stats-report | |
parent | 104db7ff1d9d01a03a2568a156b19e1fd972e8bf (diff) | |
download | kernel_samsung_aries-765532c8aaac624b5f8687af6d319c6a1138a257.zip kernel_samsung_aries-765532c8aaac624b5f8687af6d319c6a1138a257.tar.gz kernel_samsung_aries-765532c8aaac624b5f8687af6d319c6a1138a257.tar.bz2 |
perf script: Finish the rename from trace to script
The scripts have calls to 'perf trace' that need to be converted to 'perf script', do it.
This problem was introduced in 133dc4c.
Reported-by: Torok Edwin <edwintorok@gmail.com>
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>
Cc: Torok Edwin <edwintorok@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/perl/bin/workqueue-stats-report')
-rw-r--r-- | tools/perf/scripts/perl/bin/workqueue-stats-report | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/perf/scripts/perl/bin/workqueue-stats-report b/tools/perf/scripts/perl/bin/workqueue-stats-report index df0c65f..6d91411 100644 --- a/tools/perf/scripts/perl/bin/workqueue-stats-report +++ b/tools/perf/scripts/perl/bin/workqueue-stats-report @@ -1,7 +1,3 @@ #!/bin/bash # description: workqueue stats (ins/exe/create/destroy) -perf trace $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl - - - - +perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl |