Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-08-31 20:19:57 to 2026-09-03 16:07:19 UTC [more...]

[RFC PATCH v7 00/28] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-09-03 16:06 UTC  (22+ messages)
` [RFC PATCH v7 01/28] arm64/sysreg: Add the nVM field to PMBLIMITR_EL1
` [RFC PATCH v7 02/28] arm64/sysreg: Define MDCR_EL2.E2PB values
` [RFC PATCH v7 03/28] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v7 04/28] perf: arm_spe_pmu: Move struct arm_spe_pmu to a separate header file
` [RFC PATCH v7 05/28] perf: arm_spe_pmu: Add PMBIDR_EL1 and PMSIDR_EL1 to struct arm_spe_pmu
` [RFC PATCH v7 06/28] KVM: arm64: Add KVM_CAP_ARM_SPE capability
` [RFC PATCH v7 07/28] KVM: arm64: Add KVM_ARM_VCPU_SPE VCPU feature
` [RFC PATCH v7 08/28] HACK! KVM: arm64: Disable SPE virtualization if protected KVM is enabled
` [RFC PATCH v7 09/28] HACK! KVM: arm64: Enable SPE virtualization only in VHE mode
` [RFC PATCH v7 10/28] HACK! KVM: arm64: Disable SPE virtualization if nested virt is enabled
` [RFC PATCH v7 11/28] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v7 12/28] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number
` [RFC PATCH v7 13/28] KVM: arm64: Add SPE VCPU device attribute to set the SPE device
` [RFC PATCH v7 14/28] KVM: arm64: Add SPE VCPU device attribute to initialize SPE
` [RFC PATCH v7 15/28] KVM: arm64: Use PMSVer from the assigned SPE instance
` [RFC PATCH v7 16/28] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v7 17/28] KVM: arm64: Apply a RES0 mask to PMBLIMITR_EL1 writes
` [RFC PATCH v7 18/28] KVM: arm64: config: Use functions from spe.c to test FEAT_SPE_{FnE,FDS}
` [RFC PATCH v7 19/28] KVM: arm64: VHE: Context switch SPE state
` [RFC PATCH v7 20/28] KVM: arm64: Allow guest SPE physical timestamps only if kernel allows it
` [RFC PATCH v7 21/28] KVM: arm64: Handle SPE maintenance interrupts

[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
 2026-09-03 16:07 UTC  (5+ messages)

[DISCUSSION] Three problems behind broken "perf --call-graph dwarf" on AMD: IP and stack dump mismatch, libdw fails on lld's layout, and the unwinder fallback never runs
 2026-09-03 16:02 UTC  (9+ messages)

[PATCH v1 0/5] perf tools: Fix jitdump and dso handling
 2026-09-03 13:51 UTC  (11+ messages)
` [PATCH 1/5] perf jitdump: Byte-swap debug entries via unaligned-safe accessors
` [PATCH 2/5] perf genelf: Use unaligned-safe accessors for debug entries
` [PATCH 3/5] perf jitdump: Free unwinding data even when eh_frame_hdr_size is zero
` [PATCH 4/5] perf jitdump: Size code_move event allocation with idr_size
` [PATCH 5/5] perf dso: Defer dropping the open list reference until after the lock

[PATCH] perf/amd/ibs: Report physical address for IBS fetch samples
 2026-09-03 11:55 UTC  (3+ messages)

[PATCH] perf sched: Make output_name variable static
 2026-09-03 11:42 UTC  (2+ messages)

[PATCH v2 0/2] perf evsel: Validate cross-endian samples before byte swapping
 2026-09-03 11:23 UTC  (5+ messages)
` [PATCH v2 1/2] perf evsel: Validate branch stack "
` [PATCH v2 2/2] perf evsel: Validate RAW sample "

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-03 10:48 UTC  (17+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
` [PATCH v2 4/8] mm: convert PTE table entries in ptep_get()
` [PATCH v2 5/8] mm: convert PTE table entry to pte
` [PATCH v2 6/8] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH v2 7/8] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH v2 8/8] xen: "

[PATCH] perf evsel: Validate branch stack before byte swapping
 2026-09-03 10:21 UTC  (2+ messages)

[PATCH] perf/core: Fix ITRACE start suppression for inherited events
 2026-09-03  9:45 UTC  (2+ messages)

[PATCH] perf sched: Fix resource leak in enable_sched_schedstats()
 2026-09-03  8:33 UTC  (8+ messages)
` [PATCH] perf intel-pt: Fix undefined shift in intel_pt_bip()
` [PATCH] perf script: Fix unsigned comparison against zero in print_bstack_flags()
` [PATCH] perf arm: Fix memory leak in find_all_arm_spe_pmus()

[PATCH] perf python: Fix redundant self-assignment in get_argument_count()
 2026-09-03  8:17 UTC  (2+ messages)

[PATCH v3 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-09-03  8:17 UTC  (17+ messages)
` [PATCH v3 1/8] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH v3 2/8] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH v3 3/8] perf hisi-ptt: Extract the raw data printing part
` [PATCH v3 4/8] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH v3 5/8] perf hisi-ptt: Add parsing of supported message types
` [PATCH v3 6/8] perf hisi-ptt: Add field-level parsing for header DW2/DW3
` [PATCH v3 7/8] hwtracing: hisi_ptt: Add pattern PMU config for trace format selection
` [PATCH v3 8/8] perf hisi-ptt: Pass pattern version to decoder for compatibility

[PATCH v2] perf test: perf stat tests fails on s390
 2026-09-03  7:38 UTC  (2+ messages)

