Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-04-25 23:18:06 to 2026-04-29 22:24:06 UTC [more...]

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

[PATCH v2 0/2] Two semi-related perf throttling fixes
 2026-04-29 22:15 UTC  (6+ 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][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  (10+ messages)
` [PATCH v1 1/2] perf event: Fix size of synthesized sample with branch stacks
` [PATCH v1 2/2] perf inject: Fix itrace branch stack synthesis
` [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] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-04-29 21:11 UTC  (5+ messages)

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

[PATCH v1] perf sched stats: Fix segmentation faults in diff mode
 2026-04-29 20:18 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2 v2] perf: Fix missing branch counter information in script and annotate
 2026-04-29 19:58 UTC  (4+ 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 v2 0/3] perf: fix some tests for musl
 2026-04-29 16:57 UTC  (7+ 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 v6 00/59] perf: Reorganize scripting support
 2026-04-29 16:20 UTC  (70+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/59] perf inject: Fix itrace branch stack synthesis
  ` [PATCH v8 00/58] perf: Reorganize scripting support
    ` [PATCH v8 01/58] perf arch arm: Sort includes and add missed explicit dependencies
    ` [PATCH v8 02/58] perf arch x86: "
    ` [PATCH v8 03/58] perf tests: "
    ` [PATCH v8 04/58] perf script: "
    ` [PATCH v8 05/58] perf util: "
    ` [PATCH v8 06/58] perf python: Add "
    ` [PATCH v8 07/58] perf evsel/evlist: Avoid unnecessary #includes
    ` [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 11/58] perf evlist: Add reference count checking
    ` [PATCH v8 12/58] perf python: Use evsel in sample in pyrf_event
    ` [PATCH v8 13/58] perf python: Add wrapper for perf_data file abstraction
    ` [PATCH v8 14/58] perf python: Add python session abstraction wrapping perf's session
    ` [PATCH v8 15/58] perf python: Refactor and add accessors to sample event
    ` [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] perf callchain: Handle multiple address spaces
 2026-04-29  7:14 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  (11+ messages)
` [Patch v3 1/4] perf/x86/intel: Improve validation and configuration of ACR masks
` [Patch v3 2/4] perf/x86/intel: Disable PMI for self-reloaded ACR events
` [Patch v3 3/4] perf/x86/intel: Enable auto counter reload for DMR
` [Patch v3 4/4] perf/x86/intel: Consolidate MSR_IA32_PERF_CFG_C tracking

[PATCH 0/3] perf: fix some tests for musl
 2026-04-28 14:43 UTC  (10+ messages)
` [PATCH 1/3] perf test: fix nanosleep check in the ftrace test
` [PATCH 2/3] perf test: fix sys_enter_openat event test for musl
` [PATCH 3/3] perf test: fix "trace summary" test for musl-based systems

[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 v2] perf clang-format: Add a perf clang-format that overrides some kernel behaviors
 2026-04-28  6:54 UTC 

[PATCH v2] perf annotate: Fix NULL pointer dereference in loongarch_call__parse
 2026-04-28  3:50 UTC  (2+ messages)

[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-04-28  2:32 UTC  (11+ messages)
` [PATCH v2 1/4] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH v2 2/4] perf/x86/intel: Don't context switch DS_AREA (and PEBS config) if PEBS is unused
` [PATCH v2 3/4] perf/x86/intel: Make @data a mandatory param for intel_guest_get_msrs()

[PATCH v2 4/4] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
 2026-04-27 17:37 UTC  (3+ messages)

[PATCH v3 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-04-27 12:09 UTC  (3+ messages)

[PATCH v2 00/16] perf arm64: Support data type profiling
 2026-04-27  8:43 UTC  (3+ messages)

perf performance with libdw vs libunwind
 2026-04-27  7:12 UTC  (5+ messages)

[PATCH] perf: qcom: Unify user-visible "Qualcomm" name
 2026-04-27  7:00 UTC 

[PATCH] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
 2026-04-27  6:43 UTC  (3+ messages)

[PATCH V3] tools/perf: Fix the check for parameterized field in event term
 2026-04-27  6:01 UTC  (3+ messages)

[PATCH] perf: add timerfd timeout exit-code handling
 2026-04-27  5:48 UTC  (2+ messages)

[PATCH] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-04-27  5:43 UTC  (3+ messages)

[PATCH] perf: add timerfd timeout exit-code handling
 2026-04-26 18:58 UTC 

[PATCH V2] tools/perf: Fix the check for parameterized field in event term
 2026-04-26  7:12 UTC  (3+ messages)

[PATCH v7 17/59] perf python: Refactor and add accessors to sample event
 2026-04-25 23:33 UTC  (2+ messages)

[PATCH v7 59/59] perf sched stats: Fix segmentation faults in diff mode
 2026-04-25 23:31 UTC  (2+ messages)

[PATCH v7 15/59] perf python: Add python session abstraction wrapping perf's session
 2026-04-25 23:29 UTC  (2+ messages)

[PATCH v7 12/59] perf evlist: Add reference count checking
 2026-04-25 23:28 UTC  (2+ messages)

[PATCH v7 32/59] perf arm-cs-trace-disasm: Port arm-cs-trace-disasm to use python module
 2026-04-25 23:25 UTC  (2+ messages)

[PATCH v7 23/59] perf python: Add LiveSession helper
 2026-04-25 23:25 UTC  (2+ messages)

[PATCH v7 56/59] perf script: Refactor to support standalone scripts and remove legacy features
 2026-04-25 23:23 UTC  (2+ messages)

[PATCH v7 14/59] perf python: Add wrapper for perf_data file abstraction
 2026-04-25 23:22 UTC  (2+ messages)

[PATCH v7 55/59] perf Makefile: Update Python script installation path
 2026-04-25 23:22 UTC  (2+ messages)

[PATCH v7 13/59] perf python: Use evsel in sample in pyrf_event
 2026-04-25 23:22 UTC  (2+ messages)

[PATCH v7 34/59] perf compaction-times: Port compaction-times to use python module
 2026-04-25 23:22 UTC  (2+ messages)

[PATCH v7 57/59] perf Documentation: Update for standalone Python scripts and remove obsolete data
 2026-04-25 23:18 UTC  (2+ messages)

[PATCH v7 11/59] perf evsel: Add reference count
 2026-04-25 23:18 UTC  (2+ messages)


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