<?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>1dad99af - perf test: Make tests its own library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm64/tests/Build#1dad99af</link>
        <description>perf test: Make tests its own libraryMake the tests code its own library. This is done to avoid compilingcode twice, once for the perf tool and once for the perf pythonmodule.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-5-irogers@google.com

            List of files:
            /linux-6.15/tools/perf/arch/arm64/tests/Build</description>
        <pubDate>Tue, 25 Jun 2024 21:41:13 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>81f7da54 - perf test: Add a test for the new Arm CPU ID comparison behavior</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm64/tests/Build#81f7da54</link>
        <description>perf test: Add a test for the new Arm CPU ID comparison behaviorNow that variant and revision fields are taken into account the behavioris slightly more complicated so add a test to ensure that this behavesas expected.Reviewed-by: John Garry &lt;john.g.garry@oracle.com&gt;Signed-off-by: James Clark &lt;james.clark@arm.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Cc: Haixin Yu &lt;yuhaixin.yhx@linux.alibaba.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jing Zhang &lt;renyu.zj@linux.alibaba.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Kan Liang &lt;kan.liang@linux.intel.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Nick Forrington &lt;nick.forrington@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Rob Herring &lt;robh@kernel.org&gt;Cc: Sohom Datta &lt;sohomdatta1@gmail.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: linux-arm-kernel@lists.infradead.orgLink: https://lore.kernel.org/r/20230816114841.1679234-3-james.clark@arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm64/tests/Build</description>
        <pubDate>Wed, 16 Aug 2023 11:47:44 +0000</pubDate>
        <dc:creator>James Clark &lt;james.clark@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>010e3e8f - perf tests arm64: Compile tests unconditionally</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm64/tests/Build#010e3e8f</link>
        <description>perf tests arm64: Compile tests unconditionallyIn order to subsequently add more tests for the arm64 architecture wecompile the tests target for arm64 systematically.Further explanation provided by Mark Rutland:Given prior questions regarding this commit, it&apos;s probably worthspelling things out more explicitly, e.g.  Currently we only build the arm64/tests directory if  CONFIG_DWARF_UNWIND is selected, which is fine as the only test we  have is arm64/tests/dwarf-unwind.o.  So that we can add more tests to the test directory, let&apos;s  unconditionally build the directory, but conditionally build  dwarf-unwind.o depending on CONFIG_DWARF_UNWIND.  There should be no functional change as a result of this patch.Signed-off-by: Raphael Gault &lt;raphael.gault@arm.com&gt;Acked-by: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Will Deacon &lt;will.deacon@arm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgLink: http://lkml.kernel.org/r/20190611125315.18736-2-raphael.gault@arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm64/tests/Build</description>
        <pubDate>Tue, 11 Jun 2019 12:53:09 +0000</pubDate>
        <dc:creator>Raphael Gault &lt;raphael.gault@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>5ff32883 - perf tools: Rename build libperf to perf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm64/tests/Build#5ff32883</link>
        <description>perf tools: Rename build libperf to perfRename build libperf to perf, because it&apos;s used to build perf.The libperf build object name will be used for libperf library.Signed-off-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: http://lkml.kernel.org/r/20190213123246.4015-4-jolsa@kernel.orgSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm64/tests/Build</description>
        <pubDate>Wed, 13 Feb 2019 12:32:39 +0000</pubDate>
        <dc:creator>Jiri Olsa &lt;jolsa@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>744e9a91 - perf tools arm64: Add libdw DWARF post unwind support for ARM64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm64/tests/Build#744e9a91</link>
        <description>perf tools arm64: Add libdw DWARF post unwind support for ARM64Based on prior work:  https://lkml.org/lkml/2014/5/6/395and on how other arches add libdw unwind support.  Includes support forrunning the unwind test, e.g., on a system with only elfutils&apos; libdw0.170, the test now runs, and successfully:  $ ./perf test unwind  56: Test dwarf unwind                 : OkOriginally-by: Jean Pihet &lt;jean.pihet@linaro.org&gt;Reported-by: Christian Hansen &lt;chansen3@cisco.com&gt;Signed-off-by: Kim Phillips &lt;kim.phillips@arm.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Link: http://lkml.kernel.org/r/20180308211030.4ee4a0d6ff6dc5cda1b567d4@arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm64/tests/Build</description>
        <pubDate>Fri, 09 Mar 2018 03:10:30 +0000</pubDate>
        <dc:creator>Kim Phillips &lt;kim.phillips@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>3237f281 - perf tools: Add ARM64 perf_regs_load to support libunwind and enable testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/arm64/tests/Build#3237f281</link>
        <description>perf tools: Add ARM64 perf_regs_load to support libunwind and enable testingNewest libunwind does support ARM64, and perf is able to utilize italso.This patch enables the perf test dwarf unwind for arm64. Test result:  # ./perf test unwind  25: Test dwarf unwind                                      : OkSigned-off-by: Wang Nan &lt;wangnan0@huawei.com&gt;Acked-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Zefan Li &lt;lizefan@huawei.com&gt;Link: http://lkml.kernel.org/r/1427461681-72971-1-git-send-email-wangnan0@huawei.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/arm64/tests/Build</description>
        <pubDate>Fri, 27 Mar 2015 13:08:01 +0000</pubDate>
        <dc:creator>Wang Nan &lt;wangnan0@huawei.com&gt;</dc:creator>
    </item>
</channel>
</rss>
