Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-16 15:24:36 to 2026-07-17 13:19:04 UTC [more...]

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-17 13:19 UTC  (17+ messages)
` [RFC PATCH v2 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH v2 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH v2 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH v2 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH v2 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH v2 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH v2 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH v2 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH v2 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH v2 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH v2 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH v2 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH v2 13/13] Documentation/dev-tools: document KWatch

[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
 2026-07-17 11:06 UTC  (7+ messages)
` [PATCH 1/3] perf: Remove redundant dev_err()/dev_err_probe()
` [PATCH 2/3] perf: arm_cspmu: Remove redundant dev_err()
` [PATCH 3/3] drivers/perf: hisi: Remove redundant dev_err()/dev_err_probe()

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-17 10:38 UTC  (12+ messages)
` [Patch v3 1/8] perf/x86: Unregister PMI handler on PMU init failure
` [Patch v3 2/8] perf/x86: Free hybrid state "
` [Patch v3 3/8] perf/x86: Guard intel_pmu_cpu_dead() against invalid hybrid PMU casts
` [Patch v3 4/8] perf/x86/intel: Unwind cpuc state if PEBS buffer setup fails
` [Patch v3 5/8] perf/x86: Remove stale fixed counter helper and fix hybrid PMU access
` [Patch v3 6/8] perf/x86/intel: Fix intel_cap handling on hybrid PMUs
` [Patch v3 7/8] perf/x86: Optimize ACR handling in match_prev_assignment()
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-17  9:38 UTC  (9+ messages)

[PATCH] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-17  5:22 UTC  (2+ messages)

[PATCH v2 00/14] perf c2c: add a function view
 2026-07-17  2:22 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/14] perf c2c: extract shared data structures into c2c.h
  ` [PATCH v3 02/14] perf c2c: add function view browser skeleton
  ` [PATCH v3 03/14] perf c2c: add function view type definitions and helpers
  ` [PATCH v3 04/14] perf c2c: add column format infrastructure for function view
  ` [PATCH v3 05/14] perf c2c: add column entry functions "
  ` [PATCH v3 06/14] perf c2c: add comparison functions for function view sorting
  ` [PATCH v3 07/14] perf c2c: add dimension definitions and format creation
  ` [PATCH v3 08/14] perf c2c: add HPP list parsing for function view histograms
  ` [PATCH v3 09/14] perf c2c: add stats merging and memory management helpers
  ` [PATCH v3 10/14] perf c2c: add hierarchy entry creation and lookup functions
  ` [PATCH v3 11/14] perf c2c: add function view hierarchy builder
  ` [PATCH v3 12/14] perf c2c: add function view browser UI
  ` [PATCH v3 13/14] perf c2c: add TAB key to switch to function view
  ` [PATCH v3 14/14] perf c2c: document function view in perf-c2c man page

[PATCH 00/14] perf c2c: add a function view
 2026-07-17  1:43 UTC  (5+ messages)
` [PATCH 01/14] perf c2c: extract shared data structures into c2c.h

[PATCH v2] perf trace: Add --bitmask-list option and correct cpumask formatting
 2026-07-17  1:35 UTC 

[PATCH v2 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-07-17  1:31 UTC  (12+ messages)
` [PATCH v2 1/4] ACPI/APMT: Use stable device ID
` [PATCH v2 2/4] perf/arm_cspmu: Improve APMT-based PMU naming
` [PATCH v2 3/4] perf/arm_cspmu: Improve sub-module error reporting
` [PATCH v2 4/4] perf/arm_cspmu: Make IRQ more optional

[tip:perf/core] [perf/core] 166f10836a: perf-sanity-tests.Object_code_reading.fail
 2026-07-17  0:26 UTC  (6+ messages)

[PATCH v3 00/14] perf stat: Decouple printing API and introduce streaming zero-allocation printers
 2026-07-17  0:23 UTC  (14+ messages)
` [PATCH v4 00/14] perf stat: Decouple and modularize display formatting
  ` [PATCH v4 01/14] perf stat: Introduce core generic print traversal engine and header stubs
  ` [PATCH v4 02/14] perf stat: Implement standard console (STD) formatting callbacks
  ` [PATCH v4 06/14] perf stat: Extend STD output linter to test metric-only checks
  ` [PATCH v4 07/14] perf stat: Implement CSV formatting callbacks
  ` [PATCH v4 10/14] perf stat: Implement streaming JSON "

[PATCH v1 0/3] perf jevents: Deterministic build fix and mypy cleanliness
 2026-07-16 21:36 UTC  (6+ messages)
` [PATCH v1 2/3] perf jevents: Add python type annotations

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-16 21:07 UTC  (6+ messages)
` [PATCH v3 03/21] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump

[PATCH] perf build: Fix a compiler error in util/libbfd.c
 2026-07-16 18:06 UTC  (3+ messages)

[PATCH v4 0/3] perf/cxlpmu: Misc updates
 2026-07-16 17:05 UTC  (4+ messages)

[PATCH] perf stat: Do not open cgroups for BPF counters
 2026-07-16 16:58 UTC  (2+ messages)

[PATCH v2] tools/lib/api: Fix potential double-free from fdarray__grow()
 2026-07-16 16:58 UTC  (2+ messages)

[PATCH v2 0/3] perf sched stats: Fix memory leaks
 2026-07-16 16:58 UTC  (2+ messages)

[PATCH v2 0/3] perf: Support Arm Bus Monitor Unit
 2026-07-16 15:31 UTC  (7+ messages)
` [PATCH v2 1/3] perf: Add Arm Bus Monitor Unit driver
` [PATCH v2 2/3] dt-bindings: perf: Add Arm Bus Monitor Unit
` [PATCH v2 3/3] perf/arm-bmu: Add Devicetree support


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