Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-10 08:43:30 to 2026-07-14 00:59:57 UTC [more...]

[PATCH v2 0/6] perf: Add support for memory region/range reporting
 2026-07-14  0:59 UTC  (11+ messages)
` [PATCH v2 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v2 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v2 3/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v2 4/6] perf tools: Show memory region in perf-script subcommand
` [PATCH v2 5/6] perf header: Support memory ranges
` [PATCH v2 6/6] perf c2c: print memory region data with stdio output

[PATCH v2 0/3] perf sched stats: Fix memory leaks
 2026-07-13 23:54 UTC  (5+ messages)
` [PATCH v2 1/3] perf sched: Add missing perf_session__delete()
` [PATCH v2 2/3] perf sched: Fix memory leaks in perf sched stats report
` [PATCH v2 3/3] perf sched: Free subcommand string after perf sched stats

[PATCH v1 0/3] perf sched stats: Fix memory leaks
 2026-07-13 23:00 UTC  (6+ messages)
` [PATCH v1 1/3] perf sched: Add missing perf_session__delete()
` [PATCH v1 2/3] perf sched: Fix memory leaks in perf sched stats report
` [PATCH v1 3/3] perf sched: Free subcommand string after perf sched stats

[PATCH] perf build: Fix static build of dlfilters
 2026-07-13 20:54 UTC  (4+ messages)

[PATCH] perf capstone: Fix build with Capstone versions before 6
 2026-07-13 20:53 UTC  (4+ messages)

[PATCH 0/3] perf: Fix missing CET property notes on x86 with -fcf-protection
 2026-07-13 20:33 UTC  (4+ messages)
` [PATCH 3/3] perf x86: Add .note.gnu.property to assembly linked into perf

[PATCH v1 0/12] perf vendor events intel: update
 2026-07-13 18:31 UTC  (15+ messages)
` [PATCH v1 01/12] perf vendor events intel: Update alderlake events from 1.39 to 1.40
` [PATCH v1 02/12] perf vendor events intel: Update alderlaken "
` [PATCH v1 03/12] perf vendor events intel: Update arrowlake events from 1.19 to 1.20
` [PATCH v1 04/12] perf vendor events intel: Update clearwaterforest events from 1.02 to 1.04
` [PATCH v1 05/12] perf vendor events intel: Update grandridge events from 1.12 to 1.13
` [PATCH v1 06/12] perf vendor events intel: Update graniterapids events from 1.19 to 1.20
` [PATCH v1 07/12] perf vendor events intel: Update lunarlake events from 1.25 to 1.26
` [PATCH v1 08/12] perf vendor events intel: Update meteorlake events from 1.21 to 1.22
` [PATCH v1 09/12] perf vendor events intel: Add novalake v1.00 events
` [PATCH v1 10/12] perf vendor events intel: Update pantherlake events from 1.06 to 1.07
` [PATCH v1 11/12] perf vendor events intel: Update sierraforest events from 1.17 to 1.18
` [PATCH v1 12/12] perf vendor events intel: Update emeraldrapids metrics

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-13 18:18 UTC  (54+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH] perf build: Do not pass -static to dlfilters
 2026-07-13 18:15 UTC  (2+ messages)

[PATCH 0/2] perf cs-etm: Fix bogus branch samples
 2026-07-13 18:09 UTC  (4+ messages)
` [PATCH 1/2] perf cs-etm: Avoid bogus branch samples before async exceptions
` [PATCH 2/2] perf cs-etm: Centralize branch sample checks

[PATCH v4 0/2] perf trace: Refactor augmented_raw_syscalls using bpf_for
 2026-07-13 18:00 UTC  (2+ messages)

[PATCH 10/10] perf hisi-ptt: Add decoder version compatibility
 2026-07-13 17:49 UTC  (4+ messages)

[RFC PATCH] ARM, ARM64, LOONGARCH: Delay HW BP notification to task_work()
 2026-07-13 15:05 UTC  (2+ messages)

[PATCH 0/2] perf: Support Arm Bus Monitor Unit
 2026-07-13 12:59 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: perf: Add "

[PATCH] perf doc: Fix mmap failure checks in topdown example
 2026-07-13  9:36 UTC 

[PATCH 00/14] perf c2c: add a function view
 2026-07-13  9:22 UTC  (4+ messages)

