linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-18 19:05:47 to 2025-08-23 00:33:08 UTC [more...]

[PATCH v5 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-08-23  0:32 UTC  (19+ messages)
` [PATCH v5 01/19] perf build: Remove libtracefs configuration
` [PATCH v5 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v5 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v5 04/19] perf llvm: Move llvm "
` [PATCH v5 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v5 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v5 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v5 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v5 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v5 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v5 11/19] perf llvm: Disassemble cleanup
` [PATCH v5 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v5 13/19] perf build: Remove libbfd support
` [PATCH v5 14/19] perf build: Remove libiberty support
` [PATCH v5 15/19] perf build: Remove unused defines
` [PATCH v5 16/19] perf disasm: Remove disasm_bpf
` [PATCH v5 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v5 18/19] perf srcline: Fallback between addr2line implementations

[PATCH v1 0/2] Build ID mmap related fixes
 2025-08-23  0:00 UTC  (3+ messages)
` [PATCH v1 1/2] perf symbol-minimal: Fix ehdr reading in filename__read_build_id
` [PATCH v1 2/2] perf symbol: Add blocking argument to filename__read_build_id

[Ping][PATCH] perf test: Checking BPF metadata collection fails on version string
 2025-08-22 18:02 UTC  (2+ messages)

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-22 17:59 UTC  (10+ messages)
` [PATCH 1/8] riscv: Add insn.c, consolidate instruction decoding
` [PATCH 2/8] riscv: Add SBI debug trigger extension and function ids
` [PATCH 3/8] riscv: insn: Add get_insn_nofault
` [PATCH 4/8] riscv: Introduce support for hardware break/watchpoints
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping
` [PATCH 6/8] riscv: ptrace: Add hw breakpoint support
` [PATCH 7/8] riscv: ptrace: Add hw breakpoint regset
` [PATCH 8/8] selftests: riscv: Add test for hardware breakpoints

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-22 17:58 UTC  (4+ messages)
` [PATCH 8/8] selftests: riscv: Add test "

[PATCH] perf tools topdown: Fix incorrect topdown slots regroup
 2025-08-22 17:35 UTC  (2+ messages)

[PATCH] perf util: Fix compression checks returning -1 as bool
 2025-08-22 16:34 UTC  (2+ messages)

[PATCH] perf: arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.h
 2025-08-22 15:01 UTC  (4+ messages)

[PATCH v2] perf: arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.h
 2025-08-22 14:58 UTC 

[PATCH v5 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-08-22 13:59 UTC  (6+ messages)
` [PATCH v5 06/20] dt-bindings: memory: introduce DDR4

[PATCH v8 0/5] Add support for long task name
 2025-08-22 12:06 UTC  (10+ messages)
` [PATCH v8 1/5] exec: Remove obsolete comments
` [PATCH v8 2/5] include: Set tsk->comm length to 64 bytes
` [PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v8 5/5] include: Replace BUILD_BUG_ON with static_assert in 'set_task_comm()'

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-22 10:32 UTC  (12+ messages)
` [PATCH v5 09/44] perf/x86: Switch LVTPC to/from mediated PMI vector on guest load/put context
` [PATCH v5 16/44] KVM: Add a simplified wrapper for registering perf callbacks

[Patch v3 0/7] x86 perf bug fixes and optimization
 2025-08-22  5:29 UTC  (18+ messages)
` [Patch v3 1/7] perf/x86/intel: Use early_initcall() to hook bts_init()
` [Patch v3 2/7] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
` [Patch v3 3/7] perf/x86: Check if cpuc->events[*] pointer exists before accessing it
` [Patch v3 4/7] perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag
` [Patch v3 5/7] perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)
` [Patch v3 6/7] perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK
` [Patch v3 7/7] perf/x86: Print PMU counters bitmap in x86_pmu_show_pmu_cap()

[PATCH v3 00/15] Prepare for new Intel Family numbers
 2025-08-22  1:46 UTC  (7+ messages)
` [PATCH v3 13/15] x86/cpu/intel: Bound the non-architectural constant_tsc model checks

[PATCH v2 0/5] Various fixes around undefined behavior
 2025-08-21 22:39 UTC  (7+ messages)
` [PATCH v2 1/5] perf disasm: Avoid undefined behavior in incrementing NULL
` [PATCH v2 2/5] perf test trace_btf_enum: Skip if permissions are insufficient
` [PATCH v2 3/5] perf evsel: Avoid container_of on a NULL leader
` [PATCH v2 4/5] perf test shell lock_contention: Extra debug diagnostics
` [PATCH v2 5/5] libperf event: Ensure tracing data is multiple of 8 sized

[PATCH v1 0/4] Test/uniquification related fixes
 2025-08-21 22:18 UTC  (5+ messages)
` [PATCH v1 1/4] perf test shell lbr: Avoid failures with perf event paranoia
` [PATCH v1 2/4] perf test: Don't leak workload gopipe in PERF_RECORD_*
` [PATCH v1 3/4] perf evsel: Fix uniquification when PMU given without suffix
` [PATCH v1 4/4] perf test: Avoid uncore_imc/clockticks in uniquification test

[PATCH] dt-bindings: arm: Add Cortex-A320/A520AE/A720AE cores and PMU
 2025-08-21 19:07 UTC 

[PATCH] perf trace: don't show comm/tid for regular syscalls for single-pid traces
 2025-08-21 16:58 UTC 

[PATCH] perf trace: Increase syscall handler map size to 1024
 2025-08-21 16:45 UTC  (5+ messages)

[PATCH v2 0/5] add imx94 DDR Performance Monitor support
 2025-08-21 14:51 UTC  (7+ messages)
` [PATCH v2 1/5] dt-bindings: perf: fsl-imx-ddr: Add a compatible string fsl,imx94-ddr-pmu for i.MX94
` [PATCH v2 2/5] perf: imx_perf: add support for i.MX94 platform
` [PATCH v2 3/5] perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics
` [PATCH v2 4/5] MAINTAINERS: include fsl_imx9_ddr_perf.c and some perf metric files
` [PATCH v2 5/5] arm64: dts: imx94: add DDR Perf Monitor node

[PATCH v2 00/10] Introduce structure for shell tests
 2025-08-21 11:15 UTC  (8+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] perf test perftool_testsuite: Use absolute paths
  ` [PATCH v3 2/7] perf tests: Create a structure for shell tests

[Patch v6 00/10] arch-PEBS enabling for Intel platforms
 2025-08-21  3:58 UTC  (11+ messages)
` [Patch v6 01/10] perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call
` [Patch v6 02/10] perf/x86/intel: Correct large PEBS flag check
` [Patch v6 03/10] perf/x86/intel: Initialize architectural PEBS
` [Patch v6 04/10] perf/x86/intel/ds: Factor out PEBS record processing code to functions
` [Patch v6 05/10] perf/x86/intel/ds: Factor out PEBS group "
` [Patch v6 06/10] perf/x86/intel: Process arch-PEBS records or record fragments
` [Patch v6 07/10] perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
` [Patch v6 08/10] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
` [Patch v6 09/10] perf/x86/intel: Setup PEBS data configuration and enable legacy groups
` [Patch v6 10/10] perf/x86/intel: Add counter group support for arch-PEBS

[PATCH 00/19] perf: Rework event_init checks
 2025-08-21  2:53 UTC  (10+ messages)
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[PATCH 1/1] Revert "perf hist: Fix bogus profiles when filters are enabled"
 2025-08-21  1:14 UTC  (2+ messages)

[PATCH] perf trace: Add --max-summary option
 2025-08-21  0:32 UTC 

[PATCHSET v5 00/12] perf annotate: Support --code-with-type on TUI
 2025-08-20 23:47 UTC  (16+ messages)
` [PATCH v5 07/12] perf annotate: Add --code-with-type support for TUI
` [PATCH v5 08/12] perf annotate: Add 'T' hot key to toggle data type display
` [PATCH v5 10/12] perf annotate: Hide data-type for stack operation and canary
` [PATCH v5 12/12] perf annotate: Use a hashmap to save type data

[RESEND][PATCH 0/5] perf: Clean ups and simplifications
 2025-08-20 18:03 UTC  (6+ messages)
` [RESEND][PATCH 1/5] perf: Remove get_perf_callchain() init_nr argument
` [RESEND][PATCH 2/5] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [RESEND][PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [RESEND][PATCH 4/5] perf: Simplify get_perf_callchain() user logic
` [RESEND][PATCH 5/5] perf: Skip user unwind if the task is a kernel thread

[PATCH v6 0/7] arm64: Enable UPROBES with GCS
 2025-08-20 17:24 UTC  (10+ messages)
` [PATCH v6 1/7] arm64: probes: Break ret out from bl/blr
` [PATCH v6 2/7] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v6 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v6 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v6 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v6 6/7] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v6 7/7] uprobes: uprobe_warn should use passed task

