Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-15 12:38:22 to 2026-06-16 02:44:32 UTC [more...]

[PATCHES v4 0/9] perf tools: Fix pre-existing bugs in machine, cs-etm, c2c, bpf, and dso
 2026-06-16  2:44 UTC  (14+ messages)
` [PATCH 1/9] perf machine: Propagate machine__init() error to callers
` [PATCH 2/9] perf machine: Use snprintf() for guestmount path construction
` [PATCH 3/9] perf cs-etm: Validate num_cpu before metadata allocation
` [PATCH 4/9] perf cs-etm: Require full global header in auxtrace_info size check
` [PATCH 5/9] perf cs-etm: Bounds-check CPU in cs_etm__get_queue()
` [PATCH 6/9] perf c2c: Free format list entries when c2c_hists__init() fails
` [PATCH 7/9] perf c2c: Fix hist entry and format list leaks in c2c_he_free()
` [PATCH 8/9] perf bpf: Validate array presence before casting BPF prog info pointers
` [PATCH 9/9] perf dso: Set standard errno on decompression failure

[PATCH v19 00/20] Add additional python API support
 2026-06-16  2:21 UTC  (88+ messages)
  ` [PATCH v19 01/20] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v19 02/20] perf python: Add "
  ` [PATCH v19 03/20] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v19 04/20] perf data: Add open flag
  ` [PATCH v19 05/20] perf evlist: Add reference count
  ` [PATCH v19 06/20] perf evsel: "
  ` [PATCH v19 07/20] perf evlist: Add reference count checking
  ` [PATCH v19 08/20] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v19 09/20] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v19 10/20] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v19 11/20] perf python: Refactor and add accessors to sample event
  ` [PATCH v19 12/20] perf python: Add mmap2 event
  ` [PATCH v19 13/20] perf python: Add callchain support
  ` [PATCH v19 14/20] perf python: Extend API for stat events in python.c
  ` [PATCH v19 15/20] perf python: Expose brstack in sample event
  ` [PATCH v19 16/20] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v19 17/20] perf python: Add config file access
  ` [PATCH v19 18/20] perf python: Handle Py_None for thread and cpu maps
  ` [PATCH v19 19/20] perf python: Add perf.pyi stubs file
  ` [PATCH v19 20/20] perf python: Add LiveSession helper
` [PATCH v20 00/21] Add additional python API support
  ` [PATCH v20 01/21] perf util: Sort includes and add missed explicit dependencies
  ` [PATCH v20 02/21] perf python: Add "
  ` [PATCH v20 03/21] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v20 04/21] perf data: Add open flag
  ` [PATCH v20 05/21] perf evlist: Add reference count
  ` [PATCH v20 06/21] perf evsel: "
  ` [PATCH v20 07/21] perf evlist: Add reference count checking
  ` [PATCH v20 08/21] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v20 09/21] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v20 10/21] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v20 11/21] perf python: Refactor and add accessors to sample event
  ` [PATCH v20 12/21] perf python: Add mmap2 event
  ` [PATCH v20 13/21] perf python: Add callchain support
  ` [PATCH v20 14/21] perf python: Extend API for stat events in python.c
  ` [PATCH v20 15/21] perf python: Expose brstack in sample event
  ` [PATCH v20 16/21] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v20 17/21] perf python: Add config file access
  ` [PATCH v20 18/21] perf python: Handle Py_None for thread and cpu maps
  ` [PATCH v20 19/21] perf python: Add type checking for parse_events/parse_metrics
  ` [PATCH v20 20/21] perf python: Add perf.pyi stubs file
  ` [PATCH v20 21/21] perf python: Add LiveSession helper
  ` [PATCH v21 00/21] Add additional python API support
    ` [PATCH v21 01/21] perf util: Sort includes and add missed explicit dependencies
    ` [PATCH v21 02/21] perf python: Add "
    ` [PATCH v21 03/21] perf evsel/evlist: Avoid unnecessary #includes
    ` [PATCH v21 04/21] perf data: Add open flag
    ` [PATCH v21 05/21] perf evlist: Add reference count
    ` [PATCH v21 06/21] perf evsel: "
    ` [PATCH v21 07/21] perf evlist: Add reference count checking
    ` [PATCH v21 08/21] perf python: Use evsel in sample in pyrf_event
    ` [PATCH v21 09/21] perf python: Add wrapper for perf_data file abstraction
    ` [PATCH v21 10/21] perf python: Add python session abstraction wrapping perf's session
    ` [PATCH v21 11/21] perf python: Refactor and add accessors to sample event
    ` [PATCH v21 12/21] perf python: Add mmap2 event
    ` [PATCH v21 13/21] perf python: Add callchain support
    ` [PATCH v21 14/21] perf python: Extend API for stat events in python.c
    ` [PATCH v21 15/21] perf python: Expose brstack in sample event
    ` [PATCH v21 16/21] perf python: Add syscall name/id to convert syscall number and name
    ` [PATCH v21 17/21] perf python: Add config file access
    ` [PATCH v21 18/21] perf python: Handle Py_None for thread and cpu maps
    ` [PATCH v21 19/21] perf python: Add type checking for parse_events/parse_metrics
    ` [PATCH v21 20/21] perf python: Add perf.pyi stubs file
    ` [PATCH v21 21/21] perf python: Add LiveSession helper

