<?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-record</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>07100877 - perf scripts: Fallback to syscalls:* when raw_syscalls:* is not available</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/python/bin/syscall-counts-record#07100877</link>
        <description>perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableOlder kernels (e.g., RHEL6) do system call tracing via thesyscalls:sys_{enter,exit} tracepoints rather than using raw_syscalls:*.Update perf python and perl scripts to fallback to syscalls:* whenraw_syscalls:* isn&apos;t available.Signed-off-by: Daniel Bristot de Oliveira &lt;bristot@redhat.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Luis Claudio R. Goncalves &lt;lgoncalv@redhat.com&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/5a6c64081a3375bc3bc66351b14559678ef4d71e.1402507908.git.bristot@redhat.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/python/bin/syscall-counts-record</description>
        <pubDate>Wed, 11 Jun 2014 19:09:08 +0000</pubDate>
        <dc:creator>Daniel Bristot de Oliveira &lt;bristot@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b0b6d914 - perf trace scripting: remove system-wide param from shell scripts</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/scripts/python/bin/syscall-counts-record#b0b6d914</link>
        <description>perf trace scripting: remove system-wide param from shell scriptsIncluding -a unconditionally when recording doesn&apos;t allow for theoption of running scripts without it.  Future patches will add add itback if needed at run-time.Signed-off-by: Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;Acked-by: Arnaldo Carvalho de Melo &lt;acme@ghostprotocols.net&gt;

            List of files:
            /linux-6.15/tools/perf/scripts/python/bin/syscall-counts-record</description>
        <pubDate>Wed, 10 Nov 2010 14:08:20 +0000</pubDate>
        <dc:creator>Tom Zanussi &lt;tom.zanussi@linux.intel.com&gt;</dc:creator>
    </item>
<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/python/bin/syscall-counts-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/python/bin/syscall-counts-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>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-record#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-record</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-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/python/bin/syscall-counts-record</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>
