Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-20 19:06:03 to 2026-05-22 22:05:32 UTC [more...]

[PATCH v8 00/58] perf: Reorganize scripting support
 2026-05-22 22:04 UTC  (25+ messages)
` [PATCH v9 00/23] perf python: Modernize and extend Python API (Phase 1)
  ` [PATCH v9 01/23] perf arch arm: Sort includes and add missed explicit dependencies
  ` [PATCH v9 02/23] perf arch x86: "
  ` [PATCH v9 03/23] perf tests: "
  ` [PATCH v9 04/23] perf script: "
  ` [PATCH v9 05/23] perf util: "
  ` [PATCH v9 06/23] perf python: Add "
  ` [PATCH v9 07/23] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v9 08/23] perf data: Add open flag
  ` [PATCH v9 09/23] perf evlist: Add reference count
  ` [PATCH v9 10/23] perf evsel: "
  ` [PATCH v9 11/23] perf evlist: Add reference count checking
  ` [PATCH v9 12/23] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v9 13/23] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v9 14/23] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v9 15/23] perf python: Refactor and add accessors to sample event
  ` [PATCH v9 16/23] perf python: Add mmap2 event
  ` [PATCH v9 17/23] perf python: Add callchain support
  ` [PATCH v9 18/23] perf python: Extend API for stat events in python.c
  ` [PATCH v9 19/23] perf python: Expose brstack in sample event
  ` [PATCH v9 20/23] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v9 21/23] perf python: Add config file access
  ` [PATCH v9 22/23] perf python: Add perf.pyi stubs file
  ` [PATCH v9 23/23] perf python: Add LiveSession helper

[PATCH v1 0/3] perf: Fix kwork memory sanitization and libunwind test builds
 2026-05-22 21:33 UTC  (6+ messages)
` [PATCH v1 1/3] perf build: Unconditionally set up libunwind feature build flags
` [PATCH v1 2/3] perf kwork: Fix address sanitizer issues
` [PATCH v1 3/3] perf kwork: Fix memory management of kwork_work

[PATCH v2] perf stat: Make metric only column line up with header
 2026-05-22 20:25 UTC  (4+ messages)
