Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2025-09-05 16:21:25 to 2025-09-10 16:45:47 UTC [more...]

Problem with perf report --gtk
 2025-09-10 16:45 UTC  (4+ messages)

[PATCH v4 0/6] Refactoring finding CPU phandles in DT
 2025-09-10 16:29 UTC  (7+ messages)
` [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 v2] perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
 2025-09-10 15:56 UTC 

[PATCH v2 3/3] perf tools: Fix use-after-free in help_unknown_cmd()
 2025-09-10 15:04 UTC  (5+ messages)
` perf --help triggers an assertion

[PATCH v3 00/15] Legacy hardware/cache events as json
 2025-09-10 15:00 UTC  (3+ messages)

[PATCH 0/2] tools headers: Cleanup headers
 2025-09-10 13:30 UTC  (3+ messages)
` [PATCH 1/2] tools headers: Remove unused kvm_perf.h copies
` [PATCH 2/2] tools headers: Remove unused arm32 asm/kvm.h copy

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-09-10 13:01 UTC  (7+ messages)
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests

[PATCH v2 00/18] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-10  9:54 UTC  (23+ 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 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 v6 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-09-10  9:52 UTC  (35+ messages)
` [PATCH v6 01/20] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v6 02/20] dt-bindings: stm32: stm32mp25: add `#access-controller-cells` property
` [PATCH v6 03/20] clk: stm32mp25: add firewall grant_access ops
` [PATCH v6 04/20] arm64: dts: st: set rcc as an access-controller
` [PATCH v6 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v6 06/20] dt-bindings: memory: introduce DDR4
` [PATCH v6 07/20] dt-bindings: memory: factorise LPDDR channel binding into SDRAM channel
` [PATCH v6 08/20] dt-binding: memory: add DDR4 channel compatible
` [PATCH v6 09/20] dt-bindings: memory: SDRAM channel: standardise node name
` [PATCH v6 10/20] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v6 11/20] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v6 12/20] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v6 13/20] perf: stm32: introduce DDRPERFM driver
` [PATCH v6 14/20] Documentation: perf: stm32: add ddrperfm support
` [PATCH v6 15/20] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v6 16/20] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v6 17/20] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v6 18/20] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v6 19/20] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v6 20/20] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH] perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetches
 2025-09-10  9:07 UTC  (2+ messages)

combined usage of `--aio -z` corrupts perf.data files - fallout from COMPRESSED2?
 2025-09-10  8:51 UTC 

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

[PATCH v3 00/19] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-10  5:31 UTC  (20+ messages)
` [PATCH v3 01/19] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v3 02/19] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v3 03/19] mm/ksw: add build system support
` [PATCH v3 04/19] mm/ksw: add ksw_config struct and parser
` [PATCH v3 05/19] mm/ksw: add /proc/kstackwatch interface
` [PATCH v3 06/19] mm/ksw: add HWBP pre-allocation
` [PATCH v3 07/19] mm/ksw: add atomic watch on/off operations
` [PATCH v3 08/19] mm/ksw: support CPU hotplug
` [PATCH v3 09/19] mm/ksw: add probe management helpers
  ` [PATCH v3 10/19] mm/ksw: resolve stack watch addr and len
  ` [PATCH v3 11/19] mm/ksw: add recursive depth tracking
  ` [PATCH v3 12/19] mm/ksw: manage start/stop of stack watching
  ` [PATCH v3 13/19] mm/ksw: add self-debug helpers
  ` [PATCH v3 14/19] mm/ksw: add test module
  ` [PATCH v3 15/19] mm/ksw: add stack overflow test
  ` [PATCH v3 16/19] mm/ksw: add silent corruption test case
  ` [PATCH v3 17/19] mm/ksw: add recursive stack corruption test
  ` [PATCH v3 18/19] tools/ksw: add test script
  ` [PATCH v3 19/19] docs: add KStackWatch document

[linux-next20250903] Kernel OOPs at perf_callchain_user
 2025-09-10  4:16 UTC  (3+ messages)

