<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in check-perf-trace-record</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e5a5f1f0 - perf: Remove leftover useless options to record trace events from scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record#e5a5f1f0</link>
        <description>perf: Remove leftover useless options to record trace events from scripts-f, -c 1, -R are now useless for trace events recording, moreover-M is useless and event hurts.Remove them from the documentation examples and from record scripts.Signed-off-by: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Tom Zanussi &lt;tzanussi@gmail.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record</description>
        <pubDate>Fri, 30 Apr 2010 17:55:00 +0000</pubDate>
        <dc:creator>Frederic Weisbecker &lt;fweisbec@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4d161f03 - perf/scripts: Add syscall tracing scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record#4d161f03</link>
        <description>perf/scripts: Add syscall tracing scriptsAdds a set of scripts that aggregate system call totals and systemcall errors.  Most are Python scripts that also test basicfunctionality of the new Python engine, but there&apos;s also one Perlscript added for comparison and for reference in some newDocumentation contained in a later patch.Signed-off-by: Tom Zanussi &lt;tzanussi@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&gt;Cc: Steven Rostedt &lt;rostedt@goodmis.org&gt;Cc: Keiichi KII &lt;k-keiichi@bx.jp.nec.com&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;LKML-Reference: &lt;1264580883-15324-8-git-send-email-tzanussi@gmail.com&gt;Signed-off-by: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record</description>
        <pubDate>Wed, 27 Jan 2010 08:27:58 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tzanussi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>266fe2f2 - perf/scripts: Remove check-perf-trace from listed scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record#266fe2f2</link>
        <description>perf/scripts: Remove check-perf-trace from listed scriptsThe check-perf-trace script only checks Perl functionality, anddoesn&apos;t really need to be listed as as user script anyway.This only removes the &apos;-report&apos; shell script, so although it doesn&apos;tappear in the listing, the &apos;-record&apos; shell script and the check perftrace perl script itself is still available and can still be runmanually as such:$ libexec/perf-core/scripts/perl/bin/check-perf-trace-record$ perf trace -s libexec/perf-core/scripts/perl/check-perf-trace.plSigned-off-by: Tom Zanussi &lt;tzanussi@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&gt;Cc: Steven Rostedt &lt;rostedt@goodmis.org&gt;Cc: Keiichi KII &lt;k-keiichi@bx.jp.nec.com&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;LKML-Reference: &lt;1264580883-15324-6-git-send-email-tzanussi@gmail.com&gt;Signed-off-by: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record</description>
        <pubDate>Wed, 27 Jan 2010 08:27:56 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tzanussi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1ae4a971 - perf trace: Add a scripts/perl/bin for perf trace shell scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record#1ae4a971</link>
        <description>perf trace: Add a scripts/perl/bin for perf trace shell scriptsTo capture the relevant events for a given Perl script and toavoid having to continually remember and type in longcommand-lines, add a scripts/perl/bin directory containing twosimple shell scripts for each Perl script, one for recording andone for processing/display. For example, to record perf data forthe rw-by-pid.pl script, run scripts/perl/bin/rw-by-pid-recordand to actually run the script and display the output runscripts/perl/bin/rw-by-pid-report.Signed-off-by: Tom Zanussi &lt;tzanussi@gmail.com&gt;Cc: fweisbec@gmail.comCc: rostedt@goodmis.orgCc: anton@samba.orgCc: hch@infradead.orgLKML-Reference: &lt;1259133352-23685-8-git-send-email-tzanussi@gmail.com&gt;Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/perl/bin/check-perf-trace-record</description>
        <pubDate>Wed, 25 Nov 2009 07:15:52 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tzanussi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
