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

[PATCHES v3 0/2] perf c2c hardening
 2026-08-03 12:17 UTC  (4+ messages)
` [PATCH 1/2] perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__parse()
` [PATCH 2/2] perf c2c: Clean up registered formats on c2c_hists__init() failure

[PATCH v3 0/9] perf/cxlpmu: Misc sashiko raised issues fixes
 2026-08-03 12:04 UTC  (22+ messages)
` [PATCH v3 1/9] perf/cxl: Program the requested event group on configurable counters
` [PATCH v3 2/9] perf/cxl: Clear stale event fields before reprogramming a counter
` [PATCH v3 3/9] perf/cxl: Fix the counter overflow delta fixup
` [PATCH v3 4/9] perf/cxl: Split the MSI vector out of info->irq
` [PATCH v3 5/9] perf/cxl: Accept an overflow interrupt on MSI message number 0
` [PATCH v3 6/9] perf/cxl: Don't share the overflow interrupt, and keep it pinned
` [PATCH v3 7/9] perf/cxl: Unfreeze counters after handling an overflow interrupt
` [PATCH v3 8/9] perf/cxl: Validate the hardware-reported counter width
` [PATCH v3 9/9] perf/cxl: Don't log through pmu.dev in the overflow interrupt handler

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-08-03 11:07 UTC  (10+ messages)
` [PATCH v5 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v5 2/4] perf/core: Clear the whole branch entry in perf_clear_branch_entry()
` [PATCH v5 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()

[PATCH 0/4] perf tools: Fix memory issues
 2026-08-03 10:43 UTC  (8+ messages)
` [PATCH 1/4] perf tools: Fix memory leak in cmd_kvm()
` [PATCH 2/4] perf tools: Fix memory leak in kvm_events_report()
` [PATCH 3/4] perf tools: Fix double free and memory leak in kvm_events_record()
` [PATCH 4/4] perf tools: Fix memory leak in cmd_kvm()

[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
 2026-08-03  9:26 UTC  (13+ messages)
` [PATCH 2/9] perf thread-stack: Report branch stack hw_idx as not available
` [PATCH 3/9] perf thread-stack: Bound wrapped branch stack copy
` [PATCH 4/9] perf dlfilter: Add non-empty branch stack filter
` [PATCH 5/9] perf cs-etm: Split up cs_etm__process_timestamped_queues()
` [PATCH 6/9] perf cs-etm: Add branch history to existing samples
` [PATCH 7/9] perf test cs-etm: Test branch history on "
` [PATCH 8/9] perf cs-etm: Consume branch history when attaching it to a sample
` [PATCH 9/9] Documentation: coresight: Document context-sensitive PGO workflow

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-03  9:07 UTC  (5+ messages)
` [PATCH RFC 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker

[PATCH 0/9] perf cs-etm: Add branch history to existing samples
 2026-08-03  9:01 UTC 

[PATCH 1/1] perf/x86: Do not read fixed counter control register if there is none
 2026-08-03  8:57 UTC  (3+ messages)

[PATCH] perf ftrace: Fix leak in parse_filter_event
 2026-08-03  7:50 UTC 

[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-03  7:03 UTC  (15+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v11 02/11] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v11 03/11] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v11 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v11 06/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v11 07/11] selftests: tracing: Add syntax "
` [PATCH v11 08/11] tracing: wprobe: Add wprobe event trigger
` [PATCH v11 09/11] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v11 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v11 11/11] tracing/wprobe: Support BTF typecast in wprobe trigger command

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

[PATCHES v2 0/2] perf c2c hardening
 2026-08-03  1:28 UTC  (4+ messages)
` [PATCH 1/2] perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__parse()
` [PATCH 2/2] perf c2c: Clean up registered formats on c2c_hists__init() failure

