Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-04-29 15:29:25 to 2026-05-03 17:40:42 UTC [more...]

[PATCH v3 0/6] perf DWARF: Fix libdw API contract violations and crashes
 2026-05-03 17:40 UTC  (21+ messages)
` [PATCH v3 1/6] perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_at
` [PATCH v3 2/6] perf dwarf-aux: Fix libdw API contract violations
` [PATCH v3 3/6] perf libdw: "
` [PATCH v3 4/6] perf probe-finder: "
` [PATCH v3 5/6] perf annotate-data: "
` [PATCH v3 6/6] perf debuginfo: "
` [PATCH v4 0/6] perf DWARF: Fix libdw API contract violations and crashes
  ` [PATCH v4 1/6] perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_at
  ` [PATCH v4 2/6] perf dwarf-aux: Fix libdw API contract violations
  ` [PATCH v4 3/6] perf libdw: "
  ` [PATCH v4 4/6] perf probe-finder: "
  ` [PATCH v4 5/6] perf annotate-data: "
  ` [PATCH v4 6/6] perf debuginfo: "

[PATCH] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
 2026-05-03 16:20 UTC  (2+ messages)

[PATCH v6 1/3] perf env: Add perf_env__e_machine helper and use in perf_env__arch
 2026-05-03  1:11 UTC  (66+ messages)
` [PATCH v7 0/4] perf symbol/env: ELF machine clean up and lazy idle computation
  ` [PATCH v7 1/4] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v7 2/4] perf env: Add helper to lazily compute the os_release
  ` [PATCH v7 3/4] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
  ` [PATCH v7 4/4] perf symbol: Lazily compute idle and use a global lock for updates
` [PATCH v8 00/17] perf symbol/env: ELF machine clean up and lazy idle computation
  ` [PATCH v8 01/17] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v8 02/17] perf tests topology: Switch env->arch use to env->e_machine
  ` [PATCH v8 03/17] perf capstone: Determine architecture from e_machine
  ` [PATCH v8 04/17] perf print_insn: Use e_machine for fallback IP length check
  ` [PATCH v8 05/17] perf machine: Use perf_env e_machine rather than arch
  ` [PATCH v8 06/17] perf sample-raw: "
  ` [PATCH v8 07/17] perf sort: "
  ` [PATCH v8 08/17] perf symbol: Avoid use of machine__is
  ` [PATCH v8 09/17] perf arch common: Use perf_env e_machine rather than arch
  ` [PATCH v8 10/17] perf header: In print_pmu_caps use perf_env e_machine
  ` [PATCH v8 11/17] perf c2c: Use perf_env e_machine rather than arch
  ` [PATCH v8 12/17] perf lock-contention: "
  ` [PATCH v8 13/17] perf env: Refactor perf_env__arch_strerrno
  ` [PATCH v8 14/17] perf env: Remove unused perf_env__raw_arch
  ` [PATCH v8 15/17] perf env: Add helper to lazily compute the os_release
  ` [PATCH v8 16/17] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
  ` [PATCH v8 17/17] perf symbol: Lazily compute idle and use a global lock for updates
  ` [PATCH v9 00/18] perf symbol/env: ELF machine clean up and lazy idle computation
    ` [PATCH v9 01/18] perf env: Add perf_env__e_machine helper and use in perf_env__arch
    ` [PATCH v9 02/18] perf tests topology: Switch env->arch use to env->e_machine
    ` [PATCH v9 03/18] perf env, dso, thread: Add _endian variants for e_machine helpers
    ` [PATCH v9 04/18] perf capstone: Determine architecture from e_machine
    ` [PATCH v9 05/18] perf print_insn: Use e_machine for fallback IP length check
    ` [PATCH v9 06/18] perf symbol: Avoid use of machine__is
    ` [PATCH v9 07/18] perf machine: Use perf_env e_machine rather than arch
    ` [PATCH v9 08/18] perf sample-raw: "
    ` [PATCH v9 09/18] perf sort: "
    ` [PATCH v9 10/18] perf arch common: "
    ` [PATCH v9 11/18] perf header: In print_pmu_caps use perf_env e_machine
    ` [PATCH v9 12/18] perf c2c: Use perf_env e_machine rather than arch
    ` [PATCH v9 13/18] perf lock-contention: "
    ` [PATCH v9 14/18] perf env: Refactor perf_env__arch_strerrno
    ` [PATCH v9 15/18] perf env: Remove unused perf_env__raw_arch
    ` [PATCH v9 16/18] perf env: Add helper to lazily compute the os_release
    ` [PATCH v9 17/18] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
    ` [PATCH v9 18/18] perf symbol: Lazily compute idle

[PATCH v1] perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_at
 2026-05-02 15:56 UTC  (9+ messages)
` [PATCH v2 0/6] perf DWARF: Fix libdw API contract violations and crashes
  ` [PATCH v2 1/6] perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_at
  ` [PATCH v2 2/6] perf dwarf-aux: Fix libdw API contract violations
  ` [PATCH v2 3/6] perf libdw: "
  ` [PATCH v2 4/6] perf probe-finder: "
  ` [PATCH v2 5/6] perf annotate-data: "
  ` [PATCH v2 6/6] perf debuginfo: "