` [PING] "

[PATCH 5/7] perf/x86/intel/uncore: Introduce PMU flags and broken state
 2026-05-22 19:24 UTC  (3+ messages)

[PATCH v9 3/5] drivers: firmware: add riscv SSE support
 2026-05-22 16:40 UTC  (3+ messages)

[PATCH v2] perf: Extract is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-22  8:26 UTC  (7+ messages)
` [PATCH v3] perf: Add "
  ` [PATCH v4 0/2] perf: Add is_ignored_kernel_symbol() for kernel "
    ` [PATCH v4 1/2] perf: Extract is_ignored_kernel_symbol() for kernel mapping "
    ` [PATCH v4 2/2] perf: Apply is_ignored_kernel_symbol() filter in ELF loading path for kernel DSOs

[PATCH v2] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-22  7:07 UTC 

[PATCH] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-22  6:35 UTC  (3+ messages)

[PATCH v13 00/32] perf tool: Add evsel to perf_sample
 2026-05-22  6:12 UTC  (51+ messages)
` [PATCH v14 00/32] perf tools: "
  ` [PATCH v14 10/32] perf report: Directly use sample->evsel to avoid computing from sample->id
  ` [PATCH v14 11/32] perf annotate: Don't pass evsel to add_sample
  ` [PATCH v14 12/32] perf inject: Don't pass evsel with sample
  ` [PATCH v14 13/32] perf kmem: "
  ` [PATCH v14 14/32] perf kwork: "
  ` [PATCH v14 15/32] perf sched: "
  ` [PATCH v14 16/32] perf timechart: "
  ` [PATCH v14 17/32] perf trace: "
  ` [PATCH v14 18/32] perf evlist: Try to avoid computing evsel from sample
  ` [PATCH v14 19/32] perf script: Don't pass evsel with sample
  ` [PATCH v14 20/32] perf s390-sample-raw: Don't pass evsel or its PMU "
  ` [PATCH v14 21/32] perf evsel: Don't pass evsel "
  ` [PATCH v14 22/32] perf lock: Constify trace_lock_handler variables
  ` [PATCH v14 23/32] perf lock: Avoid segv if event is missing a callchain
  ` [PATCH v14 24/32] perf timechart: Fix memory leaks
  ` [PATCH v14 25/32] perf kmem: Fix memory leaks on error path and when skipping
  ` [PATCH v14 26/32] perf synthetic-events: Bound check when synthesizing mmap2 and build_id events
  ` [PATCH v14 27/32] perf kmem: Add bounds checks to tracepoint read values
  ` [PATCH v14 28/32] perf sched: Bounds check CPU in sched switch events
  ` [PATCH v14 29/32] perf timechart: Bounds check CPU
  ` [PATCH v14 30/32] perf evsel: Add bounds checking to trace point raw data accessors
  ` [PATCH v14 31/32] perf kwork: Fix address sanitizer issues
  ` [PATCH v14 32/32] perf kwork: Fix memory management of kwork_work

[PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
 2026-05-22  2:26 UTC  (8+ messages)

[Patch v3] perf tests: Add auto counter reload (ACR) sampling test
 2026-05-22  1:10 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
 2026-05-22  0:33 UTC 

[FYI] [PATCH] merge resolution commit for perf trace beauty conflict
 2026-05-21 23:43 UTC  (5+ messages)

[PATCH v3 0/2] perf stat: Fix uncore metric scaling across aggregation modes
 2026-05-21 22:01 UTC  (5+ messages)
` [PATCH v3 1/2] perf stat: Add aggr_nr metric parser support
` [PATCH v3 2/2] perf stat: Use aggr_nr scaling for Intel uncore miss latency metrics

[PATCH 2/7] perf/x86/intel/uncore: Let init_box() callback report failures
 2026-05-21 20:29 UTC  (3+ messages)

[PATCH v1] perf python: Clean up and restructure setup.py
 2026-05-21 17:55 UTC 

[PATCH 0/3] Fix out-of-tree build of some tools
 2026-05-21 17:50 UTC  (8+ messages)
` [PATCH 1/3] rtla: Fix output files in source tree
` [PATCH 2/3] perf tools: Put Python egg info in output directory
` [PATCH 3/3] perf tools: Put Python bytecode "

[PATCH v2] perf bench: add --write-size option to sched pipe
 2026-05-21 17:12 UTC  (3+ messages)

[PATCH v1] perf build: Fix fsmount.o build
 2026-05-21 16:49 UTC 

[PATCH] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
 2026-05-21 16:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] perf bench: add --write-size option to sched pipe
 2026-05-21 15:47 UTC  (3+ messages)

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-05-21 15:30 UTC  (3+ messages)
` [PATCH v2 3/6] selftests: Remove unused LLD variable

[PATCH v2 0/6] rtla: Migrate to libsubcmd for command line option parsing
 2026-05-21 14:18 UTC  (7+ messages)
` [PATCH v2 1/6] rtla: Add libsubcmd dependency
` [PATCH v2 2/6] tools subcmd: support optarg as separate argument
` [PATCH v2 3/6] tools subcmd: allow parsing distinct --opt and --no-opt
` [PATCH v2 4/6] rtla: Parse cmdline using libsubcmd
` [PATCH v2 5/6] rtla/tests: Add unit tests for _parse_args() functions
` [PATCH v2 6/6] rtla/tests: Add unit tests for CLI option callbacks

[PATCH] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
 2026-05-21 14:17 UTC  (4+ messages)

[PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld
 2026-05-21 13:16 UTC  (5+ messages)

[PATCHES 00/27] perf.data validation and hardening
 2026-05-21 13:01 UTC  (38+ messages)
` [PATCH 01/27] perf session: Add minimum event size and alignment validation
` [PATCH 02/27] perf tools: Fix event_contains() macro to verify full field extent
` [PATCH 03/27] perf zstd: Fix compression error path in zstd_compress_stream_to_records()
` [PATCH 04/27] perf zstd: Fix multi-iteration decompression and error handling
` [PATCH 05/27] perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
` [PATCH 06/27] perf session: Fix swap_sample_id_all() crash on crafted events
` [PATCH 07/27] perf session: Add validated swap infrastructure with null-termination checks
` [PATCH 08/27] perf session: Use bounded copy for PERF_RECORD_TIME_CONV
` [PATCH 09/27] perf session: Validate HEADER_ATTR attr.size before swapping
` [PATCH 10/27] perf session: Validate nr fields against event size on both swap and common paths
` [PATCH 11/27] perf header: Byte-swap build ID event pid and bounds check section entries
` [PATCH 12/27] perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
` [PATCH 13/27] perf auxtrace: Harden auxtrace_error event handling
` [PATCH 14/27] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
` [PATCH 15/27] perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
` [PATCH 16/27] perf tools: Bounds check perf_event_attr fields against attr.size before printing
` [PATCH 17/27] perf header: Propagate feature section processing errors
` [PATCH 18/27] perf header: Validate f_attr.ids section before use in perf_session__read_header()
` [PATCH 19/27] perf header: Validate feature section size and add read path bounds checking
` [PATCH 20/27] perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
` [PATCH 21/27] perf header: Validate bitmap size before allocating in do_read_bitmap()
` [PATCH 22/27] perf session: Add byte-swap for PERF_RECORD_COMPRESSED2 events
` [PATCH 23/27] perf tools: Harden compressed event processing
` [PATCH 24/27] perf session: Check for decompression buffer size overflow
` [PATCH 25/27] perf session: Bound nr_cpus_avail and validate sample CPU
` [PATCH 26/27] perf kwork: Bounds check work->cpu before indexing cpus_runtime[]
` [PATCH 27/27] perf test: Add truncated perf.data robustness test