[PATCHES 0/5] perf DSO hardening series
 2026-08-02 21:38 UTC  (11+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()

[PATCH v7 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-08-02 21:29 UTC  (6+ messages)
` [PATCH v7 1/4] perf sched: Suppress latency table output when trace samples are missing
` [PATCH v7 2/4] perf sched: Handle missing trace samples in pipe mode
` [PATCH v7 3/4] perf sched latency: Auto-scale latency and runtime display units
` [PATCH v7 4/4] perf sched latency: Add histogram and time interval options

[PATCH v6 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-08-02 20:17 UTC  (7+ messages)
` [PATCH v6 1/4] perf sched: Suppress latency table output when trace samples are missing
` [PATCH v6 2/4] perf sched: Handle missing trace samples in pipe mode
` [PATCH v6 3/4] perf sched latency: Auto-scale latency and runtime display units
` [PATCH v6 4/4] perf sched latency: Add histogram and time interval options

[RFC PATCH v2 0/5] Add perf.data tracepoint events to trace.dat conversion
 2026-08-02 18:08 UTC  (6+ messages)
` [RFC PATCH v2 1/5] perf/trace-dat: Add trace.dat export infrastructure
` [RFC PATCH v2 2/5] perf/trace-event: Write trace.dat metadata sections during parsing
` [RFC PATCH v2 3/5] perf data-convert: Add perf.data to trace.dat conversion backend
` [RFC PATCH v2 4/5] perf data: Add --to-trace-dat option for converting perf.data tracepoint events into trace.dat format
` [RFC PATCH v2 5/5] perf test: Add test validating trace.dat generated by 'perf data convert --to-trace-dat'

[PATCHES 0/4] perf bpf hardening
 2026-08-02 14:59 UTC  (8+ messages)
` [PATCH 1/4] perf libbfd: Validate BPF prog info arrays before pointer cast
` [PATCH 2/4] perf header: Use write lock when translating BPF prog info pointers
` [PATCH 3/4] perf bpf: Add PROG_TAGS to required arrays in __bpf_event__print_bpf_prog_info()
` [PATCH 4/4] perf libbfd: Fix memory leaks and NULL fclose in BPF disassembly

[PATCHES 0/2] perf c2c hardening
 2026-08-02 14:57 UTC  (4+ messages)
` [PATCH 1/2] perf c2c: Fix error masking and OOM handling in hpp_list__parse()
` [PATCH 2/2] perf c2c: Clean up registered formats on c2c_hists__init() failure

[RFC] perf pmu-events: Fix typo in idle-cycles-frontend description
 2026-08-02 13:28 UTC  (2+ messages)

[PATCH v2 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-08-02 12:12 UTC  (2+ messages)

[PATCH v4 0/3] perf/cxlpmu: Misc updates
 2026-08-02 12:12 UTC  (2+ messages)

[PATCH] perf: Fix mmap replacement ring lifetime race
 2026-08-02  8:37 UTC  (2+ messages)

[PATCHES 0/8 v1] perf machine fixes
 2026-08-02  5:46 UTC  (2+ messages)

[PATCH v2 0/3] perf hisi-ptt: Fix TLP header parsing and naming
 2026-08-02  5:46 UTC  (2+ messages)

[PATCH 0/1] perf libdw: fix outer-frame name and spurious "(inlined)" tag
 2026-08-02  5:46 UTC  (3+ messages)
` [PATCH 1/1] perf libdw: Fix outer-frame name resolution "

[PATCH] perf unwind-libdw: Fix unwinding of multi-threaded processes
 2026-08-02  5:46 UTC  (3+ messages)
` [PATCH v2] "

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

[PATCH] perf: arm_spe: Make wakeup range check overflow safe
 2026-08-01 11:28 UTC  (2+ messages)

[PATCH v8 0/3] perf: marvell: Add CN20K DDR PMU support
 2026-08-01 11:28 UTC  (2+ messages)

Flaky tests
 2026-07-31 23:32 UTC  (3+ messages)

[PATCHES 0/5 v1] perf tools auxtrace hardening series
 2026-07-31 23:27 UTC  (2+ messages)

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

[PATCH] perf trace: Format fields with hex specifiers in print_fmt as hexadecimal
 2026-07-31 22:12 UTC  (2+ messages)

[PATCH v2 0/6] perf: Add support for memory region/range reporting
 2026-07-31 21:38 UTC  (9+ messages)
` [PATCH v2 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v2 5/6] perf header: Support memory ranges

[PATCH v4 0/9] perf c2c: add a function view
 2026-07-31 21:34 UTC  (5+ messages)

[PATCH] drivers/perf: riscv: handle legacy fallback in event check
 2026-07-31 16:35 UTC  (2+ messages)

[PATCH v2] perf/arm_cspmu: Support 64-bit programmers' model
 2026-07-31 15:43 UTC  (2+ messages)

[PATCH v4 0/3] perf: marvell: LLC-TAD PMU MPAM filtering support
 2026-07-31 15:27 UTC  (6+ messages)
` [PATCH v4 1/3] perf: marvell: Add MPAM partid filtering to CN10K TAD PMU
    ` [EXTERNAL] "

[PATCH] perf/arm_cspmu: Support 64-bit programmers' model
 2026-07-31 14:48 UTC  (2+ messages)

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-31 13:28 UTC  (7+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage

[PATCH] uprobes: Fix NULL pointer dereference in hprobe_expire()
 2026-07-31  8:51 UTC  (9+ messages)

[PATCH] uprobes: Remove redundant guard(rcu) in find_active_uprobe_speculative()
 2026-07-31  0:55 UTC  (3+ messages)

[PATCH v2 0/9] perf/cxlpmu: Misc sashiko raised issues fixes
 2026-07-31  0:11 UTC  (25+ messages)
` [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 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] perf build: Fix a build error on 32-bit x86
 2026-07-30 23:59 UTC 

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-30 23:37 UTC  (6+ messages)
` [PATCH bpf-next 2/2] "

[PATCH 0/5] x86: clean up some kernel-doc comments
 2026-07-30 23:34 UTC  (6+ messages)
` [PATCH 1/5] perf/x86/intel/pt: drop kernel-doc for deleted struct members
` [PATCH 2/5 RESEND] x86/barrier: use correct parameter names in kernel-doc
` [PATCH 3/5 RESEND] x86/lib: checksum_64.h: eliminate all kernel-doc warnings
` [PATCH 4/5] x86/speculation: drop Excess function parameter descriptions
` [PATCH 5/5] x86/intel/quark: clean up function kernel-doc


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