linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-02 09:18:14 to 2025-09-08 05:21:03 UTC [more...]

[PATCH v2 00/18] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-08  5:20 UTC  (28+ messages)
` [PATCH v2 01/18] mm/ksw: add build system support
` [PATCH v2 02/18] mm/ksw: add ksw_config struct and parser
` [PATCH v2 03/18] mm/ksw: add /proc/kstackwatch interface
` [PATCH v2 04/18] mm/ksw: add HWBP pre-allocation support
` [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v2 06/18] perf/hw_breakpoint: add arch-independent hw_breakpoint_modify_local()
` [PATCH v2 07/18] mm/ksw: add atomic watch on/off operations
` [PATCH v2 08/18] mm/ksw: add stack probe support
` [PATCH v2 09/18] mm/ksw: implement stack canary and local var resolution logic
` [PATCH v2 10/18] mm/ksw: add per-task recursion depth tracking
` [PATCH v2 11/18] mm/ksw: coordinate watch and stack for full functionality
` [PATCH v2 12/18] mm/ksw: add self-debug functions for kstackwatch watch
` [PATCH v2 13/18] mm/ksw: add test module
` [PATCH v2 14/18] mm/ksw: add stack overflow test
` [PATCH v2 15/18] mm/ksw: add simplified silent corruption test
` [PATCH v2 16/18] mm/ksw: add recursive "
` [PATCH v2 17/18] tools/kstackwatch: add interactive test script for KStackWatch
` [PATCH v2 18/18] MAINTAINERS: add entry for KStackWatch (Kernel Stack Watch)

[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
 2025-09-07 23:14 UTC  (8+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
    ` [External] "

[PATCH] perf tools c2c: Add annotation support to perf c2c report
 2025-09-07 15:25 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH v1 0/4] perf/tools build related fixes
 2025-09-06 14:35 UTC  (6+ messages)
` [PATCH v1 1/4] perf bench futex: Add missing stdbool.h
` [PATCH v1 2/4] tools bitmap: Add missing asm-generic/bitsperlong.h include
` [PATCH v1 3/4] tools include: Replace tools linux/gfp_types.h with kernel version
` [PATCH v1 4/4] tools include: Add headers to make tools builds more hermetic

[PATCH v8 0/5] Add support for long task name
 2025-09-06 11:13 UTC  (5+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[GIT PULL] perf-tools fixes for v6.17-rc5
 2025-09-05 22:34 UTC  (2+ messages)

[PATCH v2 08/10] perf dwarf-aux: Skip check_variable for die_find_variable_by_reg
 2025-09-05 20:09 UTC  (4+ messages)

[PATCH v2 07/10] perf annotate: Invalidate register states for unsupported instructions
 2025-09-05 19:53 UTC  (4+ messages)

[PATCH v2 06/10] perf annotate: Track arithmetic instructions on pointers
 2025-09-05 19:52 UTC  (4+ messages)

[PATCH v2 00/10] perf tools: Some improvements on data type profiler
 2025-09-05 19:50 UTC  (6+ messages)
` [PATCH v2 01/10] perf dwarf-aux: Use signed variable types in match_var_offset

[PATCH 0/5] perf trace: Fix parallel execution
 2025-09-05 19:48 UTC  (4+ messages)
` [PATCH 1/5] perf trace: use standard syscall tracepoint structs for augmentation

[PATCH] tools perf build: Support BUILD_NONDISTRO on OpenSUSE Tumbleweed
 2025-09-05 18:38 UTC 

[PATCH] drivers/perf: riscv: Remove redundant ternary operators
 2025-09-05 18:04 UTC  (2+ messages)

[PATCH v4 0/6] Refactoring finding CPU phandles in DT
 2025-09-05 16:18 UTC  (7+ messages)
` [PATCH v4 1/6] of: add infra for finding CPU id from phandle
` [PATCH v4 2/6] arch_topology: drop the use of cpu_node in the pr_info
` [PATCH v4 3/6] arch_topology: update CPU map to use of_cpu_phandle_to_id
` [PATCH v4 4/6] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v4 5/6] coresight: Use of_cpu_phandle_to_id for grabbing CPU ID
` [PATCH v4 6/6] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id

[PATCH v4 0/6] Refactoring finding CPU phandles in DT
 2025-09-05 16:10 UTC 

[PATCH v2 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-05 14:59 UTC  (7+ messages)
` [PATCH v2 1/6] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v2 2/6] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v2 3/6] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v2 4/6] tracing: wprobe: Add wprobe event trigger
` [PATCH v2 5/6] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v2 6/6] selftests: tracing: Add syntax "

[RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-05  9:02 UTC  (5+ messages)

[linux-next20250903] Kernel OOPs at perf_callchain_user
 2025-09-05  4:44 UTC 

[PATCH v1] perf parse-events: Fix parsing of >30kb event strings
 2025-09-05  4:26 UTC 

[PATCH v1] perf build: Revert "enable -fno-strict-aliasing"
 2025-09-04 21:33 UTC  (4+ messages)

[PATCH v2 00/20] Intel TMA 5.1 metrics and event updates
 2025-09-04 21:19 UTC  (3+ messages)

[PATCH v7 0/3] Python generated Arm64 metrics
 2025-09-04 19:41 UTC  (4+ messages)
` [PATCH v7 1/3] perf jevents: Add collection of topdown like metrics for arm64
` [PATCH v7 2/3] perf jevents: Add cycles breakdown metric for arm64/AMD/Intel
` [PATCH v7 3/3] perf jevents: Validate that all names given an Event

