Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-04-28 07:19:51 to 2026-05-02 06:59:56 UTC [more...]

[PATCH v6 1/3] perf env: Add perf_env__e_machine helper and use in perf_env__arch
 2026-05-02  6:59 UTC  (13+ 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 v1] perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_at
 2026-05-02  6:48 UTC 

[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 v2 0/2] Two semi-related perf throttling fixes
 2026-05-01 20:54 UTC  (9+ 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] 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  (7+ 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  (8+ messages)
` [PATCH v2 1/3] perf test: fix nanosleep check in the ftrace test
` [PATCH v2 2/3] perf test: fix sys_enter_openat event test for musl
` [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  (8+ messages)
` [PATCH v1 1/2] perf event: Fix size of synthesized sample with branch stacks
` [PATCH v2 0/2] perf inject intel-PT LBR/brstack synthesis fixes
  ` [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  (53+ messages)
` [PATCH v8 00/58] "
  ` [PATCH v8 08/58] perf data: Add open flag
  ` [PATCH v8 09/58] perf evlist: Add reference count
  ` [PATCH v8 10/58] perf evsel: "
  ` [PATCH v8 16/58] perf python: Add mmap2 event
  ` [PATCH v8 17/58] perf python: Add callchain support
  ` [PATCH v8 18/58] perf python: Extend API for stat events in python.c
  ` [PATCH v8 19/58] perf python: Expose brstack in sample event
  ` [PATCH v8 20/58] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v8 21/58] perf python: Add config file access
  ` [PATCH v8 22/58] perf python: Add perf.pyi stubs file
  ` [PATCH v8 23/58] perf python: Add LiveSession helper
  ` [PATCH v8 24/58] perf python: Move exported-sql-viewer.py and parallel-perf.py to tools/perf/python/
  ` [PATCH v8 25/58] perf stat-cpi: Port stat-cpi to use python module
  ` [PATCH v8 26/58] perf mem-phys-addr: Port mem-phys-addr "
  ` [PATCH v8 27/58] perf syscall-counts: Port syscall-counts "
  ` [PATCH v8 28/58] perf syscall-counts-by-pid: Port syscall-counts-by-pid "
  ` [PATCH v8 29/58] perf futex-contention: Port futex-contention "
  ` [PATCH v8 30/58] perf flamegraph: Port flamegraph "
  ` [PATCH v8 31/58] perf gecko: Port gecko "
  ` [PATCH v8 32/58] perf arm-cs-trace-disasm: Port arm-cs-trace-disasm "
  ` [PATCH v8 33/58] perf check-perf-trace: Port check-perf-trace "
  ` [PATCH v8 34/58] perf compaction-times: Port compaction-times "
  ` [PATCH v8 35/58] perf event_analyzing_sample: Port event_analyzing_sample "
  ` [PATCH v8 36/58] perf export-to-sqlite: Port export-to-sqlite "
  ` [PATCH v8 37/58] perf export-to-postgresql: Port export-to-postgresql "
  ` [PATCH v8 38/58] perf failed-syscalls-by-pid: Port failed-syscalls-by-pid "
  ` [PATCH v8 39/58] perf intel-pt-events: Port intel-pt-events/libxed "
  ` [PATCH v8 40/58] perf net_dropmonitor: Port net_dropmonitor "
  ` [PATCH v8 41/58] perf netdev-times: Port netdev-times "
  ` [PATCH v8 42/58] perf powerpc-hcalls: Port powerpc-hcalls "
  ` [PATCH v8 43/58] perf sched-migration: Port sched-migration/SchedGui "
  ` [PATCH v8 44/58] perf sctop: Port sctop "
  ` [PATCH v8 45/58] perf stackcollapse: Port stackcollapse "
  ` [PATCH v8 46/58] perf task-analyzer: Port task-analyzer "
  ` [PATCH v8 47/58] perf failed-syscalls: Port failed-syscalls "
  ` [PATCH v8 48/58] perf rw-by-file: Port rw-by-file "
  ` [PATCH v8 49/58] perf rw-by-pid: Port rw-by-pid "
  ` [PATCH v8 50/58] perf rwtop: Port rwtop "
  ` [PATCH v8 51/58] perf wakeup-latency: Port wakeup-latency "
  ` [PATCH v8 52/58] perf test: Migrate Intel PT virtual LBR test to use Python API
  ` [PATCH v8 53/58] perf: Remove libperl support, legacy Perl scripts and tests
  ` [PATCH v8 54/58] perf: Remove libpython support and legacy Python scripts
  ` [PATCH v8 55/58] perf Makefile: Update Python script installation path
  ` [PATCH v8 56/58] perf script: Refactor to support standalone scripts and remove legacy features
  ` [PATCH v8 57/58] perf Documentation: Update for standalone Python scripts and remove obsolete data
  ` [PATCH v8 58/58] perf python: Improve perf script -l descriptions

[RFC PATCH v3 0/4] mm/damon: introduce perf event based access check
 2026-04-29 14:34 UTC  (5+ messages)

[PATCH V3] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-04-29 13:31 UTC  (2+ messages)

[PATCH v4] perf/core: Fix sampling period inconsistency across CPU migration
 2026-04-29 10:51 UTC  (2+ messages)

[PATCH v2] perf/core: Fix sampling period inconsistency across CPU migration
 2026-04-29  9:13 UTC  (2+ messages)

[PATCH v3] perf/core: Fix sampling period inconsistency across CPU migration
 2026-04-29  9:06 UTC  (2+ messages)

[PATCH] perf/core: Fix sampling period inconsistency across CPU migration
 2026-04-29  7:34 UTC  (3+ messages)

[Patch v7 24/24] perf/x86/intel: Add sanity check for PEBS fragment size
 2026-04-29  7:04 UTC  (3+ messages)

[Patch v7 23/24] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
 2026-04-29  6:00 UTC  (3+ messages)

[Patch v7 22/24] perf/x86/intel: Enable arch-PEBS based SIMD/eGPRs/SSP sampling
 2026-04-29  5:36 UTC  (3+ messages)

[Patch v7 21/24] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
 2026-04-29  5:25 UTC  (3+ messages)

[PATCH 0/3] arm64: perf: Skip device memory during user callchain unwinding
 2026-04-29  2:53 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] DO NOT MERGE: arm64: perf: Add skip_vmio parameter to control device memory callchain guard
` [PATCH 3/3] DO NOT MERGE: selftests: perf_events: Add device memory callchain unwinding test

[Patch v3 0/4] perf/x86/intel: Fix bugs of auto counter reload sampling
 2026-04-29  0:50 UTC  (6+ messages)
` [Patch v3 4/4] perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C tracking

[PATCH v1 2/2] perf inject: Fix itrace branch stack synthesis
 2026-04-28 20:20 UTC  (2+ messages)

[PATCH 2/3] perf test: fix sys_enter_openat event test for musl
 2026-04-28 14:43 UTC  (4+ messages)

[PATCH RFC 00/11] x86/msr: Reduce MSR access interfaces
 2026-04-28 10:42 UTC  (5+ messages)
` [PATCH RFC 02/11] x86/msr: Switch all callers of rdmsrq_on_cpu() to use rdmsr_on_cpu()
` [PATCH RFC 03/11] x86/msr: Switch wrmsr_on_cpu() to use a 64-bit quantity
` [PATCH RFC 06/11] x86/msr: Switch all callers of rdmsrq_safe_on_cpu() to use rdmsr_safe_on_cpu()
` [PATCH RFC 10/11] x86/events: Switch core parts to use 64-bit rdmsr/wrmsr() variants

[Patch v3 1/4] perf/x86/intel: Improve validation and configuration of ACR masks
 2026-04-28  9:51 UTC  (3+ messages)


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