[PATCH] tools/perf/tests: Update perf record testcase to fix usage of affinity for machines with #CPUs > 1K
 2025-08-20 17:22 UTC  (5+ messages)

[PATCH 00/14] Add interface to expose vpa dtl counters via perf
 2025-08-20 11:53 UTC  (3+ messages)
` [PATCH 02/14] powerpc/vpa_dtl: "

[PATCH] perf/core: Improve arguments checking of inherited per-task counters when sampling
 2025-08-20  7:17 UTC  (4+ messages)

[BUG] vhost: perf tools build error after syncing vhost.h
 2025-08-19 13:40 UTC  (6+ messages)
  ` [PATCH] vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNER

[Patch v2 0/6] x86 perf bug fixes and optimization
 2025-08-19  9:26 UTC  (9+ messages)
` [Patch v2 3/6] perf/x86: Check if cpuc->events[*] pointer exists before accessing it

[PATCH] perf tools c2c: Add annotation support to perf c2c report
 2025-08-19  8:00 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] perf tools c2c: Add annotation support to perf c2c report
 2025-08-19  7:29 UTC 

[PATCH v10 00/11] New perf ilist app
 2025-08-19  1:39 UTC  (12+ messages)
` [PATCH v10 01/11] perf python: Add more exceptions on error paths
` [PATCH v10 02/11] perf python: Improve the tracepoint function if no libtraceevent
` [PATCH v10 03/11] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v10 04/11] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v10 05/11] perf ilist: Add new python ilist command
` [PATCH v10 06/11] perf python: Add parse_metrics function
` [PATCH v10 07/11] perf python: Add evlist metrics function
` [PATCH v10 08/11] perf python: Add evlist compute_metric
` [PATCH v10 09/11] perf python: Add metrics function
` [PATCH v10 10/11] perf ilist: Add support for metrics
` [PATCH v10 11/11] perf tp_pmu: Remove unnecessary check