[PATCH 0/2] perf tools: read_build_id() blocking argument fixes
 2025-09-04 17:53 UTC  (12+ messages)
` [PATCH 1/2] perf tests: Fix "PE file support" test build
` [PATCH 2/2] perf symbols: Fix HAVE_LIBBFD_BUILDID_SUPPORT build
` [PATCH 0/2 v6.17-rc] perf tools: read_build_id() blocking argument fixes

[PATCH v1] perf symbol-elf: Add support for the block argument for libbfd
 2025-09-04 17:38 UTC  (2+ messages)

[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-09-04 16:38 UTC  (6+ messages)

[PATCH][next] perf python: Fix spelling mistake "metics" -> "metrics"
 2025-09-04 15:57 UTC  (2+ messages)

[PATCH v8] perf: Fujitsu: Add the Uncore PMU driver
 2025-09-04  7:28 UTC  (2+ messages)

[PATCH 00/14] Add interface to expose vpa dtl counters via perf
 2025-09-04  7:25 UTC  (4+ messages)
` [PATCH 02/14] powerpc/vpa_dtl: "

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-09-04  5:31 UTC  (3+ messages)
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints

[PATCH v6 0/3] Python generated Arm64 metrics
 2025-09-04  4:52 UTC  (4+ messages)
` [PATCH v6 1/3] perf jevents: Add collection of topdown like metrics for arm64
` [PATCH v6 2/3] perf jevents: Add cycles breakdown metric for arm64/AMD/Intel
` [PATCH v6 3/3] perf jevents: Validate that all names given an Event

[PATCH v6 00/22] Python generated Intel metrics
 2025-09-04  4:46 UTC  (23+ messages)
` [PATCH v6 01/22] perf jevents: Add RAPL metrics for all Intel models
` [PATCH v6 02/22] perf jevents: Add idle metric for "
` [PATCH v6 03/22] perf jevents: Add CheckPmu to see if a PMU is in loaded json events
` [PATCH v6 04/22] perf jevents: Add smi metric group for Intel models
` [PATCH v6 05/22] perf jevents: Mark metrics with experimental events as experimental
` [PATCH v6 06/22] perf jevents: Add tsx metric group for Intel models
` [PATCH v6 07/22] perf jevents: Add br metric group for branch statistics on Intel
` [PATCH v6 08/22] perf jevents: Add software prefetch (swpf) metric group for Intel
` [PATCH v6 09/22] perf jevents: Add ports metric group giving utilization on Intel
` [PATCH v6 10/22] perf jevents: Add L2 metrics for Intel
` [PATCH v6 11/22] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v6 12/22] perf jevents: Add ILP metrics "
` [PATCH v6 13/22] perf jevents: Add context switch "
` [PATCH v6 14/22] perf jevents: Add FPU "
` [PATCH v6 15/22] perf jevents: Add Miss Level Parallelism (MLP) metric "
` [PATCH v6 16/22] perf jevents: Add mem_bw "
` [PATCH v6 17/22] perf jevents: Add local/remote "mem" breakdown metrics "
` [PATCH v6 18/22] perf jevents: Add dir "
` [PATCH v6 19/22] perf jevents: Add C-State metrics from the PCU PMU "
` [PATCH v6 20/22] perf jevents: Add local/remote miss latency metrics "
` [PATCH v6 21/22] perf jevents: Add upi_bw metric "
` [PATCH v6 22/22] perf jevents: Add mesh bandwidth saturation "

[PATCH v6 00/13] Python generated AMD Zen metrics
 2025-09-04  4:40 UTC  (14+ messages)
` [PATCH v6 01/13] perf jevents: Add RAPL event metric for AMD zen models
` [PATCH v6 02/13] perf jevents: Add idle "
` [PATCH v6 03/13] perf jevents: Add upc metric for uops per cycle for AMD
` [PATCH v6 04/13] perf jevents: Add br metric group for branch statistics on AMD
` [PATCH v6 05/13] perf jevents: Add software prefetch (swpf) metric group for AMD
` [PATCH v6 06/13] perf jevents: Add hardware prefetch (hwpf) "
` [PATCH v6 07/13] perf jevents: Add itlb "
` [PATCH v6 08/13] perf jevents: Add dtlb "
` [PATCH v6 09/13] perf jevents: Add uncore l3 "
` [PATCH v6 10/13] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v6 11/13] perf jevents: Add ILP metrics "
` [PATCH v6 12/13] perf jevents: Add context switch "
` [PATCH v6 13/13] perf jevents: Add uop cache hit/miss rates "

