Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-09 06:21:10 to 2026-06-09 15:06:56 UTC [more...]

[PATCH v4 00/19] perf cs-etm: Queue context packets for frontend
 2026-06-09 15:06 UTC  (28+ messages)
` [PATCH v4 01/19] "
` [PATCH v4 02/19] perf test: Add workload-ctl option
` [PATCH v4 03/19] perf test: Add a workload that forces context switches
` [PATCH v4 04/19] perf test cs-etm: Test process attribution
` [PATCH v4 05/19] perf test: Add deterministic workload
` [PATCH v4 06/19] perf test cs-etm: Replace unroll loop thread with deterministic decode test
` [PATCH v4 07/19] perf test cs-etm: Remove asm_pure_loop test
` [PATCH v4 08/19] perf test cs-etm: Replace memcpy test with raw dump stress test
` [PATCH v4 09/19] perf test: Add named_threads workload
` [PATCH v4 10/19] perf test cs-etm: Test decoding for concurrent threads test
` [PATCH v4 11/19] perf test cs-etm: Remove duplicate branch tests
` [PATCH v4 12/19] perf test cs-etm: Skip if not root
` [PATCH v4 13/19] perf test cs-etm: Reduce snapshot size
` [PATCH v4 14/19] perf test cs-etm: Speed up basic test
` [PATCH v4 15/19] perf test cs-etm: Remove unused Coresight workloads
` [PATCH v4 16/19] perf test cs-etm: Make disassembly test use kcore
` [PATCH v4 17/19] perf test cs-etm: Add all branch instructions to test
` [PATCH v4 18/19] perf test cs-etm: Speed up disassembly test
` [PATCH v4 19/19] perf test cs-etm: Move existing tests to coresight folder

[Patch v2 0/9] perf/x86: Miscellaneous PMU bug fixes
 2026-06-09 14:52 UTC  (9+ messages)
` [Patch v2 4/9] perf/x86/intel: Fallback to sw branch type decoding if no hw decoding
` [Patch v2 5/9] perf/x86/intel: Drop LBR entries whose privilege level mismatches br_sel

[PATCH v5 00/19] perf cs-etm: Queue context packets for frontend
 2026-06-09 14:40 UTC  (20+ messages)
` [PATCH v5 01/19] "
` [PATCH v5 02/19] perf test: Add workload-ctl option
` [PATCH v5 03/19] perf test: Add a workload that forces context switches
` [PATCH v5 04/19] perf test cs-etm: Test process attribution
` [PATCH v5 05/19] perf test: Add deterministic workload
` [PATCH v5 06/19] perf test cs-etm: Replace unroll loop thread with deterministic decode test
` [PATCH v5 07/19] perf test cs-etm: Remove asm_pure_loop test
` [PATCH v5 08/19] perf test cs-etm: Replace memcpy test with raw dump stress test
` [PATCH v5 09/19] perf test: Add named_threads workload
` [PATCH v5 10/19] perf test cs-etm: Test decoding for concurrent threads test
` [PATCH v5 11/19] perf test cs-etm: Remove duplicate branch tests
` [PATCH v5 12/19] perf test cs-etm: Skip if not root
` [PATCH v5 13/19] perf test cs-etm: Reduce snapshot size
` [PATCH v5 14/19] perf test cs-etm: Speed up basic test
` [PATCH v5 15/19] perf test cs-etm: Remove unused Coresight workloads
` [PATCH v5 16/19] perf test cs-etm: Make disassembly test use kcore
` [PATCH v5 17/19] perf test cs-etm: Add all branch instructions to test
` [PATCH v5 18/19] perf test cs-etm: Speed up disassembly test
` [PATCH v5 19/19] perf test cs-etm: Move existing tests to coresight folder

[PATCH V3] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
 2026-06-09 14:25 UTC  (4+ messages)

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-09 14:21 UTC  (6+ messages)
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries

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

[PATCH v2] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
 2026-06-09 13:32 UTC  (2+ messages)

[RFC PATCH 0/4] perf: Add perf.data tracepoint events to trace.dat conversion
 2026-06-09 13:09 UTC  (3+ messages)

[PATCH V4 1/2] tools/perf: Fix the check for parameterized field in event term
 2026-06-09 12:14 UTC  (4+ messages)
` [PATCH V4 2/2] tools/perf: Use scnprintf in buffer offset calculations

[PATCH v3 0/6] rtla: Migrate to libsubcmd for command line option parsing
 2026-06-09 12:12 UTC  (2+ messages)

[PATCH v2 0/6] rtla: Migrate to libsubcmd for command line option parsing
 2026-06-09 12:10 UTC  (2+ messages)

[Patch v2 9/9] perf/core: Check kernel access when kernel callchains are requested
 2026-06-09  9:49 UTC  (3+ messages)

[Patch v2 6/9] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
 2026-06-09  9:44 UTC  (3+ messages)

[PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-09  8:44 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
  ` [PATCH v3 2/8] riscv: stacktrace: Add frame record metadata
  ` [PATCH v3 3/8] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
  ` [PATCH v3 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
  ` [PATCH v3 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
  ` [PATCH v3 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
  ` [PATCH v3 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
  ` [PATCH v3 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v2 0/2] perf: riscv: fix register name strings
 2026-06-09  8:13 UTC  (3+ messages)
` [PATCH v2 1/2] perf: avoid redefinition warnings for REG_DWARFNUM_NAME
` [PATCH v2 2/2] perf riscv: fix register name strings

[PATCH] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
 2026-06-09  8:12 UTC  (8+ messages)

[PATCH] perf riscv: fix register name strings
 2026-06-09  7:32 UTC  (5+ messages)

[PATCH v2 0/7] perf annotate: Add elfutils libasm disassembler support
 2026-06-09  7:22 UTC  (13+ messages)
` [PATCH v2 1/7] tools build: Add feature check for elfutils libasm
` [PATCH v2 2/7] perf build: Add build support and capability "
` [PATCH v2 3/7] perf annotate: Implement elfutils libasm disassembler backend
` [PATCH v2 4/7] perf annotate: Add --disassembler command-line option
` [PATCH v2 5/7] perf test: Enhance annotate test coverage and isolate config
` [PATCH v2 6/7] perf annotate: Support BPF JIT disassembly via genelf
` [PATCH v2 7/7] perf test: Add BPF JIT annotation test coverage for all disassemblers

[PATCH v1 0/3] perf pmu: Add tool-provided NVMe PMU
 2026-06-09  7:21 UTC  (6+ messages)
` [PATCH v1 1/3] perf build: Add libnvme feature detection
` [PATCH v1 2/3] perf pmu: Implement tool-provided NVMe PMU
` [PATCH v1 3/3] perf tests: Add NVMe PMU event parsing test

[PATCH 0/3] perf: marvell: LLC-TAD PMU MPAM filtering and CN20K support
 2026-06-09  6:36 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: perf: marvell: Extend CN10K TAD PMU binding for CN20K
    ` [EXTERNAL] "

[PATCH v6 14/21] RISC-V: perf: Skip PMU SBI extension when not implemented
 2026-06-09  6:33 UTC  (2+ messages)

[PATCH v6 13/21] RISC-V: perf: Implement supervisor counter delegation support
 2026-06-09  6:23 UTC  (2+ messages)

[PATCH v6 15/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
 2026-06-09  6:23 UTC  (2+ messages)

[PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events
 2026-06-09  6:22 UTC  (2+ messages)

[PATCH v6 16/21] RISC-V: perf: Add legacy event encodings via sysfs
 2026-06-09  6:21 UTC  (2+ messages)


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