<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c7decec2f2d2ab0366567f9e30c0e1418cece43f - Merge tag &apos;perf-tools-for-v7.0-1-2026-02-21&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#c7decec2f2d2ab0366567f9e30c0e1418cece43f</link>
        <description>Merge tag &apos;perf-tools-for-v7.0-1-2026-02-21&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsPull perf tools updates from Arnaldo Carvalho de Melo: - Introduce &apos;perf sched stats&apos; tool with record/report/diff workflows   using schedstat counters - Add a faster libdw based addr2line implementation and allow selecting   it or its alternatives via &apos;perf config addr2line.style=&apos; - Data-type profiling fixes and improvements including the ability to   select fields using &apos;perf report&apos;&apos;s -F/-fields, e.g.:     &apos;perf report --fields overhead,type&apos; - Add &apos;perf test&apos; regression tests for Data-type profiling with C and   Rust workloads - Fix srcline printing with inlines in callchains, make sure this has   coverage in &apos;perf test&apos; - Fix printing of leaf IP in LBR callchains - Fix display of metrics without sufficient permission in &apos;perf stat&apos; - Print all machines in &apos;perf kvm report -vvv&apos;, not just the host - Switch from SHA-1 to BLAKE2s for build ID generation, remove SHA-1   code - Fix &apos;perf report&apos;s histogram entry collapsing with &apos;-F&apos; option - Use system&apos;s cacheline size instead of a hardcoded value in &apos;perf   report&apos; - Allow filtering conversion by time range in &apos;perf data&apos; - Cover conversion to CTF using &apos;perf data&apos; in &apos;perf test&apos; - Address newer glibc const-correctness (-Werror=discarded-qualifiers)   issues - Fixes and improvements for ARM&apos;s CoreSight support, simplify ARM SPE   event config in &apos;perf mem&apos;, update docs for &apos;perf c2c&apos; including the   ARM events it can be used with - Build support for generating metrics from arch specific python   script, add extra AMD, Intel, ARM64 metrics using it - Add AMD Zen 6 events and metrics - Add JSON file with OpenHW Risc-V CVA6 hardware counters - Add &apos;perf kvm&apos; stats live testing - Add more &apos;perf stat&apos; tests to &apos;perf test&apos; - Fix segfault in `perf lock contention -b/--use-bpf` - Fix various &apos;perf test&apos; cases for s390 - Build system cleanups, bump minimum shellcheck version to 0.7.2 - Support building the capstone based annotation routines as a plugin - Allow passing extra Clang flags via EXTRA_BPF_FLAGS* tag &apos;perf-tools-for-v7.0-1-2026-02-21&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: (255 commits)  perf test script: Add python script testing support  perf test script: Add perl script testing support  perf script: Allow the generated script to be a path  perf test: perf data --to-ctf testing  perf test: Test pipe mode with data conversion --to-json  perf json: Pipe mode --to-ctf support  perf json: Pipe mode --to-json support  perf check: Add libbabeltrace to the listed features  perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGS  perf test data_type_profiling.sh: Skip just the Rust tests if code_with_type workload is missing  tools build: Fix feature test for rust compiler  perf libunwind: Fix calls to thread__e_machine()  perf stat: Add no-affinity flag  perf evlist: Reduce affinity use and move into iterator, fix no affinity  perf evlist: Missing TPEBS close in evlist__close()  perf evlist: Special map propagation for tool events that read on 1 CPU  perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel  Revert &quot;perf tool_pmu: More accurately set the cpus for tool events&quot;  tools build: Emit dependencies file for test-rust.bin  tools build: Make test-rust.bin be removed by the &apos;clean&apos; target  ...

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Sat, 21 Feb 2026 19:51:08 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e5e66adfe45a6480d96b4e40edc05883915f44b2 - perf regs: Remove __weak attributive arch_sdt_arg_parse_op() function</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#e5e66adfe45a6480d96b4e40edc05883915f44b2</link>
        <description>perf regs: Remove __weak attributive arch_sdt_arg_parse_op() functionIn line with the previous patch, the __weak arch_sdt_arg_parse_op()function is removed.Architectural-specific implementations in the arch/ directory are nowconverted into sub-functions within the util/perf-regs-arch/ directory.The perf_sdt_arg_parse_op() function will call these sub-functions basedon the EM_HOST.This change enables cross-architecture calls to arch_sdt_arg_parse_op().No functional changes are intended.Suggested-by: Ian Rogers &lt;irogers@google.com&gt;Reviewed-by: Ian Rogers &lt;irogers@google.com&gt;Signed-off-by: Dapeng Mi &lt;dapeng1.mi@linux.intel.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Alexandre Ghiti &lt;alex@ghiti.fr&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: James Clark &lt;james.clark@linaro.org&gt;Cc: John Garry &lt;john.g.garry@oracle.com&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;pjw@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Thomas Falcon &lt;thomas.falcon@intel.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Xudong Hao &lt;xudong.hao@intel.com&gt;Cc: Zide Chen &lt;zide.chen@intel.com&gt;[ Fixed up somme fuzz with powerpc and x86 Build files wrt removing perf_regs.o ]Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Tue, 03 Feb 2026 03:43:56 +0100</pubDate>
        <dc:creator>Dapeng Mi &lt;dapeng1.mi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ceea279f93760767c0e654341829334a1c881a08 - perf kvm stat: Remove use of the arch directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#ceea279f93760767c0e654341829334a1c881a08</link>
        <description>perf kvm stat: Remove use of the arch directory`perf kvm stat` supports record and report options.By using the arch directory a report for a different machine type cannotbe supported.Move the kvm-stat code out of the arch directory and intoutil/kvm-stat-arch following the pattern of perf-regs and dwarf-regs.Avoid duplicate symbols by renaming functions to have the architecturename within them.For global variables, wrap them in an architecture specific function.Selecting the architecture to use with `perf kvm stat` is selected byEM_HOST, ie no different than before the change.Later the ELF machine can be determined from the session or a headerfeature (ie EM_HOST at the time of the record).The build and #define HAVE_KVM_STAT_SUPPORT is now redundant so removeacross Makefiles and in the build.Opportunistically constify architectural structs and arrays.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Cc: Aditya Bodkhe &lt;aditya.b1@linux.ibm.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Alexandre Ghiti &lt;alex@ghiti.fr&gt;Cc: Andi Kleen &lt;ak@linux.intel.com&gt;Cc: Andrew Jones &lt;ajones@ventanamicro.com&gt;Cc: Anubhav Shelat &lt;ashelat@redhat.com&gt;Cc: Anup Patel &lt;anup@brainfault.org&gt;Cc: Athira Rajeev &lt;atrajeev@linux.ibm.com&gt;Cc: Blake Jones &lt;blakejones@google.com&gt;Cc: Chun-Tse Shao &lt;ctshao@google.com&gt;Cc: Dapeng Mi &lt;dapeng1.mi@linux.intel.com&gt;Cc: Dmitriy Vyukov &lt;dvyukov@google.com&gt;Cc: Howard Chu &lt;howardchu95@gmail.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: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;pjw@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Quan Zhou &lt;zhouquan@iscas.ac.cn&gt;Cc: Shimin Guo &lt;shimin.guo@skydio.com&gt;Cc: Swapnil Sapkal &lt;swapnil.sapkal@amd.com&gt;Cc: Thomas Falcon &lt;thomas.falcon@intel.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Yunseong Kim &lt;ysk@kzalloc.com&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Tue, 03 Feb 2026 19:26:36 +0100</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e62fae9d9e85d38cdda1ee08a424e1b5b8246620 - perf unwind-libdw: Fix a cross-arch unwinding bug</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#e62fae9d9e85d38cdda1ee08a424e1b5b8246620</link>
        <description>perf unwind-libdw: Fix a cross-arch unwinding bugThe set_initial_registers field of Dwfl_Thread_Callbacks needs to be setaccording to the arch of the stack samples being analyzed, not the archthat perf itself is built for.Currently perf fails to unwind stack samples collected from archsdifferent from that of the host perf is running on.This patch moves the arch-specific implementations of set_initial_registersfrom tools/perf/arch to tools/perf/utli/unwind-libdw-arch, similar to theway the perf-regs-arch folder contains arch-specific functions related toregisters, and chooses the implementation based on the arch of the databeing processed.Reviewed-by: Ian Rogers &lt;irogers@google.com&gt;Signed-off-by: Shimin Guo &lt;shimin.guo@skydio.com&gt;Acked-by: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Aditya Bodkhe &lt;aditya.b1@linux.ibm.com&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Alexandre Ghiti &lt;alex@ghiti.fr&gt;Cc: Andi Kleen &lt;ak@linux.intel.com&gt;Cc: Athira Rajeev &lt;atrajeev@linux.ibm.com&gt;Cc: Chun-Tse Shao &lt;ctshao@google.com&gt;Cc: Dmitriy Vyukov &lt;dvyukov@google.com&gt;Cc: Dr. David Alan Gilbert &lt;linux@treblig.org&gt;Cc: Guo Ren &lt;guoren@kernel.org&gt;Cc: Haibo Xu &lt;haibo1.xu@intel.com&gt;Cc: Howard Chu &lt;howardchu95@gmail.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: Krzysztof &#321;opatowski &lt;krzysztof.m.lopatowski@gmail.com&gt;Cc: Leo Yan &lt;leo.yan@linux.dev&gt;Cc: Mark Wielaard &lt;mark@klomp.org&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Paul Walmsley &lt;pjw@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Sergei Trofimovich &lt;slyich@gmail.com&gt;Cc: Stephen Brennan &lt;stephen.s.brennan@oracle.com&gt;Cc: Thomas Falcon &lt;thomas.falcon@intel.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Sat, 17 Jan 2026 06:28:30 +0100</pubDate>
        <dc:creator>Shimin Guo &lt;shimin.guo@skydio.com&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>9e906a9dead17d81d6c2687f65e159231d0e3286 - Merge tag &apos;perf-tools-for-v6.19-2025-12-06&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#9e906a9dead17d81d6c2687f65e159231d0e3286</link>
        <description>Merge tag &apos;perf-tools-for-v6.19-2025-12-06&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsPull perf tools updates from Namhyung Kim: &quot;Perf event/metric description:  Unify all event and metric descriptions in JSON format. Now event  parsing and handling is greatly simplified by that.  From users point of view, perf list will provide richer information  about hardware events like the following.    $ perf list hw    List of pre-defined events (to be used in -e or -M):    legacy hardware:      branch-instructions           [Retired branch instructions [This event is an alias of branches]. Unit: cpu]      branch-misses           [Mispredicted branch instructions. Unit: cpu]      branches           [Retired branch instructions [This event is an alias of branch-instructions]. Unit: cpu]      bus-cycles           [Bus cycles,which can be different from total cycles. Unit: cpu]      cache-misses           [Cache misses. Usually this indicates Last Level Cache misses; this is intended to be used in conjunction with the            PERF_COUNT_HW_CACHE_REFERENCES event to calculate cache miss rates. Unit: cpu]      cache-references           [Cache accesses. Usually this indicates Last Level Cache accesses but this may vary depending on your CPU. This may include            prefetches and coherency messages; again this depends on the design of your CPU. Unit: cpu]      cpu-cycles           [Total cycles. Be wary of what happens during CPU frequency scaling [This event is an alias of cycles]. Unit: cpu]      cycles           [Total cycles. Be wary of what happens during CPU frequency scaling [This event is an alias of cpu-cycles]. Unit: cpu]      instructions           [Retired instructions. Be careful,these can be affected by various issues,most notably hardware interrupt counts. Unit: cpu]      ref-cycles           [Total cycles; not affected by CPU frequency scaling. Unit: cpu]  But most notable changes would be in the perf stat. On the right side,  the default metrics are better named and aligned. :)    $ perf stat -- perf test -w noploop     Performance counter stats for &apos;perf test -w noploop&apos;:                    11      context-switches                 #     10.8 cs/sec  cs_per_second                     0      cpu-migrations                   #      0.0 migrations/sec  migrations_per_second                 3,612      page-faults                      #   3532.5 faults/sec  page_faults_per_second              1,022.51 msec task-clock                       #      1.0 CPUs  CPUs_utilized               110,466      branch-misses                    #      0.0 %  branch_miss_rate         (88.66%)         6,934,452,104      branches                         #   6781.8 M/sec  branch_frequency     (88.66%)         4,657,032,590      cpu-cycles                       #      4.6 GHz  cycles_frequency       (88.65%)        27,755,874,218      instructions                     #      6.0 instructions  insn_per_cycle  (89.03%)                            TopdownL1                        #      0.3 %  tma_backend_bound                                                             #      9.3 %  tma_bad_speculation      (89.05%)                                                             #      9.7 %  tma_frontend_bound       (77.86%)                                                             #     80.7 %  tma_retiring             (88.81%)           1.025318171 seconds time elapsed           1.013248000 seconds user           0.012014000 seconds sys  Deferred unwinding support:  With the kernel support (commit c69993ecdd4d: &quot;perf: Support deferred  user unwind&quot;), perf can use deferred callchains for userspace stack  trace with frame pointers like below:    $ perf record --call-graph fp,defer ...  This will be transparent to users when it comes to other commands like  perf report and perf script. They will merge the deferred callchains  to the previous samples as if they were collected together.  ARM SPE updates   - Extensive enhancements to support various kinds of memory     operations including GCS, MTE allocation tags, memcpy/memset,     register access, and SIMD operations.   - Add inverted data source filter (inv_data_src_filter) support to     exclude certain data sources.   - Improve documentation.  Vendor event updates:   - Intel: Updated event files for Sierra Forest, Panther Lake, Meteor     Lake, Lunar Lake, Granite Rapids, and others.   - Arm64: Added metrics for i.MX94 DDR PMU and Cortex-A720AE     definitions.   - RISC-V: Added JSON support for T-HEAD C920V2.  Misc:   - Improve pointer tracking in data type profiling. It&apos;d give better     output when the variable is using container_of() to convert type.   - Annotation support for perf c2c report in TUI. Press &apos;a&apos; key to     enter annotation view from cacheline browser window. This will show     which instruction is causing the cacheline contention.   - Lots of fixes and test coverage improvements!&quot;* tag &apos;perf-tools-for-v6.19-2025-12-06&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: (214 commits)  libperf: Use &apos;extern&apos; in LIBPERF_API visibility macro  perf stat: Improve handling of termination by signal  perf tests stat: Add test for error for an offline CPU  perf stat: When no events, don&apos;t report an error if there is none  perf tests stat: Add &quot;--null&quot; coverage  perf cpumap: Add &quot;any&quot; CPU handling to cpu_map__snprint_mask  libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map  perf stat: Allow no events to open if this is a &quot;--null&quot; run  perf test kvm: Add some basic perf kvm test coverage  perf tests evlist: Add basic evlist test  perf tests script dlfilter: Add a dlfilter test  perf tests kallsyms: Add basic kallsyms test  perf tests timechart: Add a perf timechart test  perf tests top: Add basic perf top coverage test  perf tests buildid: Add purge and remove testing  perf tests c2c: Add a basic c2c  perf c2c: Clean up some defensive gets and make asan clean  perf jitdump: Fix missed dso__put  perf mem-events: Don&apos;t leak online CPU map  perf hist: In init, ensure mem_info is put on error paths  ...

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Sun, 07 Dec 2025 16:07:02 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>754187ad73b73bcb44f106a8e5fc88789beff1bd - perf build: Remove NO_AUXTRACE build option</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#754187ad73b73bcb44f106a8e5fc88789beff1bd</link>
        <description>perf build: Remove NO_AUXTRACE build optionThe NO_AUXTRACE build option was used when the __get_cpuid featuretest failed or if it was provided on the command line. The option nolonger avoids a dependency on a library and so having the option isjust adding complexity to the code base. Remove the optionCONFIG_AUXTRACE from Build files and HAVE_AUXTRACE_SUPPORT by assumingit is always defined.Signed-off-by: Ian Rogers &lt;irogers@google.com&gt;Reviewed-by: James Clark &lt;james.clark@linaro.org&gt;Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Mon, 10 Nov 2025 02:31:51 +0100</pubDate>
        <dc:creator>Ian Rogers &lt;irogers@google.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/perf/arch/powerpc/util/Build#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/perf/arch/powerpc/util/Build</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
