perf script: Remove workqueue-stats script
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>
This commit is contained in:
parent
2de9533d6d
commit
1de7b7e89d
4 changed files with 0 additions and 136 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
perf record -e workqueue:workqueue_creation -e workqueue:workqueue_destruction -e workqueue:workqueue_execution -e workqueue:workqueue_insertion $@
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
# description: workqueue stats (ins/exe/create/destroy)
|
||||
perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/workqueue-stats.pl
|
Loading…
Add table
Add a link
Reference in a new issue