[PATCH v2 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-10  1:22 UTC  (3+ messages)
` [PATCH v2 4/6] tracing: wprobe: Add wprobe event trigger

[RFC PATCH 0/6] tracing: wprobe: Add wprobe for watchpoint
 2025-09-10  1:11 UTC  (6+ messages)

[PATCH 0/3] perf/core: Fix address filter match with backing files
 2025-09-09 13:35 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] perf/core: Fix MMAP event path names "
` [PATCH 3/3] perf/core: Fix MMAP2 event device "

[PATCH 0/4] perf arm-spe: Improve --itrace options
 2025-09-09 12:21 UTC  (10+ messages)
` [PATCH 1/4] perf arm-spe: Show instruction sample types by default
` [PATCH 2/4] perf arm-spe: Downsample all sample types equally
` [PATCH 3/4] perf arm-spe: Display --itrace period warnings for all sample types
` [PATCH 4/4] perf docs: Update SPE doc to include default instructions group

[PATCH RESEND v4 00/11] perf sched: Introduce stats tool
 2025-09-09 11:42 UTC  (12+ messages)
` [PATCH RESEND v4 01/11] perf: Add print_separator to util
` [PATCH RESEND v4 02/11] tools/lib: Add list_is_first()
` [PATCH RESEND v4 03/11] perf header: Support CPU DOMAIN relation info
` [PATCH RESEND v4 04/11] perf sched stats: Add record and rawdump support
` [PATCH RESEND v4 05/11] perf sched stats: Add schedstat v16 support
` [PATCH RESEND v4 06/11] perf sched stats: Add schedstat v17 support
` [PATCH RESEND v4 07/11] perf sched stats: Add support for report subcommand
` [PATCH RESEND v4 08/11] perf sched stats: Add support for live mode
` [PATCH RESEND v4 09/11] perf sched stats: Add support for diff subcommand
` [PATCH RESEND v4 10/11] perf sched stats: Add basic perf sched stats test
` [PATCH RESEND v4 11/11] perf sched stats: Add details in man page

[PATCH RESEND v2] perf/headers: Document PERF_PMU_CAP capability flags
 2025-09-09 11:39 UTC 

[PATCH next 1/1] perf symbols: Handle 'N' symbols in /proc/kallsyms
 2025-09-09 11:26 UTC  (5+ messages)

[PATCH 0/2] perf tools: read_build_id() blocking argument fixes
 2025-09-09 10:17 UTC  (12+ messages)
` [PATCH 2/2] perf symbols: Fix HAVE_LIBBFD_BUILDID_SUPPORT build

[PATCH v8] perf: Fujitsu: Add the Uncore PMU driver
 2025-09-09  3:41 UTC  (3+ messages)

[REPORT] Should rdcycle be deprecated?
 2025-09-09  3:13 UTC 

[PATCH v9] perf: Fujitsu: Add the Uncore PMU driver
 2025-09-09  3:02 UTC 

[PATCH v1] perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
 2025-09-08 23:35 UTC  (2+ messages)

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

[PATCH v1] tools build: Make libperl opt-in rather than opt-out, deprecate
 2025-09-08 18:19 UTC 

[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
 2025-09-08 16:42 UTC  (4+ messages)

[PATCH 0/3] perf: arm_spe: Add support for SPE VM interface
 2025-09-08 14:48 UTC  (10+ messages)
` [PATCH 1/3] perf: arm_spe: Add barrier before enabling profiling buffer
` [PATCH 2/3] perf: arm_spe: Disable buffer before writing to PMBPTR_EL1 or PMBSR_EL1

[PATCH RESEND v8 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-09-08  9:58 UTC  (22+ messages)
` [PATCH RESEND v8 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH RESEND v8 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH RESEND v8 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH RESEND v8 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH RESEND v8 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH RESEND v8 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH RESEND v8 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH RESEND v8 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH RESEND v8 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH RESEND v8 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH RESEND v8 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH RESEND v8 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH RESEND v8 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH RESEND v8 14/21] arm64: dts: apple: t7000: "
` [PATCH RESEND v8 15/21] arm64: dts: apple: t7001: "
` [PATCH RESEND v8 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH RESEND v8 17/21] arm64: dts: apple: s8001: "
` [PATCH RESEND v8 18/21] arm64: dts: apple: t8010: "
` [PATCH RESEND v8 19/21] arm64: dts: apple: t8011: "
` [PATCH RESEND v8 20/21] arm64: dts: apple: t8012: "
` [PATCH RESEND v8 21/21] arm64: dts: apple: t8015: "

[Patch v7 02/12] perf/x86/intel: Fix NULL event access and potential PEBS record loss
 2025-09-08  9:05 UTC  (3+ messages)

[PATCH v3] perf drm_pmu: fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
 2025-09-08  8:02 UTC  (2+ messages)

[PATCH 1/2] perf/x86/intel: Add PMU support for WildcatLake
 2025-09-08  6:16 UTC  (2+ messages)
` [PATCH 2/2] perf/x86/intel/uncore: Add uncore PMU support for Wildcat Lake

[PATCH 1/3] perf annotate: Fix signatue of annotate_browser__show()
 2025-09-08  6:10 UTC  (3+ messages)
` [PATCH 2/3] perf annotate: Factor out annotate_browser__show_function_title()
` [PATCH 3/3] perf annotate: Fix title line after return from call

[PATCH v3] perf parse-events: Prevent null pointer dereference in __add_event()
 2025-09-08  5:44 UTC 

[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] 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)


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