<?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 Build</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e467705a - perf util: Make util its own library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/mips/Build#e467705a</link>
        <description>perf util: Make util its own libraryMake the util directory into its own library. This is done to avoidcompiling code twice, once for the perf tool and once for the perfpython module. For convenience:  arch/common.c  scripts/perl/Perf-Trace-Util/Context.c  scripts/python/Perf-Trace-Util/Context.care made part of this library.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Reviewed-by: James Clark &lt;james.clark@arm.com&gt;Cc: Suzuki K Poulose &lt;suzuki.poulose@arm.com&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Gary Guo &lt;gary@garyguo.net&gt;Cc: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;Cc: Boqun Feng &lt;boqun.feng@gmail.com&gt;Cc: Wedson Almeida Filho &lt;wedsonaf@gmail.com&gt;Cc: Ze Gao &lt;zegao2021@gmail.com&gt;Cc: Alice Ryhl &lt;aliceryhl@google.com&gt;Cc: Andrei Vagin &lt;avagin@google.com&gt;Cc: Yicong Yang &lt;yangyicong@hisilicon.com&gt;Cc: Jonathan Cameron &lt;jonathan.cameron@huawei.com&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Miguel Ojeda &lt;ojeda@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Benno Lossin &lt;benno.lossin@proton.me&gt;Cc: Bj&#246;rn Roy Baron &lt;bjorn3_gh@protonmail.com&gt;Cc: Andreas Hindborg &lt;a.hindborg@samsung.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Link: https://lore.kernel.org/r/20240625214117.953777-7-irogers@google.com

            List of files:
            /linux-6.15/tools/perf/arch/mips/Build</description>
        <pubDate>Tue, 25 Jun 2024 21:41:15 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a701d28e - perf annotate mips: Add perf arch instructions annotate handlers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/mips/Build#a701d28e</link>
        <description>perf annotate mips: Add perf arch instructions annotate handlersSupport the MIPS architecture using the ins_ops association method. Withthis patch, perf-annotate can work well on MIPS.Testing it with a perf.data file collected on a mips machine:$./perf annotate -i perf.data         :           Disassembly of section .text:         :         :           00000000000be6a0 &lt;get_next_seq&gt;:         :           get_next_seq():    0.00 :   be6a0:       lw      v0,0(a0)    0.00 :   be6a4:       daddiu  sp,sp,-128    0.00 :   be6a8:       ld      a7,72(a0)    0.00 :   be6ac:       gssq    s5,s4,80(sp)    0.00 :   be6b0:       gssq    s1,s0,48(sp)    0.00 :   be6b4:       gssq    s8,gp,112(sp)    0.00 :   be6b8:       gssq    s7,s6,96(sp)    0.00 :   be6bc:       gssq    s3,s2,64(sp)    0.00 :   be6c0:       sd      a3,0(sp)    0.00 :   be6c4:       move    s0,a0    0.00 :   be6c8:       sd      v0,32(sp)    0.00 :   be6cc:       sd      a5,8(sp)    0.00 :   be6d0:       sd      zero,8(a0)    0.00 :   be6d4:       sd      a6,16(sp)    0.00 :   be6d8:       ld      s2,48(a0)    8.53 :   be6dc:       ld      s1,40(a0)    9.42 :   be6e0:       ld      v1,32(a0)    0.00 :   be6e4:       nop    0.00 :   be6e8:       ld      s4,24(a0)    0.00 :   be6ec:       ld      s5,16(a0)    0.00 :   be6f0:       sd      a7,40(sp)   10.11 :   be6f4:       ld      s6,64(a0)...The original patch link:https://lore.kernel.org/patchwork/patch/1180480/Signed-off-by: Dengcheng Zhu &lt;dzhu@wavecomp.com&gt;Cc: Dengcheng Zhu &lt;dzhu@wavecomp.com&gt;Cc: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Xuefeng Li &lt;lixuefeng@loongson.cn&gt;Cc: linux-mips@vger.kernel.org[ fanpeng@loongson.cn: Add missing &quot;bgtzl&quot;, &quot;bltzl&quot;, &quot;bgezl&quot;, &quot;blezl&quot;, &quot;beql&quot; and &quot;bnel&quot; for pre-R6processors ]Signed-off-by: Peng Fan &lt;fanpeng@loongson.cn&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/mips/Build</description>
        <pubDate>Mon, 19 Oct 2020 07:21:24 +0000</pubDate>
        <dc:creator>Dengcheng Zhu &lt;dzhu@wavecomp.com&gt;</dc:creator>
    </item>
<item>
        <title>93df8a1e - perf tools: Add empty Build files for architectures lacking them</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/mips/Build#93df8a1e</link>
        <description>perf tools: Add empty Build files for architectures lacking themperf currently fails to build on MIPS as there is notools/perf/arch/mips/Build file.  Adding an empty file fixes this asthere are no MIPS-specific sources to build.It looks like the same is needed for Alpha and PA-RISC, though Ihaven&apos;t been able to test those.Signed-off-by: Ben Hutchings &lt;ben@decadent.org.uk&gt;Fixes: 5e8c0fb6a957 (&quot;perf build: Add arch x86 objects building&quot;)Cc: Peter Zijlstra &lt;a.p.zijlstra@chello.nl&gt;Link: http://lkml.kernel.org/r/1438704627.7315.2.camel@decadent.org.ukSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/mips/Build</description>
        <pubDate>Tue, 04 Aug 2015 16:10:27 +0000</pubDate>
        <dc:creator>Ben Hutchings &lt;ben@decadent.org.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
