<?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 syscall-counts-report</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>765532c8 - perf script: Finish the rename from trace to script</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report#765532c8</link>
        <description>perf script: Finish the rename from trace to scriptThe scripts have calls to &apos;perf trace&apos; that need to be converted to &apos;perf script&apos;, do it.This problem was introduced in 133dc4c.Reported-by: Torok Edwin &lt;edwintorok@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&gt;Cc: Mike Galbraith &lt;efault@gmx.de&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Stephane Eranian &lt;eranian@google.com&gt;Cc: Tom Zanussi &lt;tzanussi@gmail.com&gt;Cc: Torok Edwin &lt;edwintorok@gmail.com&gt;LKML-Reference: &lt;new-submission&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report</description>
        <pubDate>Thu, 23 Dec 2010 15:10:22 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>44e668c6 - perf trace: Use $PERF_EXEC_PATH in canned report scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report#44e668c6</link>
        <description>perf trace: Use $PERF_EXEC_PATH in canned report scriptsSet $PERF_EXEC_PATH before starting the record and report scripts, andmake them use it where necessary.Cc: Ingo Molnar &lt;mingo@elte.hu&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;LKML-Reference: &lt;1286723403.2955.205.camel@localhost&gt;Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report</description>
        <pubDate>Sun, 10 Oct 2010 15:10:03 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>e61a639a - perf/trace/scripting: syscall-counts script cleanup</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report#e61a639a</link>
        <description>perf/trace/scripting: syscall-counts script cleanupA small fix for the syscall counts script: - silence the match output in the shell scriptCc: Fr&#233;d&#233;ric Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@elte.hu&gt;LKML-Reference: &lt;1273466820-9330-10-git-send-email-tzanussi@gmail.com&gt;Signed-off-by: Tom Zanussi &lt;tzanussi@gmail.com&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report</description>
        <pubDate>Mon, 10 May 2010 04:47:00 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tzanussi@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00b21a01 - perf trace/scripting: Enable scripting shell scripts for live mode</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/python/bin/syscall-counts-report#00b21a01</link>
        <description>perf trace/scripting: Enable scripting shell scripts for live modeIt should be possible to run any perf trace script in &apos;livemode&apos;. This requires being able to pass in e.g. &apos;-i -&apos; or otherargs, which the current shell scripts aren&apos;t equipped to handle. In a few cases, there are required or optional args that alsoneed special handling. This patch makes changes the current setof shell scripts as necessary.Signed-off-by: Tom Zanussi &lt;tzanussi@gmail.com&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: fweisbec@gmail.comCc: rostedt@goodmis.orgCc: k-keiichi@bx.jp.nec.comCc: acme@ghostprotocols.netLKML-Reference: &lt;1270184365-8281-11-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/python/bin/syscall-counts-report</description>
        <pubDate>Fri, 02 Apr 2010 04:59:24 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tzanussi@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/python/bin/syscall-counts-report#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/python/bin/syscall-counts-report</description>
        <pubDate>Wed, 27 Jan 2010 08:27:58 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tzanussi@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
