Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-08-22 09:31:42 to 2026-08-27 14:10:09 UTC [more...]

[PATCH v2 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-08-27 14:10 UTC  (8+ messages)
` [PATCH v2 1/8] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH v2 2/8] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH v2 3/8] perf hisi-ptt: Extract the raw data printing part
` [PATCH v2 4/8] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH v2 6/8] perf hisi-ptt: Add field-level parsing for header DW2/DW3

[RFC PATCH] perf/x86/intel: downgrade alloc_bts_buffer() WARN() to pr_err()
 2026-08-27 10:20 UTC  (4+ messages)

[PATCH v6 0/2] RISC-V IOMMU HPM support
 2026-08-27  9:57 UTC  (9+ messages)
` [PATCH v6 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v6 2/2] iommu/riscv: create a auxiliary device for HPM

[RFC PATCH v1 0/8] perf/core, perf/tools: Add PERF_SAMPLE_BUILD_ID_OFFSET support
 2026-08-26 23:19 UTC  (3+ messages)

[PATCH] perf ftrace latency: Do not read trace files when BPF is used
 2026-08-26 21:36 UTC  (3+ messages)

[PATCH v2 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
 2026-08-26 19:06 UTC  (12+ messages)
` [PATCH v2 01/14] perf cs-etm: Fix nVHE per-thread decoding
` [PATCH v2 02/14] perf cs-etm: Warn for invalid timestamp option
` [PATCH v2 03/14] perf cs-etm: Turn on context packet timestamps in per-thread mode
` [PATCH v2 04/14] perf cs-etm: Use per-CPU queues for "
` [PATCH v2 11/14] perf auxtrace: cs-etm: Capture wrapped snapshots

[PATCH v5 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-08-26 12:31 UTC  (3+ messages)
` [PATCH v5 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH] uprobes: Free utask on dup_return_instance() failure
 2026-08-26 11:49 UTC  (16+ messages)
` [PATCH v2] "
                ` SIGILL and uretprobes, WAS: [PATCH] "

[PATCH] perf/core: Skip empty AUX records with only format flags
 2026-08-26  8:52 UTC  (3+ messages)

[PATCH v1] perf top: Merge hybrid common events
 2026-08-25 22:19 UTC  (21+ messages)
` [PATCH v1 0/7] perf ui: Implement hybrid event merging for heterogeneous systems
  ` [PATCH v1 1/7] perf evlist: Implement evlist__can_merge_hybrid using first_wildcard_match
  ` [PATCH v1 2/7] perf ui hist: Add support for aggregated total_period and merging entries cleanly
  ` [PATCH v1 3/7] perf ui browsers: Implement interactive 'M' keystroke to toggle hybrid event merging
  ` [PATCH v1 4/7] perf tools: Expose opt-in --hybrid-merge
  ` [PATCH v1 5/7] perf Documentation: Add tip for hybrid event merging
  ` [PATCH v1 6/7] perf ui hist: Format group headers iteratively based on proportional visual allocations
  ` [PATCH v1 7/7] perf test: Expand top tests for --hybrid-merge

[PATCH] perf symbol: Do not use debug file as the binary type
 2026-08-25 18:13 UTC  (3+ 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-08-25 18:05 UTC  (3+ messages)

[RFC PATCH 0/3] RISC-V Sspesa: Linux perf precise sample attribution
 2026-08-25 13:13 UTC  (4+ messages)
` [RFC PATCH 3/3] perf/riscv: Use Sspesa for "

[PATCH] perf powerpc-vpadtl: Fix raw_size of DTL samples
 2026-08-25 10:06 UTC  (2+ messages)

[PATCH] perf: riscv: Clear PMU pending interrupt through vendor helper
 2026-08-25  8:00 UTC 

[PATCH v2] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
 2026-08-25  4:59 UTC  (2+ messages)

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

[PATCH] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
 2026-08-25  1:38 UTC  (5+ messages)

[PATCH v1 0/2] perf annotate: Fix source option behavior and
 2026-08-24 22:12 UTC  (2+ messages)

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-08-24 21:58 UTC  (21+ messages)
` [PATCH v4 05/23] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v4 06/23] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v4 14/23] perf annotate-arm64: Support load instruction tracking
` [PATCH v4 16/23] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v4 20/23] perf annotate-arm64: Support 'add' instruction tracking

