Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-08-11 23:18:18 to 2026-08-13 21:11:19 UTC [more...]

Updated patchkit to show weights in annotation
 2026-08-13 21:10 UTC  (3+ messages)
` [PATCH v2 1/4] perf tools record: Modernize -W man page
` [PATCH v2 2/4] perf tools top: Add --weight option

[PATCH 0/2] perf kvm: Fix memory leaks
 2026-08-13 20:15 UTC  (5+ messages)
` [PATCH 1/2] perf kvm: Fix memory leak in process_sample_event()

[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-13 18:53 UTC  (18+ messages)
` [PATCH v5 01/16] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v5 02/16] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v5 03/16] mm: introduce linear_anon_page_index()
` [PATCH v5 04/16] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v5 05/16] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v5 06/16] mm: introduce and use vma_filebacked_address()
` [PATCH v5 07/16] mm/vma: fix self-merge check in copy_vma()
` [PATCH v5 08/16] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v5 09/16] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v5 10/16] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v5 11/16] mm: clean up vma_address_end()
` [PATCH v5 12/16] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v5 13/16] mm/migrate: calculate large folio page index using PFN
` [PATCH v5 14/16] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v5 15/16] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v5 16/16] tools/testing/selftests/mm: test anonymous page offset merge behaviour

[PATCH V5 0/6] tools/perf: Add powerpc HTM auxtrace support
 2026-08-13 18:40 UTC  (12+ messages)
` [PATCH V5 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V5 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V5 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read

[PATCH v1 0/2] perf: Add Raspberry Pi AXI PMU driver
 2026-08-13 17:56 UTC  (68+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] perf: Add Raspberry Pi BCM2835 "
  ` [PATCH v2 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
  ` [PATCH v3 0/2] perf: Add Raspberry Pi AXI PMU driver
    ` [PATCH v3 1/2] perf: Add Raspberry Pi BCM2835 "
    ` [PATCH v3 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
    ` [PATCH v4 0/2] perf: Add Raspberry Pi AXI PMU driver
      ` [PATCH v4 1/2] perf: Add Raspberry Pi BCM2835 "
      ` [PATCH v4 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
      ` [PATCH v5 0/2] perf: Add Raspberry Pi AXI PMU driver
        ` [PATCH v5 1/2] perf: Add Raspberry Pi BCM2835 "
        ` [PATCH v5 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
        ` [PATCH v6 0/2] perf: Add Raspberry Pi AXI PMU driver
          ` [PATCH v6 1/2] perf: Add Raspberry Pi BCM2835 "
          ` [PATCH v6 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
          ` [PATCH v7 0/2] perf: Add Raspberry Pi AXI PMU driver
            ` [PATCH v7 1/2] perf: Add Raspberry Pi BCM2835 "
            ` [PATCH v7 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
            ` [PATCH v8 0/2] perf: Add Raspberry Pi AXI PMU driver
              ` [PATCH v8 1/2] perf: Add Raspberry Pi BCM2835 "
              ` [PATCH v8 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
              ` [PATCH v9 0/2] perf: Add Raspberry Pi AXI PMU driver
                ` perf: Add Raspberry Pi BCM2835 "
                ` perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support
                ` [PATCH v10 0/2] perf: Add Raspberry Pi AXI PMU driver
                ` [PATCH v11 "

[PATCH 0/2] perf vendor events arm64: Fix Tegra410 Olympus PMU events
 2026-08-13 17:11 UTC  (5+ messages)
` [PATCH 1/2] perf vendor events arm64: fix swapped MetricGroup for Tegra410 L1 prefetcher metrics
` [PATCH 2/2] perf vendor events arm64: Fix Tegra410 Olympus event 0x0197

[PATCHES v5 0/5] perf DSO hardening series
 2026-08-13 15:29 UTC  (11+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read() and file_size()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-08-13 14:54 UTC  (17+ messages)
` [PATCH v4 07/23] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v4 09/23] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v4 12/23] perf annotate-arm64: Enable instruction tracking support
` [PATCH v4 14/23] perf annotate-arm64: Support load instruction tracking

[PATCH v1 1/4] perf tools record: Modernize -W man page
 2026-08-13 14:18 UTC  (8+ messages)
` [PATCH v1 2/4] perf tools top: Add --weight option
` [PATCH v1 3/4] perf tools: Add support for displaying weights in annotate
` [PATCH v1 4/4] perf tools: Add test for weight annotation

[PATCHES v3 0/5] perf DSO hardening series
 2026-08-13 14:09 UTC  (7+ messages)
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read() and file_size()

[PATCH v1] perf top: Merge hybrid common events
 2026-08-13 13:57 UTC  (2+ messages)

[PATCH 0/3] perf/x86: Fix perf_event_print_debug() on non-Intel PMUs
 2026-08-13 12:57 UTC  (4+ messages)
` [PATCH 1/3] perf/x86: Add x86_pmu::print_debug

[PATCH v2] perf/bpf: Fix data races in BPF perf event handling
 2026-08-13 11:05 UTC  (4+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-13 10:39 UTC  (7+ messages)
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 9/9] xen: use hw_pte_t for PTE range callbacks

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-13  9:36 UTC  (20+ messages)
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon

[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
 2026-08-13  8:31 UTC  (13+ messages)
` [PATCH 2/9] perf thread-stack: Report branch stack hw_idx as not available
` [PATCH 4/9] perf dlfilter: Add non-empty branch stack filter
` [PATCH 7/9] perf test cs-etm: Test branch history on existing samples

[Patch v2] perf/x86/intel: Prevent drain_pebs() reentry
 2026-08-13  7:06 UTC  (2+ messages)

[PATCH v2 0/2] perf/dwc_pcie: Fix lockdep warnings in device and event setup
 2026-08-13  6:15 UTC  (5+ messages)
` [PATCH v2 1/2] perf/dwc_pcie: Avoid nested bus notifier locking
` [PATCH v2 2/2] perf/dwc_pcie: Skip sibling walks for new group leaders

[PATCH] perf/bpf: Fix data race in __perf_event_overflow
 2026-08-13  4:16 UTC  (6+ messages)

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-08-13  1:11 UTC  (8+ messages)
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry

[PATCHES v4 0/5] perf DSO hardening series
 2026-08-13  1:04 UTC  (11+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read() and file_size()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()

[PATCHES v9 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-12 21:07 UTC  (3+ messages)

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-08-12 17:27 UTC  (3+ messages)
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations

[PATCH 0/9] perf cs-etm: Add branch history to existing samples
 2026-08-12 14:26 UTC  (2+ messages)

[PATCH v8 0/9] perf c2c: add a function view
 2026-08-12 13:03 UTC  (10+ messages)
` [PATCH v8 2/9] perf c2c: add function view browser skeleton
` [PATCH v8 3/9] perf c2c: add column rendering for function view
` [PATCH v8 6/9] perf c2c: add function view hierarchy entry creation

[syzbot] [perf?] WARNING: suspicious RCU usage in get_callchain_entry
 2026-08-12  8:15 UTC  (3+ messages)

[PATCH RESEND v2] perf/x86/intel/uncore: Use sysfs_emit() in uncore_event_show()
 2026-08-12  5:07 UTC  (2+ messages)

[PATCH v2 00/16] perf python: Fix python extension bugs from v19 review
 2026-08-12  0:52 UTC  (3+ messages)
` [PATCH v3 00/15] "

[PATCH v5] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-08-11 23:18 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox