Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-02 14:57:54 to 2026-06-03 07:14:52 UTC [more...]

[PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
 2026-06-03  7:14 UTC  (2+ messages)

[PATCH v11 00/19] perf: Use e_machine and lazily compute symbols
 2026-06-03  5:39 UTC  (29+ messages)
` [PATCH v12 "
  ` [PATCH v12 01/19] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v12 02/19] perf tests topology: Switch env->arch use to env->e_machine
  ` [PATCH v12 03/19] perf env, dso, thread: Add _endian variants for e_machine helpers
  ` [PATCH v12 04/19] perf capstone: Determine architecture from e_machine
  ` [PATCH v12 05/19] perf print_insn: Use e_machine for fallback IP length check
  ` [PATCH v12 06/19] perf symbol: Avoid use of machine__is
  ` [PATCH v12 07/19] perf machine: Use perf_env e_machine rather than arch
  ` [PATCH v12 08/19] perf sample-raw: "
  ` [PATCH v12 09/19] perf sort: "
  ` [PATCH v12 10/19] perf arch common: "
  ` [PATCH v12 11/19] perf header: In print_pmu_caps use perf_env e_machine
  ` [PATCH v12 12/19] perf c2c: Use perf_env e_machine rather than arch
  ` [PATCH v12 13/19] perf lock-contention: "
  ` [PATCH v12 14/19] perf env: Refactor perf_env__arch_strerrno
  ` [PATCH v12 15/19] perf env: Remove unused perf_env__raw_arch
  ` [PATCH v12 16/19] perf env: Add mutex to protect lazy environment initialization
  ` [PATCH v12 17/19] perf env: Add helper to lazily compute the os_release
  ` [PATCH v12 18/19] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
  ` [PATCH v12 19/19] perf symbol: Lazily compute idle

[PATCH v3] perf bench: add --write-size option to sched pipe
 2026-06-03  5:22 UTC  (4+ messages)

[PATCH V3 0/7] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-06-03  2:48 UTC  (13+ messages)
` [PATCH V3 1/7] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
` [PATCH V3 2/7] perf/x86/intel/uncore: Guard against invalid box control address
` [PATCH V3 3/7] perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery
` [PATCH V3 4/7] perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
` [PATCH V3 5/7] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
` [PATCH V3 6/7] perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies
` [PATCH V3 7/7] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[PATCH v2 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
 2026-06-03  2:43 UTC  (15+ messages)
` [PATCH V2 2/8] perf/x86/intel/uncore: Fix refcnt and other cleanups
` [PATCH V2 4/8] perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup fails
` [PATCH V2 5/8] perf/x86/intel/uncore: Factor out box setup code
` [PATCH V2 6/8] perf/x86/intel/uncore: Introduce PMU flags and broken state
` [PATCH V2 7/8] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering on CPU hotplug
` [PATCH V2 8/8] perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMU

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-03  2:10 UTC  (13+ messages)
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH v2 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v2 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v2 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v2 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCHES 0/8] perf tools: Diagnostic offsets in skip messages + two hardening fixes
 2026-06-03  1:32 UTC  (12+ messages)
` [PATCH 1/8] perf sample: Add file_offset field to struct perf_sample
` [PATCH 2/8] perf session: Include file offset in event skip/stop messages
` [PATCH 3/8] perf sched: Include file offset in event skip messages
` [PATCH 4/8] perf timechart: Include file offset in CPU bounds check messages
` [PATCH 5/8] perf tools: Include file offset and event type name in skip messages
` [PATCH 6/8] perf timechart: Fix cat_backtrace() use-after-free on corrupted callchain
` [PATCH 7/8] perf sched: Replace BUG_ON on invalid CPU with graceful skip
` [PATCH 8/8] perf test: Add file offset diagnostic test for corrupted perf.data

[PATCH v7 00/23] tools build: Append -fzero-init-padding-bits=all option
 2026-06-02 21:27 UTC  (3+ messages)
