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>
tirimbino
parent
104db7ff1d
commit
765532c8aa
@ -1,6 +1,3 @@ |
||||
#!/bin/bash |
||||
# description: system-wide r/w activity |
||||
perf trace $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl |
||||
|
||||
|
||||
|
||||
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl |
||||
|
@ -1,6 +1,3 @@ |
||||
#!/bin/bash |
||||
# description: system-wide min/max/avg wakeup latency |
||||
perf trace $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl |
||||
|
||||
|
||||
|
||||
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl |
||||
|
@ -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 |
||||
|
@ -1,4 +1,4 @@ |
||||
#!/bin/bash |
||||
# description: futext contention measurement |
||||
|
||||
perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py |
||||
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py |
||||
|
@ -1,3 +1,3 @@ |
||||
#!/bin/bash |
||||
# description: sched migration overview |
||||
perf trace $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py |
||||
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py |
||||
|
Loading…
Reference in new issue