<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f2868b1a - perf tools: Expose quiet/verbose variables in Makefile.perf</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/tests/shell/coresight/Makefile#f2868b1a</link>
        <description>perf tools: Expose quiet/verbose variables in Makefile.perfThe variables to make builds silent/verbose live insidetools/build/Makefile.build. Move those variables to the top-levelMakefile.perf to be generally available.Committer testing:See the SYSCALL lines, now they are consistent with the otheroperations in other lines:  SYSTBL  /tmp/build/perf-tools-next/arch/x86/include/generated/asm/syscalls_32.h  SYSTBL  /tmp/build/perf-tools-next/arch/x86/include/generated/asm/syscalls_64.h  GEN     /tmp/build/perf-tools-next/common-cmds.h  GEN     /tmp/build/perf-tools-next/arch/arm64/include/generated/asm/sysreg-defs.h  PERF_VERSION = 6.13.rc2.g3d94bb6ed1d0  GEN     perf-archive  MKDIR   /tmp/build/perf-tools-next/jvmti/  MKDIR   /tmp/build/perf-tools-next/jvmti/  MKDIR   /tmp/build/perf-tools-next/jvmti/  MKDIR   /tmp/build/perf-tools-next/jvmti/  GEN     perf-iostat  CC      /tmp/build/perf-tools-next/jvmti/libjvmti.oReported-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Signed-off-by: Charlie Jenkins &lt;charlie@rivosinc.com&gt;Tested-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;Cc: Suzuki K Poulose &lt;suzuki.poulose@arm.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: coresight@lists.linaro.orgLink: https://lore.kernel.org/r/20250114-perf_make_test-v1-1-decc1c517b11@rivosinc.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/tests/shell/coresight/Makefile</description>
        <pubDate>Tue, 14 Jan 2025 19:35:44 +0000</pubDate>
        <dc:creator>Charlie Jenkins &lt;charlie@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>fc0a0ea0 - perf test coresight: Add unroll thread test tool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/tests/shell/coresight/Makefile#fc0a0ea0</link>
        <description>perf test coresight: Add unroll thread test toolAdd test tool to be driven by further test scripts. This is a simple Cbased test that is for arm64 with some inline ASM to manually unroll alot of code to have a very long sequence of commands.Reviewed-by: James Clark &lt;james.clark@arm.com&gt;Signed-off-by: Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Suzuki Poulouse &lt;suzuki.poulose@arm.com&gt;Cc: coresight@lists.linaro.orgLink: https://lore.kernel.org/r/20220909152803.2317006-11-carsten.haitzler@foss.arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/tests/shell/coresight/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 15:28:00 +0000</pubDate>
        <dc:creator>Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>e9664b96 - perf test coresight: Add thread loop test tool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/tests/shell/coresight/Makefile#e9664b96</link>
        <description>perf test coresight: Add thread loop test toolAdd test tool to be driven by further test scripts. This is a simple Cbased loop with threads test to drive from scripts that can output TIDsfor tracking/checking.Reviewed-by: James Clark &lt;james.clark@arm.com&gt;Signed-off-by: Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Suzuki Poulouse &lt;suzuki.poulose@arm.com&gt;Cc: coresight@lists.linaro.orgLink: https://lore.kernel.org/r/20220909152803.2317006-9-carsten.haitzler@foss.arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/tests/shell/coresight/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 15:27:58 +0000</pubDate>
        <dc:creator>Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>f1288bdb - perf test coresight: Add memcpy thread test tool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/tests/shell/coresight/Makefile#f1288bdb</link>
        <description>perf test coresight: Add memcpy thread test toolAdd test tool to be driven by further test scripts. This is a simple Cbased memcpy with threads test to drive from scripts.Reviewed-by: James Clark &lt;james.clark@arm.com&gt;Signed-off-by: Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Suzuki Poulouse &lt;suzuki.poulose@arm.com&gt;Cc: coresight@lists.linaro.orgLink: https://lore.kernel.org/r/20220909152803.2317006-7-carsten.haitzler@foss.arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/tests/shell/coresight/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 15:27:56 +0000</pubDate>
        <dc:creator>Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>8b975197 - perf test: Add asm pureloop test tool</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/tests/shell/coresight/Makefile#8b975197</link>
        <description>perf test: Add asm pureloop test toolAdd test tool to be driven by further test scripts. This tool is purearm64 ASM with no libc usage to ensure it is the same exact binary/codeevery time so it can also be re-used for many uses. It just loops for agiven fixed number of loops.Reviewed-by: James Clark &lt;james.clark@arm.com&gt;Signed-off-by: Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Suzuki Poulouse &lt;suzuki.poulose@arm.com&gt;Cc: coresight@lists.linaro.orgLink: https://lore.kernel.org/r/20220909152803.2317006-4-carsten.haitzler@foss.arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/tests/shell/coresight/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 15:27:53 +0000</pubDate>
        <dc:creator>Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>34bec35c - perf test: Add build infra for perf test tools for ARM CoreSight tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/tests/shell/coresight/Makefile#34bec35c</link>
        <description>perf test: Add build infra for perf test tools for ARM CoreSight testsThis adds the initial build infrastructure (makefiles maintainersinformation) for adding follow-on tests for CoreSight.Committer notes:Remove the installation of tests/shell/coresight/*.sh, as there are nofiles there yet and thus, at this point, make install fails.Use $(QUIET_CLEAN) to avoid having extraneous output in the &apos;make clean&apos;output.Also use @$(MAKE) in tools/perf/tests/shell/coresight/Makefile as $(Q)is not turning into @ when V=1 isn&apos;t used, i.e. in the default case itis not being quiet.The &gt;/dev/null in the all for tools/perf/tests/shell/coresight/Makefileis to avoid this:  make[4]: Nothing to be done for &apos;all&apos;.  make[4]: Nothing to be done for &apos;all&apos;.  make[4]: Nothing to be done for &apos;all&apos;.    DESCEND plugins    GEN     /tmp/build/perf/python/perf.so  make[4]: Nothing to be done for &apos;all&apos;.    INSTALL trace_pluginsOn !arm64 where nothing is done on the main target fortools/perf/tests/shell/coresight/*/Makefile.Signed-off-by: Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;Cc: Leo Yan &lt;leo.yan@linaro.org&gt;Cc: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Suzuki Poulouse &lt;suzuki.poulose@arm.com&gt;Cc: coresight@lists.linaro.orgLink: http://lore.kernel.org/lkml/20220909152803.2317006-3-carsten.haitzler@foss.arm.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/tests/shell/coresight/Makefile</description>
        <pubDate>Fri, 09 Sep 2022 15:27:52 +0000</pubDate>
        <dc:creator>Carsten Haitzler &lt;carsten.haitzler@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