[PATCH v1] perf tests: Improvements to build-test performance
 2026-09-03  5:04 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] perf bench futex: Define SYS_futex on 32-bit arches with 64-bit time_t
 2026-09-03  5:04 UTC  (3+ messages)

[PATCH 0/3] perf: Suppress redundant ITRACE start records for Arm SPE and CoreSight
 2026-09-02 16:39 UTC  (8+ messages)
` [PATCH 1/3] perf/core: Export perf_event_itrace_started()
` [PATCH 2/3] perf: arm_spe: Suppress redundant ITRACE start records
` [PATCH 3/3] coresight: perf: Suppress "

[RFC] ptwrite uprobes
 2026-09-02 16:35 UTC  (21+ messages)
` [RFC v1 01/19] uprobes: guard trace cleanup against error pointers
` [RFC v1 05/19] ptwrite uprobes: Add minimal low level support for x86
` [RFC v1 12/19] ptwrite uprobes: Add pacing to the probes
` [RFC v1 13/19] ptwrite uprobes: Support instruction puning
` [RFC v1 14/19] ptwrite uprobes: Use atomic patching for multinop sites
` [RFC v1 15/19] ptwrite uprobes: Add a tutorial and overview documentation
` [RFC v1 16/19] ptwrite uprobes / perf tools pt: Improve FUP error handling for ptwrite
` [RFC v1 17/19] ptwrite uprobes / perf tools probe: Add support of ptwrite probes
` [RFC v1 18/19] ptwrite uprobes / perf tools script: Add ptwrite uprobes decoder
` [RFC v1 19/19] ptwrite uprobes: Add self tests

[PATCH v3 0/6] perf tool: Build dependency tidy up
 2026-09-02 16:07 UTC  (14+ messages)
` [PATCH v3 1/6] perf tool: Remove util/cache.h
` [PATCH v3 2/6] perf tool: Tidy up util/cache.h header file users
` [PATCH v3 3/6] perf tool: Remove unused includes in perf.c
` [PATCH v3 4/6] perf tool: Move usage strings and functions to perf.c
` [PATCH v3 5/6] perf tool: Add fallback stubs for missing dependencies
` [PATCH v3 6/6] perf hist: Remove keysym.h include from hist.h

[PATCH v1] perf tool: Align structs in arrays in .clang-format
 2026-09-02 15:35 UTC  (2+ messages)

[PATCH] perf test: perf stat tests fails on s390
 2026-09-02 12:18 UTC  (3+ messages)

[RESEND Patch v10 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-09-02 12:13 UTC  (4+ messages)

[PATCH] perf/amd/ibs: add phy_addr_only software filter for ibs_op
 2026-09-02  9:15 UTC  (2+ messages)

[PATCH RESEND v7 0/3] RISC-V IOMMU HPM support
 2026-09-02  8:07 UTC  (3+ messages)
` [PATCH RESEND v7 3/3] drivers/perf: riscv-iommu: protect shared state with a raw spinlock

[PATCH] perf: xgene: initialize lock before requesting IRQ
 2026-09-02  7:37 UTC  (2+ messages)

[PATCH] perf bench numa: add NULL check after calloc()
 2026-09-02  7:15 UTC  (2+ messages)

[PATCH v2 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-09-02  3:30 UTC  (3+ messages)
  ` [PATCH v2 7/8] hwtracing: hisi_ptt: Add pattern PMU config for trace format selection

[PATCH v14 00/14] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-02  1:30 UTC  (3+ messages)
` [PATCH v14 03/14] kprobes: Protect kprobe_blacklist with RCU

[PATCH v1 0/2] perf: RISC-V: fix SBI PMU masks for RV32
 2026-09-02  0:55 UTC  (9+ messages)
` [PATCH v1 2/2] perf: RISC-V: store available counter mask as bitmap
` [PATCH v2 0/2] perf: RISC-V: fix SBI PMU masks for RV32
  ` [PATCH v2 2/2] perf: RISC-V: store available counter mask as bitmap

[PATCH v3 0/3] tracing/probes: Fix BTF structure member finder
 2026-09-01 23:23 UTC  (10+ messages)
` [PATCH v3 1/3] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH v3 2/3] tracing/probes: Fix BTF kflag check for anonymous struct member access
` [PATCH v3 3/3] tracing/probes: Fix code indent in get_bitoffset_of_field()

[PATCH 0/2] perf/arm: Prefer large AUX mappings for CoreSight and SPE
 2026-09-01 17:06 UTC  (7+ messages)
` [PATCH 2/2] perf: arm_spe: Prefer large AUX mappings

v5 of the perf weight annotation patchkit
 2026-09-01 15:14 UTC  (2+ messages)

[PATCH v2 0/2] tracing/probes: Fix BTF structure member finder
 2026-09-01 14:00 UTC  (7+ messages)
` [PATCH v2 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH v2 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access

[PATCH v6 0/3] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-09-01 13:45 UTC  (2+ messages)

[PATCH] perf symbol: Do not use debug file as the binary type
 2026-09-01  4:14 UTC  (2+ messages)

[PATCH] perf powerpc-vpadtl: Fix raw_size of DTL samples
 2026-09-01  4:14 UTC  (2+ messages)

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

[PATCH 0/2] tracing/probes: Fix BTF structure member finder
 2026-08-31 22:37 UTC  (7+ messages)
` [PATCH 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-31 21:35 UTC  (3+ messages)
` [PATCH v2 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker

[PATCH v1 1/2] perf tool: Remove util/cache.h
 2026-08-31 20:56 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] perf tool: Tidy up util/cache.h header file users


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