[PATCH] perf tools: Remove a pointless check
 2025-08-18 22:17 UTC  (2+ messages)

[PATCH v9 00/16] New perf ilist app
 2025-08-18 22:13 UTC  (4+ messages)
` [PATCH v9 11/16] perf ilist: Add new python ilist command

[PATCH 0/3] perf test: Extend branch stack sampling test for arm64 BRBE
 2025-08-18 21:38 UTC  (2+ messages)

[PATCH v2] perf drm_pmu: fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
 2025-08-18 21:30 UTC  (2+ messages)

[PATCH v2] perf parse-events: Prevent null pointer dereference in __add_event()
 2025-08-18 21:28 UTC  (2+ messages)

[PATCH] perf: pmu: Fix IS_ERR() vs NULL check bug in perf_pmu__init
 2025-08-18 19:54 UTC  (3+ messages)

[PATCH v2 00/20] Intel TMA 5.1 metrics and event updates
 2025-08-18 19:04 UTC  (12+ messages)
` [PATCH v2 10/20] perf vendor events: Update icelake metrics
` [PATCH v2 11/20] perf vendor events: Update ivybridge/ivytown metrics
` [PATCH v2 12/20] perf vendor events: Update jaketown metrics
` [PATCH v2 13/20] perf vendor events: Update lunarlake events/metrics
` [PATCH v2 14/20] perf vendor events: Update meteorlake events/metrics
` [PATCH v2 15/20] perf vendor events: Update rocketlake metrics
` [PATCH v2 16/20] perf vendor events: Update sandybridge metrics
` [PATCH v2 17/20] perf vendor events: Update sapphirerapids events/metrics
` [PATCH v2 18/20] perf vendor events: Update sierraforest metrics
` [PATCH v2 19/20] perf vendor events: Update skylake metrics
` [PATCH v2 20/20] perf vendor events: Update tigerlake metrics


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).