<?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>4a73aff8 - perf tools: Create generic syscall table support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#4a73aff8</link>
        <description>perf tools: Create generic syscall table supportCurrently each architecture in perf independently generates syscallheaders.Adapt the work that has gone into unifying syscall headerimplementations in the kernel to work with perf tools.Introduce this framework with riscv at first. riscv previously relied onlibaudit, but with this change, perf tools for riscv no longer needsthis external dependency.Signed-off-by: Charlie Jenkins &lt;charlie@rivosinc.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Christian Brauner &lt;brauner@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: G&#252;nther Noack &lt;gnoack@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Micka&#235;l Sala&#252;n &lt;mic@digikod.net&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Link: https://lore.kernel.org/r/20250108-perf_syscalltbl-v6-1-7543b5293098@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Thu, 09 Jan 2025 02:36:16 +0000</pubDate>
        <dc:creator>Charlie Jenkins &lt;charlie@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>ddbfb6f2 - perf build: Remove PERF_HAVE_DWARF_REGS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#ddbfb6f2</link>
        <description>perf build: Remove PERF_HAVE_DWARF_REGSPERF_HAVE_DWARF_REGS was true when an architecture had a dwarf-regs.cfile. There are no more architecture dwarf-regs.c files, selection isdone using constants from the ELF file rather than conditionalcompilation. When removing PERF_HAVE_DWARF_REGS was the only variablein the Makefile, remove the Makefile.Add missing SPDX for RISC-V Makefile.Reviewed-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241108234606.429459-21-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 23:46:05 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6ac75289 - perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#6ac75289</link>
        <description>perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSETPERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET was used for BPF prologuesupport which was removed in Commit 3d6dfae88917 (&quot;perf parse-events:Remove BPF event support&quot;). The code is no longer used so remove.Remove the offset from various dwarf-regs.c tables and the dependenceon ptrace.h. Rename structs starting pt_ as the ptrace derived offset isnow removed.Reviewed-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241108234606.429459-3-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Fri, 08 Nov 2024 23:45:47 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8c0d1202 - perf, riscv: Wire up perf trace support for RISC-V</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#8c0d1202</link>
        <description>perf, riscv: Wire up perf trace support for RISC-VRISC-V does not currently support perf trace, since the system calltable is not generated.Perform the copy/paste exercise, wiring up RISC-V system call tablegeneration.Signed-off-by: Bj&#246;rn T&#246;pel &lt;bjorn@rivosinc.com&gt;Tested-by: Alexandre Ghiti &lt;alexghiti@rivosinc.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: linux-riscv@lists.infradead.orgCc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Link: https://lore.kernel.org/r/20241024190353.46737-1-bjorn@kernel.orgSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Thu, 24 Oct 2024 19:03:51 +0000</pubDate>
        <dc:creator>Bj&#246;rn T&#246;pel &lt;bjorn@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>54a13685 - perf build: Rename NO_DWARF to NO_LIBDW</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#54a13685</link>
        <description>perf build: Rename NO_DWARF to NO_LIBDWNO_DWARF could mean more than NO_LIBDW support, in particular nolibunwind support. Rename to be more intention revealing.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Reviewed-by: Masami Hiramatsu (Google) &lt;mhiramat@kernel.org&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Tested-by: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Yang Jihong &lt;yangjihong@bytedance.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Cc: Nick Terrell &lt;terrelln@fb.com&gt;Cc: Guilherme Amadio &lt;amadio@gentoo.org&gt;Cc: Steinar H. Gunderson &lt;sesse@google.com&gt;Cc: Changbin Du &lt;changbin.du@huawei.com&gt;Cc: Alexander Lobakin &lt;aleksander.lobakin@intel.com&gt;Cc: Przemek Kitszel &lt;przemyslaw.kitszel@intel.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: Mike Leach &lt;mike.leach@linaro.org&gt;Cc: Chen Pei &lt;cp0613@linux.alibaba.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Aditya Gupta &lt;adityag@linux.ibm.com&gt;Cc: Kajol Jain &lt;kjain@linux.ibm.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.vnet.ibm.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-riscv@lists.infradead.orgCc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: John Garry &lt;john.g.garry@oracle.com&gt;Cc: Atish Patra &lt;atishp@rivosinc.com&gt;Cc: Dima Kogan &lt;dima@secretsauce.net&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: linux-csky@vger.kernel.orgLink: https://lore.kernel.org/r/20241017001354.56973-3-irogers@google.comSigned-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Thu, 17 Oct 2024 00:13:45 +0000</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>da7b1b52 - perf kvm/riscv: Port perf kvm stat to RISC-V</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#da7b1b52</link>
        <description>perf kvm/riscv: Port perf kvm stat to RISC-V&apos;perf kvm stat report/record&apos; generates a statistical analysis of KVMevents and can be used to analyze guest exit reasons.&quot;report&quot; reports statistical analysis of guest exit events.To record kvm events on the host: # perf kvm stat record -aTo report kvm VM EXIT events: # perf kvm stat report --event=vmexitSigned-off-by: Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;Reviewed-by: Atish Patra &lt;atishp@rivosinc.com&gt;Tested-by: Atish Patra &lt;atishp@rivosinc.com&gt;Link: https://lore.kernel.org/r/20240422080833.8745-3-liangshenlin@eswincomputing.comSigned-off-by: Anup Patel &lt;anup@brainfault.org&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Mon, 22 Apr 2024 08:08:33 +0000</pubDate>
        <dc:creator>Shenlin Liang &lt;liangshenlin@eswincomputing.com&gt;</dc:creator>
    </item>