[PATCH v6 00/12] Foundations for metric generation with Python
 2025-09-04  4:32 UTC  (13+ messages)
` [PATCH v6 01/12] perf jevents: Allow multiple metricgroups.json files
` [PATCH v6 02/12] perf jevents: Update metric constraint support
` [PATCH v6 03/12] perf jevents: Add descriptions to metricgroup abstraction
` [PATCH v6 04/12] perf jevents: Allow metric groups not to be named
` [PATCH v6 05/12] perf jevents: Support parsing negative exponents
` [PATCH v6 06/12] perf jevents: Term list fix in event parsing
` [PATCH v6 07/12] perf jevents: Add threshold expressions to Metric
` [PATCH v6 08/12] perf jevents: Move json encoding to its own functions
` [PATCH v6 09/12] perf jevents: Drop duplicate pending metrics
` [PATCH v6 10/12] perf jevents: Skip optional metrics in metric group list
` [PATCH v6 11/12] perf jevents: Build support for generating metrics from python
` [PATCH v6 12/12] perf jevents: Add load event json to verify and allow fallbacks

[PATCH] perf/x86/intel: Fix KASAN global-out-of-bounds warning
 2025-09-04  1:24 UTC 

[PATCH v1 1/2] perf test: Add an 'import perf' test shell script
 2025-09-03 18:42 UTC  (2+ messages)
` [PATCH v1 2/2] perf test: Remove C python_use test

[Ping][PATCH] perf test: Checking BPF metadata collection fails on version string
 2025-09-03 17:53 UTC  (4+ messages)
  ` [PATCH v6.17-rc] "

[PATCH v5 00/13] Python generated AMD Zen metrics
 2025-09-03 16:08 UTC  (3+ messages)

[PATCH v10 00/11] New perf ilist app
 2025-09-03 15:56 UTC  (5+ messages)
` [PATCH v10 08/11] perf python: Add evlist compute_metric

[PATCH] perf: Fix the POLL_HUP delivery breakage
 2025-09-03  8:12 UTC  (3+ messages)

[PATCH v3 00/15] Legacy hardware/cache events as json
 2025-09-03  8:06 UTC  (2+ messages)

[PATCH 1/3] perf/hw_breakpoint: Optimize __modify_bp_slot() handling
 2025-09-03  7:51 UTC  (3+ messages)
` [PATCH 2/3] perf/hw_breakpoint: Parse before reserving slots
` [PATCH 3/3] perf/hw_breakpoint: Skip modify_bp_slot() if slot index unchanged

[Patch v2 0/6] Perf kvm commands bug fix
 2025-09-03  6:32 UTC  (3+ messages)

[PATCH v1 0/3] Fix use-after-free race in bpf_prog_info synthesis
 2025-09-02 22:33 UTC  (6+ messages)
` [PATCH v1 1/3] perf bpf-event: Fix use-after-free in synthesis
` [PATCH v1 2/3] perf bpf-utils: Constify bpil_array_desc
` [PATCH v1 3/3] perf bpf-utils: Harden get_bpf_prog_info_linear

[PATCH v2 0/5] Various fixes around undefined behavior
 2025-09-02 19:34 UTC  (3+ messages)

[PATCH v3 1/2] libbpf: add support for printing BTF character arrays as strings
 2025-09-02 18:20 UTC  (6+ messages)

[PATCH] perf/x86/intel: Use guard() instead of mutex_lock() to simplify code
 2025-09-02 16:54 UTC  (3+ messages)

[RESEND][PATCH v2 0/2] perf record: ratio-to-prev event term for auto counter reload
 2025-09-02 16:40 UTC  (3+ messages)
` [RESEND][PATCH v2 1/2] perf record: Add ratio-to-prev term
` [RESEND][PATCH v2 2/2] perf record: Add auto counter reload parse and regression tests

[PATCH] perf/x86: Use guard(mutex) instead of mutex_lock() to simplify code
 2025-09-02 16:30 UTC  (2+ messages)

[PATCH v2 RESEND] perf/core: Fix missing read event generation on task exit
 2025-09-02 15:15 UTC 

[PATCH] perf stat: fix JSON output with non-C locales
 2025-09-02 11:48 UTC 

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-02 11:44 UTC  (6+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH] perf/HWBP: Optimize __modify_bp_slot() handling
 2025-09-02  9:17 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).