` [PATCH v7 19/23] tools: sched_ext: Append extra cflags

perf script intel_pt decoding reading instructions from wrong shared lib
 2026-06-02 19:32 UTC  (2+ messages)

[PATCH v2] perf kvm stat: Add missing mappings for PPC kvm exit reasons
 2026-06-02 18:52 UTC  (2+ messages)

[PATCH v8 1/2] perf: Reveal PMU type in fdinfo
 2026-06-02 18:13 UTC  (2+ messages)
` [PATCH v8 2/2] perf evsel: Find process with busy PMUs for EBUSY

[PATCH v7 00/16] perf test: Parallel harness optimizations, summary & JUnit XML
 2026-06-02 17:41 UTC  (20+ messages)
` [PATCH v8 00/18] perf test: Parallel harness optimizations, summary, JUnit XML & PMU fixes
  ` [PATCH v8 01/18] perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stop
  ` [PATCH v8 02/18] perf jevents.py: Make generated C code more kernel style
  ` [PATCH v8 03/18] perf pmu-events: Add API to get metric table name and iterate tables
  ` [PATCH v8 04/18] perf test: Drain pipe after child finishes to avoid losing output
  ` [PATCH v8 05/18] perf test: Support dynamic test suites with setup callback and private data
  ` [PATCH v8 06/18] perf test pmu-events: A sub-test per metric table
  ` [PATCH v8 07/18] tools subcmd: Robust fallback and existence checks for process reaping
  ` [PATCH v8 08/18] perf test: Refactor parallel poll loop to drain all pipes simultaneously
  ` [PATCH v8 09/18] perf test: Show snippet failure output for verbose=1
  ` [PATCH v8 10/18] perf test: Add summary reporting
  ` [PATCH v8 11/18] perf test: Fix subtest status alignment for multi-digit indexes
  ` [PATCH v8 12/18] perf test: Skip shebang and SPDX comments in shell test descriptions
  ` [PATCH v8 13/18] perf test: Split monolithic 'util' test suite into sub-tests
  ` [PATCH v8 14/18] perf test: Add -j/--junit option for JUnit XML test reports
  ` [PATCH v8 15/18] perf test: Add shell test to validate JUnit XML reporting output
  ` [PATCH v8 16/18] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
  ` [PATCH v8 17/18] perf pmu: Recognize 'default_core' as a core PMU and document matching
  ` [PATCH v8 18/18] perf test: Truncate printed test descriptions dynamically to avoid terminal wrapping

[PATCH v4 0/3] Enable perf tracing for unprivileged users
 2026-06-02 16:12 UTC  (4+ messages)
` [PATCH v4 2/3] perf: enable unprivileged syscall tracing with perf trace

[PATCH v2 17/18] perf test cs-etm: Speed up disassembly test
 2026-06-02 15:26 UTC  (2+ messages)

[PATCH v7 23/23] selftests: Include tools Makefile.include
 2026-06-02 15:15 UTC  (2+ messages)

[PATCH v7 17/23] tools: power: acpi: Append extra cflags
 2026-06-02 15:07 UTC  (2+ messages)

[PATCH v2 11/18] perf test cs-etm: Remove duplicate branch tests
 2026-06-02 15:05 UTC  (2+ messages)

[PATCH v7 06/23] tools build: Append -fzero-init-padding-bits=all to extra cflags
 2026-06-02 15:04 UTC  (2+ messages)

[PATCH v7 05/23] selftests/nolibc: Use a dedicated cross cc-option helper
 2026-06-02 15:02 UTC  (2+ messages)

[PATCH v2 09/18] perf test: Add named_threads workload
 2026-06-02 15:01 UTC  (2+ messages)

[PATCH v2 08/18] perf test cs-etm: Replace memcpy test with raw dump stress test
 2026-06-02 15:01 UTC  (2+ messages)

[PATCH v7 08/23] tools build: Append extra host CFLAGS for fixdep
 2026-06-02 15:00 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