[PATCH 0/3] perf annotate: Data type profiling support for C++ classes and virtual calls
 2026-08-24 21:09 UTC  (8+ messages)
` [PATCH 1/3] perf dwarf-aux: Add die_is_compound_type() to handle C++ class types
` [PATCH 2/3] perf dwarf-aux: Add C++ class, inheritance and vtable helpers
` [PATCH 3/3] perf disasm & annotate x86: Track C++ vptr and resolve virtual function calls

perf script intel_pt decoding reading instructions from wrong shared lib
 2026-08-24 20:17 UTC  (5+ messages)

[PATCH perf-tools-next v6 0/5] perf trace: Symbolise kernel virtual addresses and function pointers
 2026-08-24 16:30 UTC  (12+ messages)
` [PATCH perf-tools-next v6 1/5] perf trace: Fix error checking in btf_struct_scnprintf()
` [PATCH perf-tools-next v6 2/5] perf trace: Introduce kernel symbol beautifier for virtual addresses
` [PATCH perf-tools-next v6 3/5] perf trace: Auto-assign kernel symbol beautifier to function pointer fields
` [PATCH perf-tools-next v6 4/5] perf trace: Enhance BTF type formatting to symbolise kernel function pointers
` [PATCH perf-tools-next v6 5/5] perf tests: Add shell test for kernel symbol beautifier

[PATCH perf-tools-next v5 0/4] perf trace: Symbolise kernel virtual addresses and function pointers
 2026-08-24 11:28 UTC  (12+ messages)
` [PATCH perf-tools-next v5 1/4] perf trace: Introduce kernel symbol beautifier for virtual addresses
` [PATCH perf-tools-next v5 2/4] perf trace: Auto-assign kernel symbol beautifier to function pointer fields
` [PATCH perf-tools-next v5 3/4] perf trace: Enhance BTF type formatting to symbolise kernel function pointers
` [PATCH perf-tools-next v5 4/4] perf tests: Add shell test for kernel symbol beautifier

[PATCH v2 0/5] perf: Add CoreSight branch history to existing samples
 2026-08-24 10:10 UTC  (5+ messages)
` [PATCH v2 1/5] perf dlfilter: Add non-empty branch stack filter
` [PATCH v2 3/5] perf cs-etm: Add branch history to existing samples

[PATCH 0/6] perf: cs-etm: HW_ID improvements
 2026-08-24  9:53 UTC  (3+ messages)
` [PATCH 4/6] perf: cs-etm: Respect --no-itrace option

[PATCH] perf powerpc-vpadtl: Validate dispatch/preempt reason indices before array access
 2026-08-24  9:40 UTC  (2+ messages)

[PATCH] perf powerpc-vpadtl: Fix off-by-one in auxtrace_info minimum size check
 2026-08-24  5:55 UTC  (3+ messages)

[PATCH v1 0/2] perf libdw: Improve split-debug handling and error fallback
 2026-08-24  6:40 UTC  (5+ messages)
` [PATCH v1 1/2] perf libdw: Pass dso_name explicitly to properly anchor split-debug builds
` [PATCH v1 2/2] perf libdw: Optimize fallback logic for missing DWARF

[GIT PULL] Performance events updates for v7.3
 2026-08-23 10:22 UTC  (3+ messages)

[PATCH perf-tools-next v4 0/4] perf trace: Symbolise kernel virtual addresses and function pointers
 2026-08-22 20:47 UTC  (7+ messages)
` [PATCH perf-tools-next v4 2/4] perf trace: Auto-assign kernel symbol beautifier to function pointer fields
` [PATCH perf-tools-next v4 4/4] perf tests: Add shell test for kernel symbol beautifier

[GIT PULL] perf-tools changes for v7.3
 2026-08-22 16:18 UTC  (2+ messages)

[PATCH v13 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-22  9:51 UTC  (23+ messages)
` [PATCH v13 01/12] kprobes: Protect kprobe_blacklist with RCU
` [PATCH v13 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v13 03/12] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v13 04/12] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v13 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v13 07/12] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v13 08/12] selftests: tracing: Add syntax "
` [PATCH v13 09/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v13 10/12] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v13 11/12] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v13 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger


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