linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-09 10:14:00 to 2025-09-14 14:10:36 UTC [more...]

[PATCH v4 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-09-14 14:10 UTC  (6+ messages)
` [PATCH v4 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v4 2/8] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 3/8] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 4/8] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 5/8] tracing: wprobe: Add wprobe event trigger

[PATCH v4 00/21] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-14 13:53 UTC  (27+ messages)
` [PATCH v4 01/21] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v4 02/21] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v4 03/21] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v4 04/21] mm/ksw: add build system support
` [PATCH v4 05/21] mm/ksw: add ksw_config struct and parser
` [PATCH v4 06/21] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v4 07/21] mm/ksw: add HWBP pre-allocation
` [PATCH v4 08/21] mm/ksw: Add atomic ksw_watch_on() and ksw_watch_off()
` [PATCH v4 09/21] mm/ksw: support CPU hotplug
` [PATCH v4 10/21] sched: add per-task KStackWatch context
` [PATCH v4 11/21] mm/ksw: add probe management helpers
` [PATCH v4 12/21] mm/ksw: resolve stack watch addr and len
` [PATCH v4 13/21] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v4 14/21] mm/ksw: add self-debug helpers
` [PATCH v4 15/21] mm/ksw: add test module
` [PATCH v4 16/21] mm/ksw: add stack overflow test
` [PATCH v4 17/21] mm/ksw: add silent corruption test case
` [PATCH v4 18/21] mm/ksw: add recursive stack corruption test
` [PATCH v4 19/21] tools/ksw: add test script
` [PATCH v4 20/21] docs: add KStackWatch document
` [PATCH v4 21/21] MAINTAINERS: add entry for KStackWatch

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

[PATCH v3] perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
 2025-09-13 14:44 UTC  (3+ messages)

[PATCH] perf trace: Use consistent print_opts formatting in trace__fprintf_callchain()
 2025-09-13 14:43 UTC  (2+ messages)

[PATCH v2 09/10] perf dwarf-aux: fix __die_find_scope_cb for namespaces
 2025-09-13 14:41 UTC  (3+ messages)

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

[PATCH] perf/x86/amd/uncore: use kcalloc() instead of multiplication
 2025-09-13  6:35 UTC 

[PATCH v1] perf lock: Provide a host_env for session new
 2025-09-13  0:48 UTC  (2+ messages)

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

[PATCH] perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()
 2025-09-12 21:51 UTC  (3+ messages)

[syzbot] Monthly perf report (Sep 2025)
 2025-09-12 21:33 UTC 

[PATCH] perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetches
 2025-09-12 21:31 UTC  (4+ messages)

[PATCH] perf trace: Add --max-summary option
 2025-09-12 19:45 UTC  (3+ messages)

[PATCH RESEND] perf: Completely remove possibility to override MAX_NR_CPUS
 2025-09-12 19:35 UTC  (3+ messages)

[PATCH] tools: perf: session: avoid segfault on implicit stdin
 2025-09-12 19:19 UTC  (2+ messages)

[PATCH v1 0/3] Improve event groups for topdown, add X event modifier
 2025-09-12 18:48 UTC  (3+ messages)

[PATCH] perf util: Fix compression checks returning -1 as bool
 2025-09-12 18:42 UTC  (3+ messages)

[PATCH v2] perf: arm64: Sync ESR_ELx_EC_* macros in arm64_exception_types.h with esr.h
 2025-09-12 18:39 UTC  (3+ messages)

Problem with perf report --gtk
 2025-09-12 18:36 UTC  (6+ messages)

[PATCH v2 0/2] perf vendor events arm64 AmpereOneX/AmpereOne: Fix typo in l1d_cache_access_prefetches and a few typos in metrics descriptions
 2025-09-12 18:27 UTC  (5+ messages)
` [PATCH v2 1/2] perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetches
` [PATCH v2 2/2] perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptions

[PATCH v3] perf drm_pmu: fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
 2025-09-12 18:26 UTC  (2+ messages)

[PATCH v5 00/14] perf arm-spe: Support new events in FEAT_SPEv1p4
 2025-09-12 15:42 UTC  (15+ messages)
` [PATCH v5 01/14] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v5 02/14] perf: arm_spe: Expose event filter
` [PATCH v5 03/14] perf arm_spe: Correct setting remote access
` [PATCH v5 04/14] perf arm_spe: Correct memory level for "
` [PATCH v5 05/14] perf arm_spe: Use full type for data_src
` [PATCH v5 06/14] perf arm_spe: Directly propagate raw event
` [PATCH v5 07/14] perf arm_spe: Decode event types for new features
` [PATCH v5 08/14] perf arm_spe: Add "event_filter" entry in meta data
` [PATCH v5 09/14] perf arm_spe: Refine memory level filling
` [PATCH v5 10/14] perf arm_spe: Separate setting of memory levels for loads and stores
` [PATCH v5 11/14] perf arm_spe: Fill memory levels for FEAT_SPEv1p4
` [PATCH v5 12/14] perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()
` [PATCH v5 13/14] perf arm_spe: Set HITM flag
` [PATCH v5 14/14] perf arm_spe: Allow parsing both data source and events

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

