]> Git Repo - linux.git/commitdiff
perf/scripts: Remove check-perf-trace from listed scripts
authorTom Zanussi <[email protected]>
Wed, 27 Jan 2010 08:27:56 +0000 (02:27 -0600)
committerFrederic Weisbecker <[email protected]>
Tue, 23 Feb 2010 19:58:59 +0000 (20:58 +0100)
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: <1264580883[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
tools/perf/scripts/perl/bin/check-perf-trace-record
tools/perf/scripts/perl/bin/check-perf-trace-report [deleted file]

index c7ec5de2f535934f6029931be2ab8608da8b484a..3c15744989421cf8ff77439143d358f2209bab18 100644 (file)
@@ -1,7 +1,2 @@
 #!/bin/bash
 perf record -c 1 -f -a -M -R -e kmem:kmalloc -e irq:softirq_entry
-
-
-
-
-
diff --git a/tools/perf/scripts/perl/bin/check-perf-trace-report b/tools/perf/scripts/perl/bin/check-perf-trace-report
deleted file mode 100644 (file)
index 7fc4a03..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# description: useless but exhaustive test script
-perf trace -s ~/libexec/perf-core/scripts/perl/check-perf-trace.pl
-
-
-
This page took 0.057977 seconds and 4 git commands to generate.