Skip to content

Commit

Permalink
perf script: Remove workqueue-stats script
Browse files Browse the repository at this point in the history
The tracepoints used by the workqueue-stats script no longer exist so
trying to run the script results in:

  # perf script record workqueue-stats
  invalid or unsupported event: 'workqueue:workqueue_creation'
  Run 'perf list' for a list of valid events

So remove the script until it can be reworked using the new workqueue
tracepoints.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Link: http://lkml.kernel.org/r/e7a7637d5df9df86887c3bff7683574665ec5360.1358527965.git.tom.zanussi@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Tom Zanussi authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent 2de9533 commit 1de7b7e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 136 deletions.
2 changes: 0 additions & 2 deletions tools/perf/Documentation/perf-script-python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ scripts listed by the 'perf script -l' command e.g.:
----
root@tropicana:~# perf script -l
List of available trace scripts:
workqueue-stats workqueue stats (ins/exe/create/destroy)
wakeup-latency system-wide min/max/avg wakeup latency
rw-by-file <comm> r/w activity for a program, by file
rw-by-pid system-wide r/w activity
Expand Down Expand Up @@ -402,7 +401,6 @@ should show a new entry for your script:
----
root@tropicana:~# perf script -l
List of available trace scripts:
workqueue-stats workqueue stats (ins/exe/create/destroy)
wakeup-latency system-wide min/max/avg wakeup latency
rw-by-file <comm> r/w activity for a program, by file
rw-by-pid system-wide r/w activity
Expand Down
2 changes: 0 additions & 2 deletions tools/perf/scripts/perl/bin/workqueue-stats-record

This file was deleted.

3 changes: 0 additions & 3 deletions tools/perf/scripts/perl/bin/workqueue-stats-report

This file was deleted.

129 changes: 0 additions & 129 deletions tools/perf/scripts/perl/workqueue-stats.pl

This file was deleted.

0 comments on commit 1de7b7e

Please sign in to comment.