[Patch v2 0/7] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-13  8:59 UTC  (9+ messages)
` [Patch v2 1/7] perf/x86: Unregister PMI handler on PMU init failure
` [Patch v2 2/7] perf/x86: Free hybrid state "
` [Patch v2 3/7] perf/x86: Guard intel_pmu_cpu_dead() against invalid hybrid PMU casts
` [Patch v2 4/7] perf/x86/intel: Unwind cpuc state if PEBS buffer setup fails
` [Patch v2 5/7] perf/x86: Remove stale fixed counter helper and fix hybrid PMU access
` [Patch v2 6/7] perf/x86/intel: Fix intel_cap handling on hybrid PMUs
` [Patch v2 7/7] perf/x86: Optimize ACR handling in match_prev_assignment()

[PATCH 09/10] perf hisi-ptt: Add field-level parsing for header DW2/DW3
 2026-07-13  8:45 UTC  (3+ messages)

[PATCH v3 0/3] perf/cxlpmu: Misc updates
 2026-07-13  6:11 UTC  (4+ messages)
` [PATCH v3 1/3] perf/cxlpmu: Fix 64-bit write to 32-bit HDM filter register
` [PATCH v3 2/3] perf/cxlpmu: Add missing CXL 4.0 events
` [PATCH v3 3/3] perf/cxlpmu: Support Channel/Rank/Bank filter

[PATCH 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-07-13  6:32 UTC  (8+ messages)
` [PATCH 1/4] ACPI/APMT: Use stable device ID
` [PATCH 3/4] perf/arm_cspmu: Improve sub-module error reporting
` [PATCH 4/4] perf/arm_cspmu: Make IRQ more optional

[tip: perf/urgent] perf/core: Detach event groups during remove_on_exec
 2026-07-12  8:18 UTC  (2+ messages)

[PATCH v2] perf clang-format: Prioritize Python.h and expand other categories
 2026-07-12  6:56 UTC  (3+ messages)
` [PATCH v3] "

perf metricgroup: Fix metric expression copy leaks
 2026-07-12  6:56 UTC  (2+ messages)

[PATCH v1 1/2] perf record: Fix teardown hang on system-wide multi-threaded sessions
 2026-07-12  6:56 UTC  (6+ messages)
` [PATCH v1 2/2] perf cap: If capability is missing still perform root test
` (subset) [PATCH v1 1/2] perf record: Fix teardown hang on system-wide multi-threaded sessions

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-11 13:02 UTC  (6+ messages)
` [PATCH bpf-next 1/2] srcu: Add lock guard for srcu_fast_updown flavor
` [PATCH bpf-next 2/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-11  6:26 UTC  (52+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH v2] tools/lib/api: Fix potential double-free from fdarray__grow()
 2026-07-11  0:32 UTC 

[PATCH v1] lib/api/fd: Fix potential double-free from fdarray__grow()
 2026-07-11  0:22 UTC 

[PATCH v3 1/4] perf stat: Fix duplicate output with --for-each-cgroup
 2026-07-11  0:04 UTC  (4+ messages)
` [PATCH v3 2/4] perf evsel: Remove unused BPF related fields
` [PATCH v3 3/4] perf evsel: Arrange some fields that should be cloned
` [PATCH v3 4/4] perf test: Update test for --for-each-cgroup option

[PATCH v2 1/4] perf stat: Fix duplicate output with --for-each-cgroup
 2026-07-10 23:59 UTC  (6+ messages)
` [PATCH v2 2/4] perf evsel: Remove unused BPF related fields
` [PATCH v2 3/4] perf evsel: Arrange some fields that should be cloned
` [PATCH v2 4/4] perf test: Update test for --for-each-cgroup option

[PATCH] perf stat: Do not open cgroups for BPF counters
 2026-07-10 23:50 UTC  (3+ messages)

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-07-10 22:30 UTC  (10+ messages)
` [PATCH v2 4/6] tools/build: Allow versioning LLVM readelf
` [PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld

[PATCH] tools/lib/api: Check nonfilterable in fdarray__filter()
 2026-07-10 21:51 UTC  (3+ messages)

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-10 21:49 UTC  (4+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak

[PATCH v1] perf tests: Restore -p flag to lock contention test
 2026-07-10 21:48 UTC  (2+ messages)

[PATCH] perf/x86/amd/brs: Fix kernel address leakage
 2026-07-10 16:34 UTC 

[PATCH] perf/x86/amd/lbr: Fix kernel address leakage
 2026-07-10 11:02 UTC  (2+ messages)

[PATCH] drivers/perf: riscv: handle legacy fallback in event check
 2026-07-10 10:08 UTC 

[PATCH 00/14] perf c2c: add a function view
 2026-07-10  9:01 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/14] perf c2c: extract shared data structures into c2c.h
  ` [PATCH v2 02/14] perf c2c: add function view browser skeleton
  ` [PATCH v2 04/14] perf c2c: add column format infrastructure for function view
  ` [PATCH v2 08/14] perf c2c: add HPP list parsing for function view histograms
  ` [PATCH v2 11/14] perf c2c: add function view hierarchy builder
  ` [PATCH v2 12/14] perf c2c: add function view browser UI
  ` [PATCH v2 13/14] perf c2c: add TAB key to switch to function view
  ` [PATCH v2 14/14] perf c2c: document function view in perf-c2c man page


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