[PATCHES 0/2] perf tools: Add cached probe type detection for evsel
 2026-06-16  1:54 UTC  (4+ messages)
` [PATCH 1/2] perf evsel: Add lazy-initialized probe type detection helpers
` [PATCH 2/2] perf trace: Guard __probe_ip suppression with evsel__is_probe()

[Patch v3] perf tests: Add auto counter reload (ACR) sampling test
 2026-06-16  1:46 UTC  (3+ messages)

[PATCH v1 00/12] perf tests: Enhancements, speedups, and flakiness fixes
 2026-06-16  1:44 UTC  (22+ messages)
` [PATCH v1 01/12] perf parse-events: Restrict core PMU bypass to --cputype option
` [PATCH v1 02/12] perf test: Truncate test description to fit terminal width
` [PATCH v1 03/12] perf tests workloads: Support sub-second durations in noploop and thloop
` [PATCH v1 04/12] perf tests: Add robust record retry helper and use subsecond workloads
` [PATCH v1 05/12] perf tests: Skip metrics validation if system-wide recording lacks permission
` [PATCH v1 06/12] perf tests: Fix Python JIT dump profiling test failure
` [PATCH v1 07/12] perf tests: Fix flakiness in trace record and replay test
` [PATCH v1 08/12] perf tests: Fix flakiness in BPF counters test on hybrid systems
` [PATCH v1 09/12] perf tests: Fix flakiness in branch stack sampling tests
` [PATCH v1 10/12] perf tests: Speed up off-cpu profiling tests
` [PATCH v1 11/12] perf tests: Speed up lock contention analysis shell test
` [PATCH v1 12/12] perf tests: Speed up metrics checking shell tests

[PATCHES v3 0/9] perf tools: Fix pre-existing bugs in machine, cs-etm, c2c, bpf, and dso
 2026-06-16  1:38 UTC  (15+ messages)