<item>
        <title>335f70fa - perf jitdump: Add riscv64 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#335f70fa</link>
        <description>perf jitdump: Add riscv64 supportThis patch enables perf jitdump for riscv64 and was tested with V8 onqemu rv64.Qemu rv64:  $ perf record -e cpu-clock -c 1000 -g -k mono ./d8_rv64 --perf-prof --no-write-protect-code-memory test.js  $ perf inject -j -i perf.data -o perf.data.jitted  $ perf report -i perf.data.jittedOutput:  To display the perf.data header info, please use --header/--header-only options.  Total Lost Samples: 0  Samples: 87K of event &apos;cpu-clock&apos;  Event count (approx.): 87974000  Children  Self   Command   Shared Object      Symbol  ....   0.28%    0.06%  d8_rv64   d8_rv64            [.] _ZN2v88internal6WasmJs7InstallEPNS0_7IsolateEb   0.28%    0.00%  d8_rv64   d8_rv64            [.] _ZN2v88internal10ParserBaseINS0_6ParserEE22ParseLogicalExpressionEv   0.28%    0.03%  d8_rv64   jitted-112-76.so   [.] Builtin:InterpreterEntryTrampoline   0.12%    0.00%  d8_rv64   d8_rv64            [.] _ZN2v88internal19ContextDeserializer11DeserializeEPNS0_7IsolateENS0_6HandleINS0_13JSGlobalProxyEEENS_33DeserializeInternalFieldsCallbackE   0.12%    0.01%  d8_rv64   jitted-112-651.so  [.] Builtin:CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit  ....Signed-off-by: Eric Lin &lt;eric.lin@sifive.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Ilya Leoshkevich &lt;iii@linux.ibm.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: greentime.hu@sifive.comCc: linux-riscv@lists.infradead.orgLink: http://lore.kernel.org/lkml/20220406142606.18464-2-eric.lin@sifive.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Wed, 06 Apr 2022 14:26:06 +0000</pubDate>
        <dc:creator>Eric Lin &lt;eric.lin@sifive.com&gt;</dc:creator>
    </item>
<item>
        <title>51bc620b - riscv: Add support for libdw</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/perf/arch/riscv/Makefile#51bc620b</link>
        <description>riscv: Add support for libdwThis patch adds support for DWARF register mappings and libdw registersinitialization, which is used by perf callchain analyzing when--call-graph=dwarf is given.Signed-off-by: Mao Han &lt;han_mao@c-sky.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Greentime Hu &lt;green.hu@gmail.com&gt;Cc: Palmer Dabbelt &lt;palmer@sifive.com&gt;Cc: linux-riscv &lt;linux-riscv@lists.infradead.org&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Tested-by: Greentime Hu &lt;greentime.hu@sifive.com&gt;Signed-off-by: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;

            List of files:
            /linux-6.15/tools/perf/arch/riscv/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 03:46:36 +0000</pubDate>
        <dc:creator>Mao Han &lt;han_mao@c-sky.com&gt;</dc:creator>
    </item>
</channel>
</rss>
