diff options
author | Tom Zanussi <[email protected]> | 2010-01-27 02:27:56 -0600 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2010-02-23 20:58:59 +0100 |
commit | 266fe2f217d1dc9f8041e395c0ab4569a5bad91a (patch) | |
tree | 2eb81ebca3d61388da92224fa76397a5ecd9dc97 /tools/perf/scripts/perl/bin/check-perf-trace-record | |
parent | 82d156cd5e817055c63ec50247a425c195f4cb14 (diff) |
perf/scripts: Remove check-perf-trace from listed scripts
The check-perf-trace script only checks Perl functionality, and
doesn't really need to be listed as as user script anyway.
This only removes the '-report' shell script, so although it doesn't
appear in the listing, the '-record' shell script and the check perf
trace perl script itself is still available and can still be run
manually as such:
$ libexec/perf-core/scripts/perl/bin/check-perf-trace-record
$ perf trace -s libexec/perf-core/scripts/perl/check-perf-trace.pl
Signed-off-by: Tom Zanussi <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Keiichi KII <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/perl/bin/check-perf-trace-record')
-rw-r--r-- | tools/perf/scripts/perl/bin/check-perf-trace-record | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/scripts/perl/bin/check-perf-trace-record b/tools/perf/scripts/perl/bin/check-perf-trace-record index c7ec5de2f535..3c1574498942 100644 --- a/tools/perf/scripts/perl/bin/check-perf-trace-record +++ b/tools/perf/scripts/perl/bin/check-perf-trace-record @@ -1,7 +1,2 @@ #!/bin/bash perf record -c 1 -f -a -M -R -e kmem:kmalloc -e irq:softirq_entry - - - - - |