[PATCH V3] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-05-21  8:31 UTC  (3+ messages)

[PATCH V5 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-21  7:31 UTC  (3+ messages)

[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-05-21  6:37 UTC  (2+ messages)

[PATCH v2 0/2] perf stat: Fix uncore metric scaling across aggregation modes
 2026-05-21  4:38 UTC  (4+ messages)
` [PATCH v2 1/2] perf stat: Add aggr_nr metric parser support
` [PATCH v2 2/2] perf stat: Use aggr_nr scaling for Intel uncore miss latency metrics

[PATCH 0/2] perf: complete perf_allow_* trio and use in drm/xe
 2026-05-21  3:48 UTC  (5+ messages)
` [PATCH 1/2] perf/core: out-of-line and export perf_allow_cpu/tracepoint()
` [PATCH 2/2] drm/xe: gate observation streams with perf_allow_cpu()

[PATCH] perf: evsel: Fix error handling in tp_format lookup
 2026-05-21  2:57 UTC 

[PATCH v3 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-21  2:52 UTC  (3+ messages)

[Patch v2 1/2] perf/x86: Introduce is_x86_pmu() helper
 2026-05-21  1:06 UTC  (2+ messages)

[Patch v2] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
 2026-05-21  0:53 UTC  (2+ messages)

[PATCH v3 0/2] perf tool_pmu: Support enable/disable for tool PMU events
 2026-05-20 23:06 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] perf tool_pmu: Make tool PMU events respect enable/disable

[PATCH] perf build-id: Fix off-by-one bug when printing kernel/module build-id
 2026-05-20 23:00 UTC  (4+ messages)

[PATCH v7 0/2] perf tests: Add uncore and x86 topdown event sorting tests
 2026-05-20 20:28 UTC  (4+ messages)
` [PATCH v8 "

[PATCH v6 00/14] perf build: Reduce build time by nearly half
 2026-05-20 20:00 UTC  (7+ messages)
` [PATCH v7 "

[PATCH v4 0/3] perf: Fix SIGCHLD vs pause() race with short-lived workloads
 2026-05-20 19:58 UTC  (2+ messages)

[PATCH] perf data ctf: replace libbabeltrace with babeltrace2-ctf-writer
 2026-05-20 19:26 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 2/2] perf stat: Use aggr_nr scaling for Intel uncore miss latency metrics
 2026-05-20 19:24 UTC  (2+ messages)

[PATCH v7 0/2] perf inject intel-PT LBR/brstack synthesis fixes
 2026-05-20 19:13 UTC  (3+ messages)
` [PATCH v8 "

perf test case 'perf kwork record' fails due to abortion
 2026-05-20 19:07 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