Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-29 12:38:20 to 2026-07-30 17:57:27 UTC [more...]

[PATCH v2 0/9] perf/cxlpmu: Misc sashiko raised issues fixes
 2026-07-30 17:57 UTC  (38+ messages)
` [PATCH v2 1/9] perf/cxl: Program the requested event group on configurable counters
` [PATCH v2 2/9] perf/cxl: Clear stale event fields before reprogramming a counter
` [PATCH v2 3/9] perf/cxl: Fix the counter overflow delta fixup
` [PATCH v2 4/9] perf/cxl: Accept an overflow interrupt on MSI message number 0
` [PATCH v2 5/9] perf/cxl: Keep the overflow interrupt pinned to the managed CPU
` [PATCH v2 6/9] perf/cxl: Unfreeze counters after handling an overflow interrupt
` [PATCH v2 7/9] perf/cxl: Validate the hardware-reported counter width
` [PATCH v2 8/9] perf/cxl: Don't use pmu.dev in IRQ and hotplug callbacks after unregister
` [PATCH v2 9/9] perf/cxl: Avoid cpumask_of(-1) when no CPU is assigned

[PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension
 2026-07-30 13:33 UTC  (2+ messages)

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-30 13:11 UTC  (16+ messages)
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads

[PATCH] uprobes: Fix NULL pointer dereference in hprobe_expire()
 2026-07-30 10:38 UTC  (5+ messages)

[PATCH] uprobes: Remove redundant guard(rcu) in find_active_uprobe_speculative()
 2026-07-30 10:30 UTC  (5+ messages)

[PATCH v5 0/9] perf c2c: add a function view
 2026-07-30  9:30 UTC  (13+ messages)
` [PATCH v5 v5 1/9] perf c2c: extract shared data structures into c2c.h
` [PATCH v5 v5 2/9] perf c2c: add function view browser skeleton
` [PATCH v5 v5 3/9] perf c2c: add column rendering for function view
` [PATCH v5 v5 4/9] perf c2c: add HPP list parsing for function view columns
` [PATCH v5 v5 5/9] perf c2c: add function view stats merge and memory management
` [PATCH v5 v5 6/9] perf c2c: add function view hierarchy entry creation
` [PATCH v5 v5 7/9] perf c2c: build and finalize the function view hierarchy
` [PATCH v5 v5 8/9] perf c2c: add function view browser UI and cacheline detail
` [PATCH v5 v5 9/9] perf c2c: document function view in perf-c2c man page

[PATCH v4 0/9] perf c2c: add a function view
 2026-07-30  9:09 UTC  (2+ messages)

[PATCH v2 0/3] perf hisi-ptt: Fix TLP header parsing and naming
 2026-07-30  6:50 UTC  (7+ messages)
` [PATCH v2 1/3] perf hisi-ptt: Fix PTT trace TLP header parsing
` [PATCH v2 2/3] perf hisi-ptt: Strengthen auxtrace event handling and packet type detection
` [PATCH v2 3/3] perf hisi-ptt: Fix spelling and abbreviation errors

[PATCH v2 0/6] perf: Add support for memory region/range reporting
 2026-07-30  5:50 UTC  (10+ messages)
` [PATCH v2 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v2 3/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v2 4/6] perf tools: Show memory region in perf-script subcommand

[PATCH v4 0/3] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-07-30  3:32 UTC  (7+ messages)
` [PATCH v4 1/3] perf sched: Suppress latency table output when trace samples are missing
` [PATCH v4 2/3] perf sched latency: Auto-scale latency and runtime display units
` [PATCH v4 3/3] perf sched latency: Add histogram and time interval options

[RFC PATCH] ARM, ARM64, LOONGARCH: Delay HW BP notification to task_work()
 2026-07-30  1:14 UTC  (2+ messages)

[PATCH v2 0/5] perf/arm-cmn: Support CMN S3 r2
 2026-07-29 18:39 UTC  (4+ messages)
` [PATCH v2 1/5] perf/arm-cmn: Rename filter variables for clarity

[PATCH v3] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-07-29 17:17 UTC  (2+ messages)

[PATCH v2] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-07-29 17:05 UTC  (4+ messages)

[PATCH 0/3] perf/x86/intel/pt: Fix stop/start with no update
 2026-07-29 13:36 UTC  (2+ messages)

[PATCH V4 0/6] tools/perf: Add powerpc HTM auxtrace support
 2026-07-29 13:02 UTC  (12+ messages)
` [PATCH V4 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V4 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V4 3/6] tools/perf: Add arch hook to drain remaining data before event close
` [PATCH V4 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read
` [PATCH V4 5/6] tools/perf: Add powerpc HTM auxtrace event processing support
` [PATCH V4 6/6] tools/perf: Add perf tool support for processing powerpc HTM AUXTRACE records

[PATCH V4 0/6] powerpc/perf: Add HTM PMU driver and perf AUX support
 2026-07-29 12:58 UTC  (10+ messages)
` [PATCH V4 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V4 2/6] powerpc/perf: Reject duplicate HTM target reservations
` [PATCH V4 3/6] powerpc/perf: Add AUX buffer management to capture HTM trace data
` [PATCH V4 4/6] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH V4 5/6] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH V4 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU


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