combined usage of `--aio -z` corrupts perf.data files - fallout from COMPRESSED2?
 2025-09-12 12:31 UTC  (2+ messages)

[PATCH v2 3/3] perf tools: Fix use-after-free in help_unknown_cmd()
 2025-09-12 11:27 UTC  (8+ messages)
` perf --help triggers an assertion

[PATCH v3 00/19] mm/ksw: Introduce real-time Kernel Stack Watch debugging tool
 2025-09-12  8:15 UTC  (25+ 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

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

[PATCH] perf trace: don't show comm/tid for regular syscalls for single-pid traces
 2025-09-11 22:00 UTC  (3+ messages)

[PATCH v3 00/15] Legacy hardware/cache events as json
 2025-09-11 21:50 UTC  (8+ messages)

[PATCH v4 00/15] perf arm-spe: Support new events in FEAT_SPEv1p4
 2025-09-11 16:09 UTC  (9+ messages)
` [PATCH v4 03/15] perf arm_spe: Correct setting remote access
` [PATCH v4 04/15] perf arm_spe: Correct memory level for "
` [PATCH v4 12/15] perf arm_spe: Improve CPU number retrieving in per-thread mode
` [PATCH v4 13/15] perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-09-11 13:24 UTC  (3+ messages)
` [PATCH v5 18/21] RISC-V: perf: Add Qemu virt machine events
  ` [External] "

[PATCH v6 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-09-11  9:56 UTC  (20+ messages)
` [PATCH v6 01/20] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v6 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v6 12/20] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v6 13/20] perf: stm32: introduce DDRPERFM driver

[PATCH 0/2] tools headers: Cleanup headers
 2025-09-11  9:32 UTC  (4+ 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 v3 0/7] tracing: wprobe: Add wprobe for watchpoint
 2025-09-11  0:43 UTC  (8+ messages)
` [PATCH v3 1/7] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v3 2/7] x86/HWBP: introduce arch_reinstall_hw_breakpoint() for atomic context
` [PATCH v3 3/7] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v3 4/7] tracing: wprobe: Add wprobe event trigger
` [PATCH v3 5/7] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v3 6/7] selftests: tracing: Add syntax "
` [PATCH v3 7/7] selftests: ftrace: Add wprobe trigger testcase

[PATCH v2] perf test: AMD IBS swfilt skip kernel tests if paranoia is >1
 2025-09-10 17:39 UTC  (2+ 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 00/12] Implement support for IBS virtualization
 2025-09-10 13:01 UTC  (3+ messages)
` [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  (7+ messages)
` [PATCH v2 05/18] x86/hw_breakpoint: introduce arch_reinstall_hw_breakpoint() for atomic context

[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  (5+ messages)

[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  (4+ messages)


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