lkml.org 
[lkml]   [2010]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[tip:perf/core] perf/scripts: Remove check-perf-trace from listed scripts
    Commit-ID:  266fe2f217d1dc9f8041e395c0ab4569a5bad91a
    Gitweb: http://git.kernel.org/tip/266fe2f217d1dc9f8041e395c0ab4569a5bad91a
    Author: Tom Zanussi <tzanussi@gmail.com>
    AuthorDate: Wed, 27 Jan 2010 02:27:56 -0600
    Committer: Frederic Weisbecker <fweisbec@gmail.com>
    CommitDate: Tue, 23 Feb 2010 20:58:59 +0100

    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 <tzanussi@gmail.com>
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: Steven Rostedt <rostedt@goodmis.org>
    Cc: Keiichi KII <k-keiichi@bx.jp.nec.com>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    LKML-Reference: <1264580883-15324-6-git-send-email-tzanussi@gmail.com>
    Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
    ---
    .../perf/scripts/perl/bin/check-perf-trace-record | 5 -----
    .../perf/scripts/perl/bin/check-perf-trace-report | 6 ------
    2 files changed, 0 insertions(+), 11 deletions(-)

    diff --git a/tools/perf/scripts/perl/bin/check-perf-trace-record b/tools/perf/scripts/perl/bin/check-perf-trace-record
    index c7ec5de..3c15744 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
    -
    -
    -
    -
    -
    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
    index 7fc4a03..0000000
    --- a/tools/perf/scripts/perl/bin/check-perf-trace-report
    +++ /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
    -
    -
    -

    \
     
     \ /
      Last update: 2010-02-25 11:11    [W:4.116 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site