<?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 perfconfig.example</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>893c5c79 - perf config: Show default report configuration in example and docs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/perfconfig.example#893c5c79</link>
        <description>perf config: Show default report configuration in example and docsSigned-off-by: Milian Wolff &lt;milian.wolff@kdab.com&gt;LPU-Reference: 20160830134106.21240-2-milian.wolff@kdab.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/perfconfig.example</description>
        <pubDate>Tue, 30 Aug 2016 13:41:06 +0000</pubDate>
        <dc:creator>Milian Wolff &lt;milian.wolff@kdab.com&gt;</dc:creator>
    </item>
<item>
        <title>78ce08df - perf annotate: Rename &apos;colors.code&apos; to &apos;colors.jump_arrows&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/perfconfig.example#78ce08df</link>
        <description>perf annotate: Rename &apos;colors.code&apos; to &apos;colors.jump_arrows&apos;USe &apos;jump_arrows&apos; config name instead of &apos;code&apos; on &apos;colors&apos; section.&apos;colors.code&apos; config is only for jump arrows on assembly code listingsi.e.    &#9474;     &#9484;&#9472;&#9472;jmp    1333    &#9474;     &#9474;  xchg   %ax,%ax    &#9474;     &#9474;  mov    %r15,%r10    &#9474;     &#9492;&#9472;&#8594;cmp    %r15,%r14But this config name seems unfit. &apos;jump_arrows&apos; is more descriptive than &apos;code&apos;.Signed-off-by: Taeung Song &lt;treeze.taeung@gmail.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Link: http://lkml.kernel.org/r/1452240971-25418-1-git-send-email-treeze.taeung@gmail.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/perfconfig.example</description>
        <pubDate>Fri, 08 Jan 2016 08:16:11 +0000</pubDate>
        <dc:creator>Taeung Song &lt;treeze.taeung@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c323cf04 - perf annotate browser: Read perf config file for settings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/perfconfig.example#c323cf04</link>
        <description>perf annotate browser: Read perf config file for settingsThe defaults are:[annotate]	hide_src_code = false	use_offset = true	jump_arrows = true	show_nr_jumps = falseCc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Mike Galbraith &lt;efault@gmx.de&gt;Cc: Namhyung Kim &lt;namhyung@gmail.com&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;Link: http://lkml.kernel.org/n/tip-q4egci70rjgxh7bogbbfpcyf@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/perfconfig.example</description>
        <pubDate>Wed, 30 May 2012 01:06:30 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>058b4cc9 - perf annotate: Allow printing objdump line addr in different color</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/perfconfig.example#058b4cc9</link>
        <description>perf annotate: Allow printing objdump line addr in different colorAnd by default use &quot;magenta&quot; for it.Both the --stdio and --tui routines follow the same semantics.Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&gt;Cc: Mike Galbraith &lt;efault@gmx.de&gt;Cc: Namhyung Kim &lt;namhyung@gmail.com&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;Link: http://lkml.kernel.org/n/tip-ede5zkaf7oorwvbqjezb4yg4@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/perfconfig.example</description>
        <pubDate>Mon, 02 Apr 2012 15:59:01 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>e039fc72 - perf ui browser: Make the colors configurable and change the defaults</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/Documentation/perfconfig.example#e039fc72</link>
        <description>perf ui browser: Make the colors configurable and change the defaultsJust use as a starting point the &quot;[colors]&quot; section oftools/perf/Documentation/perfconfig.example.Changed the colors to be the ones in the old perf tool if used in a green onblack xterm.The next patches should allow using the colors configured for the xterm.Cc: David Ahern &lt;dsahern@gmail.com&gt;Cc: Frederic Weisbecker &lt;fweisbec@gmail.com&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;Link: http://lkml.kernel.org/n/tip-3vqmyerkaqltqolmnlehonew@git.kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/Documentation/perfconfig.example</description>
        <pubDate>Tue, 18 Oct 2011 17:50:51 +0000</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