[PATCH V4 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-02 14:32 UTC  (2+ messages)
` [PATCH V4 2/2] tools/perf: Add kernel-doc comment to auxtrace_record__init() function

[PATCH V3 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-05-02 14:12 UTC  (2+ messages)
` [PATCH V3 2/2] tools/perf: Use scnprintf in buffer offset calculations

[PATCH v2 0/2] Two semi-related perf throttling fixes
 2026-05-02  9:52 UTC  (10+ messages)
` [PATCH v2 1/2] perf/x86: Avoid double accounting of PMU NMI latencies
` [PATCH v2 2/2] perf: Don't throttle based on NMI watchdog events

[PATCH V3 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-02  8:30 UTC  (4+ messages)
` [PATCH V3 2/2] tools/perf: Add kernel-doc comment to auxtrace_record__init() function

[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-05-02  0:04 UTC  (3+ messages)
` [PATCH v2 4/4] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data

[PATCH v2] perf tools: Ensure event leader stays at head of evlist after sorting
 2026-05-01 22:33 UTC 

[PATCH] perf tools: Ensure event leader stays at head of evlist after sorting
 2026-05-01 22:17 UTC  (4+ messages)

[PATCH] perf stat: Check aliases in should_skip_zero_counter
 2026-05-01 21:41 UTC  (4+ messages)

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-05-01 19:25 UTC  (12+ messages)

[PATCH] perf stat: Merge CPU maps when merging uncore aliases
 2026-05-01 18:18 UTC  (4+ messages)

[PATCH V2 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-01 16:54 UTC  (3+ messages)
` [PATCH V2 2/2] tools/perf: Add kernel-doc comment to auxtrace_record__init() function

[PATCH v1] perf sched stats: Fix segmentation faults in diff mode
 2026-05-01 15:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 1/8] perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selection
 2026-05-01 13:40 UTC  (3+ messages)

[PATCH v2 0/3] arm64: perf: Skip device memory during user callchain unwinding
 2026-05-01  9:54 UTC  (8+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] DO NOT MERGE: arm64: perf: Add skip_vmio parameter to control device memory callchain guard
` [PATCH v2 3/3] DO NOT MERGE: selftests: perf_events: Add device memory callchain unwinding test

[Patch v2 1/2] perf/x86: Introduce is_x86_pmu() helper
 2026-04-30 16:22 UTC  (4+ messages)
` [Patch v2 2/2] perf/x86: Update cap_user_rdpmc base on rdpmc user disable state

[PATCH v1] perf metricgroup: Avoid scanning unnecessary PMUs for identifier match
 2026-04-30 16:17 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
 2026-04-30  9:40 UTC 

[PATCH v2 0/3] perf: fix some tests for musl
 2026-04-30  7:15 UTC  (6+ messages)
` [PATCH v2 2/3] perf test: fix sys_enter_openat event test "
` [PATCH v2 3/3] perf test: fix "trace summary" test for musl-based systems

[Patch v4 0/5] perf/x86/intel: Fix bugs of auto counter reload sampling
 2026-04-30  6:33 UTC  (10+ messages)
` [Patch v4 1/5] perf/x86/intel: Improve validation and configuration of ACR masks
` [Patch v4 2/5] perf/x86/intel: Always reprogram ACR events to prevent stale masks
` [Patch v4 3/5] perf/x86/intel: Disable PMI for self-reloaded ACR events
` [Patch v4 4/5] perf/x86/intel: Enable auto counter reload for DMR
` [Patch v4 5/5] perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C tracking

[PATCH v2 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-04-30  6:11 UTC  (9+ messages)
` [PATCH v2 1/8] perf test amd ibs: Fix incorrect kernel version check
` [PATCH v2 2/8] perf tool ibs: Sync AMD IBS header file
` [PATCH v2 3/8] perf test ibs: Remove obsolete privilege test
` [PATCH v2 4/8] perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+
` [PATCH v2 5/8] perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer platforms
` [PATCH v2 6/8] perf amd ibs: Decode Remote-Socket flag in IBS OP raw dump
` [PATCH v2 7/8] perf amd ibs: Decode Streaming-store "
` [PATCH v2 8/8] perf doc: Document new IBS capabilities in man page

[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-04-30  3:25 UTC  (2+ messages)

[PATCH] perf callchain: Handle multiple address spaces
 2026-04-30  2:57 UTC  (4+ messages)

[PATCH 1/2] perf/x86/intel: Fix redundant branch type check in intel_pmu_lbr_filter()
 2026-04-30  1:22 UTC  (6+ messages)
` [PATCH 2/2] perf/x86/intel: Fix kernel address leakages in LBR stack

[PATCH 0/2 v2] perf: Fix missing branch counter information in script and annotate
 2026-04-30  0:38 UTC  (6+ messages)
` [PATCH 1/2 v2] perf script: Fix missing '+' indicator when branch counter reaches upper limit
` [PATCH 2/2 v2] perf annotate: Fix missing branch counter column in TUI mode

[PATCH v9 00/29] perf tool: Add evsel to perf_sample
 2026-04-29 22:23 UTC  (10+ messages)
` [PATCH v10 "

[PATCH][next] perf/x86: Avoid multiple -Wflex-array-member-not-at-end warnings
 2026-04-29 21:32 UTC  (2+ messages)

[PATCH v1 0/2] perf inject intel-PT LBR/brstack synthesis fixes
 2026-04-29 21:18 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] perf event: Fix size of synthesized sample with branch stacks
  ` [PATCH v2 2/2] perf inject: Fix itrace branch stack synthesis

[PATCH v7 00/59] perf: Reorganize scripting support
 2026-04-29 16:20 UTC  (8+ messages)
` [PATCH v8 00/58] "
  ` [PATCH v8 09/58] perf evlist: Add reference count
  ` [PATCH v8 10/58] perf evsel: "


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