Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-17 13:15:38 to 2026-07-21 17:47:44 UTC [more...]

[PATCH v1 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
 2026-07-21 17:47 UTC  (20+ messages)
` [PATCH v1 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
` [PATCH v1 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
` [PATCH v1 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
` [PATCH v1 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
` [PATCH v2 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
  ` [PATCH v2 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
  ` [PATCH v2 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
  ` [PATCH v2 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
  ` [PATCH v2 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
  ` [PATCH v3 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
    ` [PATCH v3 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
    ` [PATCH v3 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
    ` [PATCH v3 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
    ` [PATCH v3 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis

[Patch v10 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-07-21 17:42 UTC  (25+ messages)
` [Patch v10 01/23] perf/x86: Move hybrid PMU initialization before x86_pmu_starting_cpu()
` [Patch v10 02/23] perf/x86/intel: Enable large PEBS sampling for XMMs
` [Patch v10 03/23] perf/x86/intel: Convert x86_perf_regs to per-cpu variables
` [Patch v10 04/23] perf: Eliminate duplicate arch-specific function definitions
` [Patch v10 05/23] perf/x86: Use x86_perf_regs in NMI handlers
` [Patch v10 06/23] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v10 07/23] x86/fpu: Add update_fpu_state_and_flag() helper
` [Patch v10 08/23] perf: Move and enhance has_extended_regs() for arch-specific use
` [Patch v10 09/23] perf/x86/intel: Centralize PERF_PMU_CAP_EXTENDED_REGS updates
` [Patch v10 10/23] perf/x86: Enable XMM register sampling for non-PEBS events
` [Patch v10 11/23] perf/x86: Enable XMM register sampling for REGS_USER case
` [Patch v10 12/23] perf: Add sampling support for SIMD registers
` [Patch v10 13/23] perf/x86: Support XMM sampling using sample_simd_vec_reg_* fields
` [Patch v10 14/23] perf/x86: Support YMM "
` [Patch v10 15/23] perf/x86: Support ZMM "
` [Patch v10 16/23] perf/x86: Support OPMASK sampling using sample_simd_pred_reg_* fields
` [Patch v10 17/23] perf: Enhance perf_reg_validate() with simd_enabled argument
` [Patch v10 18/23] perf/x86: Support eGPRs sampling using sample_regs_* fields
` [Patch v10 19/23] perf/x86: Support SSP "
` [Patch v10 20/23] perf/x86/intel: Support arch-PEBS based SIMD/eGPRs sampling
` [Patch v10 21/23] perf/x86/intel: Advertise PERF_PMU_CAP_SIMD_REGS capability
` [Patch v10 22/23] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
` [Patch v10 23/23] perf/x86/intel: Add sanity check for PEBS record/fragment size

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-21 14:58 UTC  (11+ messages)
` [Patch v3 1/8] perf/x86: Unregister PMI handler on PMU init failure
` [Patch v3 3/8] perf/x86: Guard intel_pmu_cpu_dead() against invalid hybrid PMU casts
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry

[PATCH] perf cs-etm: Avoid truncating AUX buffer sizes to int
 2026-07-21 14:23 UTC  (3+ messages)

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-21 13:25 UTC  (24+ messages)
` [RFC PATCH v2 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH v2 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH v2 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH v2 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH v2 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH v2 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH v2 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH v2 13/13] Documentation/dev-tools: document KWatch

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-21 11:39 UTC  (4+ messages)
` [PATCH v3 11/21] perf auxtrace: Set default period to 1 for PERF_ITRACE_PERIOD_INSTRUCTIONS type

[Patch v10 00/10] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-07-21  7:52 UTC  (17+ messages)
` [Patch v10 01/10] perf dwarf-regs: Fix DWARF register index bounds check
` [Patch v10 02/10] perf util: Add missed fields in _attr__fprintf() and __attr_swap()
` [Patch v10 03/10] tools headers: Sync x86 headers with kernel sources
` [Patch v10 04/10] perf headers: Sync perf_event.h/perf_regs.h with the kernel headers
` [Patch v10 05/10] perf regs: Support x86 eGPRs/SSP sampling
` [Patch v10 06/10] perf regs: Support x86 SIMD registers sampling
` [Patch v10 07/10] perf regs: Enable dumping of SIMD registers
` [Patch v10 08/10] perf dwarf-regs: Add SIMD/eGPRs support for x86 DWARF registers
` [Patch v10 09/10] perf tests: Add x86 eGPRs/SSP registers sampling test
` [Patch v10 10/10] perf tests: Add SIMD "

[PATCH 0/3] perf/x86/intel/pt: Fix stop/start with no update
 2026-07-21  7:02 UTC  (4+ messages)
` [PATCH 1/3] perf/x86/intel/pt: Factor out pt_config_enable()
` [PATCH 2/3] perf/x86/intel/pt: Use bitwise access for PERF_HES_STOPPED
` [PATCH 3/3] perf/x86/intel/pt: Fix stop/start with no update

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-20 16:46 UTC  (4+ messages)
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH v3 0/2] perf trace: Correct cpumask formatting and add --bitmask-list
 2026-07-20 16:35 UTC  (5+ messages)
` [PATCH v3 1/2] perf trace: Correct default cpumask formatting to hexadecimal
` [PATCH v3 2/2] perf trace: Add --bitmask-list command-line option

[PATCH V2 0/6] tools/perf: Add powerpc HTM auxtrace support
 2026-07-20 11:25 UTC  (13+ messages)
` [PATCH V2 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V2 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V2 3/6] tools/perf: Add arch hook to drain remaining data before event close
` [PATCH V2 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read
` [PATCH V2 5/6] tools/perf: Add powerpc HTM auxtrace event processing support
` [PATCH V2 6/6] tools/perf: Add perf tool support for processing powerpc HTM AUXTRACE records

[PATCH V2 0/6] powerpc/perf: Add HTM PMU driver and perf AUX support
 2026-07-20 11:17 UTC  (13+ messages)
` [PATCH V2 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V2 2/6] powerpc/perf: Reject duplicate HTM target reservations
` [PATCH V2 3/6] powerpc/perf: Add AUX buffer management to capture HTM trace data
` [PATCH V2 4/6] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH V2 5/6] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH V2 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU

[PATCH 0/9] tools/perf: Add interface to expose HTM trace data via perf
 2026-07-20 10:25 UTC  (16+ messages)
` [PATCH 1/9] tool/perf: Move auxtrace_record__init for powerpc-vpadtl as separate utility
` [PATCH 2/9] tools/perf: Add CONFIG_AUXTRACE support for HTM pmu on powerpc
` [PATCH 3/9] tools/perf: Add arch_record__collect_final_data to collect additional data before closing the event
` [PATCH 4/9] tools/perf: Add powerpc callback support for arch_record__collect_final_data
` [PATCH 6/9] perf tools powerpc: Add HTM trace data processing and decoding support

[PATCH 1/1] perf/x86: Do not read fixed counter control register if there is none
 2026-07-20  9:27 UTC  (4+ messages)

[PATCH v2 00/14] perf c2c: add a function view
 2026-07-20  8:39 UTC  (4+ messages)
` [PATCH v3 "

[PATCH 0/5] powerpc/htm: Add interface to expose HTM trace data via perf
 2026-07-20  7:37 UTC  (10+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] powerpc/htm: Add support to setup and free aux buffer for capturing HTM data
` [PATCH 3/5] powerpc/perf: Capture the HTM memory configuration as part of perf data

[PATCH v4 0/2] RISC-V IOMMU HPM support
 2026-07-20  7:29 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-07-20  7:21 UTC  (27+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v8 18/22] RISC-V: perf: Add Qemu virt machine events

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-20  7:20 UTC  (27+ 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 v5 01/10] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
 2026-07-20  4:45 UTC  (9+ messages)
` [PATCH v6 "
  ` [PATCH v6 04/10] perf ui hists: Fix stack use-after-return in symbol_filter_str
  ` [PATCH v6 08/10] perf ui hists: Remove duplicated thread in popup_action

[PATCH v2] perf build: Fix compiler errors with old capstone
 2026-07-20  4:44 UTC  (2+ messages)

[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
 2026-07-20  4:05 UTC  (5+ messages)
` [PATCH 1/3] perf: Remove redundant dev_err()/dev_err_probe()
` [PATCH 3/3] drivers/perf: hisi: "

[PATCH] perf trace: Format instruction pointer fields as hexadecimal
 2026-07-20  1:50 UTC  (2+ messages)

[PATCH v3] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-19  1:38 UTC 

[PATCH v2] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-19  0:44 UTC  (3+ messages)

[PATCH v2] perf trace: Add --bitmask-list option and correct cpumask formatting
 2026-07-18 15:01 UTC  (4+ messages)

[PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-18  2:51 UTC  (14+ messages)
` [PATCH v9 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v9 02/10] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v9 03/10] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v9 04/10] selftests: tracing: Add syntax "
` [PATCH v9 05/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v9 06/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v9 07/10] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v9 08/10] tracing: wprobe: Add wprobe event trigger
` [PATCH v9 09/10] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v9 10/10] tracing/wprobe: Support BTF typecast in fetchargs

[PATCH] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-18  0:49 UTC  (3+ messages)

[PATCH v1 0/3] perf jevents: Deterministic build fix and mypy cleanliness
 2026-07-17 17:47 UTC  (2+ messages)

[PATCH] perf build: Fix a compiler error in util/libbfd.c
 2026-07-17 17:46 UTC  (2+ messages)

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

[PATCH v3 1/4] perf stat: Fix duplicate output with --for-each-cgroup
 2026-07-17 17:46 UTC  (2+ messages)

[PATCH v2 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-07-17 16:16 UTC  (4+ messages)
` [PATCH v2 3/4] perf/arm_cspmu: Improve sub-module error reporting


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