` [PATCH 1/9] perf machine: Propagate machine__init() error to callers
` [PATCH 2/9] perf machine: Use snprintf() for guestmount path construction
` [PATCH 3/9] perf cs-etm: Validate num_cpu before metadata allocation
` [PATCH 4/9] perf cs-etm: Require full global header in auxtrace_info size check
` [PATCH 5/9] perf cs-etm: Bounds-check CPU in cs_etm__get_queue()
` [PATCH 6/9] perf c2c: Free format list entries when c2c_hists__init() fails
` [PATCH 7/9] perf c2c: Fix hist entry and format list leaks in c2c_he_free()
` [PATCH 8/9] perf bpf: Validate array presence before casting BPF prog info pointers
` [PATCH 9/9] perf dso: Set standard errno on decompression failure

[PATCH v1 00/12] perf tests: Enhancements, speedups, and flakiness fixes
 2026-06-16  1:25 UTC  (9+ messages)
` [PATCH v1 01/12] perf parse-events: Restrict core PMU bypass to --cputype option
` [PATCH v1 02/12] perf test: Truncate test description to fit terminal width
` [PATCH v1 03/12] perf tests workloads: Support sub-second durations in noploop and thloop
` [PATCH v1 04/12] perf tests: Add robust record retry helper and use subsecond workloads
` [PATCH v1 05/12] perf tests: Skip metrics validation if system-wide recording lacks permission
` [PATCH v1 06/12] perf tests: Fix Python JIT dump profiling test failure
` [PATCH v1 07/12] perf tests: Fix flakiness in trace record and replay test
` [PATCH v1 08/12] perf tests: Fix flakiness in BPF counters test on hybrid systems

[PATCHES v2 0/9] perf tools: Fix pre-existing bugs in machine, cs-etm, c2c, bpf, and dso
 2026-06-15 23:04 UTC  (16+ messages)
` [PATCH 1/9] perf machine: Propagate machine__init() error to callers
` [PATCH 2/9] perf machine: Use snprintf() for guestmount path construction
` [PATCH 3/9] perf cs-etm: Validate num_cpu before metadata allocation
` [PATCH 4/9] perf cs-etm: Require full global header in auxtrace_info size check
` [PATCH 5/9] perf cs-etm: Bounds-check CPU in cs_etm__get_queue()
` [PATCH 6/9] perf c2c: Free format list entries when c2c_hists__init() fails
` [PATCH 7/9] perf c2c: Fix hist entry and format list leaks in c2c_he_free()
` [PATCH 8/9] perf bpf: Validate array presence before casting BPF prog info pointers
` [PATCH 9/9] perf dso: Set standard errno on decompression failure

[PATCHES v1 0/9] perf tools: Fix pre-existing bugs in machine, cs-etm, c2c, bpf, and dso
 2026-06-15 21:54 UTC  (15+ messages)
` [PATCH 1/9] perf machine: Propagate machine__init() error to callers
` [PATCH 2/9] perf machine: Use snprintf() for guestmount path construction
` [PATCH 3/9] perf cs-etm: Validate num_cpu before metadata allocation
` [PATCH 4/9] perf cs-etm: Require full global header in auxtrace_info size check
` [PATCH 5/9] perf cs-etm: Bounds-check CPU in cs_etm__get_queue()
` [PATCH 6/9] perf c2c: Free format list entries when c2c_hists__init() fails
` [PATCH 7/9] perf c2c: Fix hist entry and format list leaks in c2c_he_free()
` [PATCH 8/9] perf bpf: Validate array presence before casting BPF prog info pointers
` [PATCH 9/9] perf dso: Set standard errno on decompression failure

[PATCHES v2 00/13] perf tools: Fix pre-existing bugs in symbols, dso, bpf, sched, c2c, hwmon, and cs-etm
 2026-06-15 19:56 UTC  (18+ messages)
` [PATCH 01/13] perf symbols: Fix bswap copy-paste error for 32-bit ELF p_filesz
` [PATCH 02/13] perf symbols: Validate p_filesz before use in filename__read_build_id()
` [PATCH 03/13] perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()
` [PATCH 04/13] perf dso: Fix heap overflow in dso__get_filename() on decompressed path
` [PATCH 07/13] perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()
` [PATCH 08/13] perf sched: Replace (void*)1 sentinel with proper runtime allocation
` [PATCH 10/13] perf bpf: Reject oversized BPF metadata events that truncate header.size
` [PATCH 12/13] perf c2c: Free format list entries when releasing c2c hist entries

[PATCH] perf: Document recent additions to the perf.data file header
 2026-06-15 19:55 UTC  (3+ messages)

[PATCH v19 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-15 17:44 UTC  (6+ messages)
` [PATCH v20 0/5] perf tools: Add inject --aslr feature
  ` [PATCH v20 3/5] perf inject/aslr: Implement sample address remapping

[PATCH v1 0/6] perf vendor events intel: update
 2026-06-15 15:37 UTC  (3+ messages)

[PATCH v2] perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probes
 2026-06-15 12:43 UTC  (3+ messages)

[PATCH v3 4/7] perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h
 2026-06-15 12:38 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