Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-12 17:47:15 to 2026-05-13 14:49:18 UTC [more...]

[PATCH v2] perf stat: Make metric only column line up with header
 2026-05-13 14:49 UTC 

[PATCH v2] perf pmu: Skip test on Arm64 when #slots is zero
 2026-05-13 14:37 UTC  (5+ messages)

[PATCH] perf data ctf: replace libbabeltrace with babeltrace2-ctf-writer
 2026-05-13 14:14 UTC  (5+ messages)
  ` [PATCH 1/2] tools build: Add libbabeltrace2 feature test
    ` [PATCH 2/2] perf data convert ctf: Initial babeltrace2 support

[PATCH] perf arm-spe: Don't warn about the discard bit if it doesn't exist
 2026-05-13 12:55 UTC  (3+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-13  9:18 UTC  (9+ messages)
` [PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH 0/7] perf/x86/intel/uncore: PMU setup robustness fixes
 2026-05-13  9:03 UTC  (17+ messages)
` [PATCH 1/7] perf/x86/intel/uncore: Rename refcount fields and other cleanups
` [PATCH 2/7] perf/x86/intel/uncore: Let init_box() callback report failures
` [PATCH 3/7] perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup fails
` [PATCH 4/7] perf/x86/intel/uncore: Factor out box setup code
` [PATCH 5/7] perf/x86/intel/uncore: Introduce PMU flags and broken state
` [PATCH 6/7] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering on CPU hotplug
` [PATCH 7/7] perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMU

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-05-13  7:49 UTC  (3+ messages)
` [PATCH v9 3/5] drivers: firmware: add riscv SSE support

[Patch v7 00/24] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-05-13  5:52 UTC  (2+ messages)

[PATCH v1 02/14] perf trace beauty: Make beauty generated C code standalone .o files
 2026-05-13  5:21 UTC  (2+ messages)

[PATCH 18/28] perf header: Validate f_attr.ids section before use in perf_session__read_header()
 2026-05-13  4:36 UTC  (2+ messages)

[PATCH 6/6] perf/x86/intel/uncore: Implement global init callback for GNR uncore
 2026-05-13  4:25 UTC  (2+ messages)

[PATCH] perf kvm stat: Update the exit reason mappings
 2026-05-13  4:03 UTC  (4+ messages)

[PATCH 17/28] perf header: Propagate feature section processing errors
 2026-05-13  3:21 UTC  (2+ messages)

[PATCH 4/6] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
 2026-05-13  2:58 UTC  (2+ messages)

[PATCH 3/6] perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
 2026-05-13  2:33 UTC  (2+ messages)

[PATCH 1/6] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
 2026-05-13  1:49 UTC  (2+ messages)

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

[PATCH 0/6] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-13  0:31 UTC  (5+ messages)
` [PATCH 2/6] perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery

[PATCH 15/28] perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
 2026-05-12 23:45 UTC  (2+ messages)

[PATCH] perf stat: Make metric only column line up with header
 2026-05-12 23:43 UTC 

[PATCH 14/28] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
 2026-05-12 22:58 UTC  (2+ messages)

[PATCH v12 00/33] perf tool: Add evsel to perf_sample
 2026-05-12 22:30 UTC  (34+ messages)
` [PATCH v13 00/32] "
  ` [PATCH v13 01/32] perf tool: Remove evsel from tool APIs that pass the sample
  ` [PATCH v13 02/32] perf kvm: Don't pass evsel with sample
  ` [PATCH v13 03/32] perf evsel: Refactor evsel tracepoint sample accessors perf_sample
  ` [PATCH v13 04/32] perf trace: Don't pass evsel with sample
  ` [PATCH v13 05/32] perf callchain: Don't pass evsel and sample
  ` [PATCH v13 06/32] perf lock: Only pass sample to handlers
  ` [PATCH v13 07/32] perf hist: Remove evsel parameter from inc samples functions
  ` [PATCH v13 08/32] perf db-export: Remove evsel from struct export_sample
  ` [PATCH v13 09/32] perf hist: Remove evsel from struct hist_entry_iter
  ` [PATCH v13 10/32] perf report: Directly use sample->evsel to avoid computing from sample->id
  ` [PATCH v13 11/32] perf annotate: Don't pass evsel to add_sample
  ` [PATCH v13 12/32] perf inject: Don't pass evsel with sample
  ` [PATCH v13 13/32] perf kmem: "
  ` [PATCH v13 14/32] perf kwork: "
  ` [PATCH v13 15/32] perf sched: "
  ` [PATCH v13 16/32] perf timechart: "
  ` [PATCH v13 17/32] perf trace: "
  ` [PATCH v13 18/32] perf evlist: Try to avoid computing evsel from sample
  ` [PATCH v13 19/32] perf script: Don't pass evsel with sample
  ` [PATCH v13 20/32] perf s390-sample-raw: Don't pass evsel or its PMU "
  ` [PATCH v13 21/32] perf evsel: Don't pass evsel "
  ` [PATCH v13 22/32] perf lock: Constify trace_lock_handler variables
  ` [PATCH v13 23/32] perf lock: Avoid segv if event is missing a callchain
  ` [PATCH v13 24/32] perf timechart: Fix memory leaks
  ` [PATCH v13 25/32] perf kmem: Fix memory leaks on error path and when skipping
  ` [PATCH v13 26/32] perf synthetic-events: Bound check when synthesizing mmap2 and build_id events
  ` [PATCH v13 27/32] perf kmem: Add bounds checks to tracepoint read values
  ` [PATCH v13 28/32] perf sched: Bounds check CPU in sched switch events
  ` [PATCH v13 29/32] perf timechart: Bounds check CPU
  ` [PATCH v13 30/32] perf evsel: Add bounds checking to trace point raw data accessors
  ` [PATCH v13 31/32] perf kwork: Fix address sanitizer issues
  ` [PATCH v13 32/32] perf kwork: Fix memory management of kwork_work

[PATCH v3 6/7] perf trace: Add beautifier script for fsmount flags
 2026-05-12 21:54 UTC  (2+ messages)

[PATCH v3 7/7] perf trace: Update beautifier script for clone flags
 2026-05-12 21:54 UTC  (2+ messages)

[PATCH v3 5/7] perf build: Add make check-headers target
 2026-05-12 21:54 UTC  (2+ messages)

[PATCH v3 4/7] perf trace: Sync uapi/linux/sched.h with the kernel source
 2026-05-12 21:53 UTC  (2+ messages)

[PATCH 12/28] perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
 2026-05-12 21:37 UTC  (2+ messages)

[PATCH 00/28] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-12 19:48 UTC  (4+ messages)
` [PATCH 26/28] perf timechart: Bounds check cpu_id and fix topology_map allocation

[PATCH v1 14/14] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
 2026-05-12 17:46 UTC  (9+ messages)
` [PATCH v2 00/18] perf build: Reduce build time by nearly half
  ` [PATCH v2 12/18] perf build: Move libsymbol dependency out of prepare step
  ` [PATCH v2 13/18] perf build: Remove redundant libbpf feature check for static builds
  ` [PATCH v2 14/18] perf pmu-events: Split big_c_string storage into standalone compilation unit
  ` [PATCH v2 15/18] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
  ` [PATCH v2 16/18] perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
  ` [PATCH v2 17/18] perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
  ` [PATCH v2 18/18] perf build: Convert llvm-config shell queries to simply expanded variables


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