public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-18 06:39:50 to 2025-09-24 19:09:32 UTC [more...]

[RESEND][PATCH v2 0/2] perf record: ratio-to-prev event term for auto counter reload
 2025-09-24 19:09 UTC  (2+ messages)

[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-24 17:06 UTC  (25+ messages)
` [PATCH v5 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 04/23] mm/ksw: add build system support
` [PATCH v5 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v5 06/23] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v5 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v5 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v5 10/23] mm/ksw: support CPU hotplug
` [PATCH v5 11/23] sched: add per-task context
` [PATCH v5 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v5 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v5 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v5 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v5 16/23] mm/ksw: add self-debug helpers
  ` [PATCH v5 17/23] mm/ksw: add test module
  ` [PATCH v5 18/23] mm/ksw: add stack overflow test
  ` [PATCH v5 19/23] mm/ksw: add recursive depth test
  ` [PATCH v5 20/23] mm/ksw: add multi-thread corruption test cases
  ` [PATCH v5 21/23] tools/ksw: add test script
  ` [PATCH v5 22/23] docs: add KStackWatch document
  ` [PATCH v5 23/23] MAINTAINERS: add entry for KStackWatch
` [PATCH v5 07/23] mm/ksw: add HWBP pre-allocation

[PATCH] perf/dwc_pcie: Fix use of uninitialized variable
 2025-09-24 16:09 UTC  (2+ messages)

[PATCH 0/2] Add HARDLOCKUP_DETECTOR_PERF for riscv
 2025-09-24 15:22 UTC  (5+ messages)
` [PATCH 1/2] watchdog: refactor watchdog_hld functionality
    ` [External] "

[PATCH v1 0/4] Test fixes and debug logging
 2025-09-24  9:57 UTC  (5+ messages)

[PATCH v5 0/7] arm64: add R8A78000 support
 2025-09-24  9:37 UTC  (21+ messages)
` [PATCH v5 1/7] dt-bindings: serial: sh-sci: don't required "reset" for r8a78000
` [PATCH v5 2/7] dt-bindings: serial: sh-sci: don't required "power-domain"
` [PATCH v5 3/7] tools: arm64: Add Cortex-A720AE definitions
` [PATCH v5 4/7] arm64: cputype: "
` [PATCH v5 5/7] arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE
` [PATCH v5 6/7] arm64: dts: renesas: Add R8A78000 X5H DTs
` [PATCH v5 7/7] arm64: dts: renesas: R8A78000: Add initial Ironhide support

[PATCH v2] perf tools c2c: Add annotation support to perf c2c report
 2025-09-24  7:33 UTC  (6+ messages)
` [PATCH v3] "

[PATCH v1 00/10] perf vendor events intel update
 2025-09-24  6:02 UTC  (11+ messages)
` [PATCH v1 01/10] perf vendor events intel: Update alderlake events to v1.34
` [PATCH v1 02/10] perf vendor events intel: Update arrowlake events to v1.13
` [PATCH v1 03/10] perf vendor events intel: Update emeraldrapids events to v1.20
` [PATCH v1 04/10] perf vendor events intel: Update grandridge events to v1.10
` [PATCH v1 05/10] perf vendor events intel: Update graniterapids events to v1.15
` [PATCH v1 06/10] perf vendor events intel: Update lunarlake events to v1.18
` [PATCH v1 07/10] perf vendor events intel: Update meteorlake events to v1.17
` [PATCH v1 08/10] perf vendor events intel: Update pantherlake events to v1.00
` [PATCH v1 09/10] perf vendor events intel: Update sapphirerapids events to v1.35
` [PATCH v1 10/10] perf vendor events intel: Update sierraforest events to v1.12

[PATCH RESEND] perf: make pmu_bus constant
 2025-09-24  1:12 UTC 

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH v6 00/28] Legacy hardware/cache events as json
 2025-09-23 22:33 UTC  (29+ messages)
` [PATCH v6 01/28] perf stat: Allow retry for default events
` [PATCH v6 02/28] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v6 03/28] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v6 04/28] perf stat: Avoid wildcarding PMUs for default events
` [PATCH v6 05/28] perf record: Skip don't fail for events that don't open
` [PATCH v6 06/28] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v6 07/28] perf pmu: Don't eagerly parse event terms
` [PATCH v6 08/28] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v6 09/28] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v6 10/28] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v6 11/28] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v6 12/28] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v6 13/28] perf pmu: Add and use legacy_terms in alias information
` [PATCH v6 14/28] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v6 15/28] perf print-events: Remove print_hwcache_events
` [PATCH v6 16/28] perf print-events: Remove print_symbol_events
` [PATCH v6 17/28] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v6 18/28] perf record: Use evlist__new_default when no events specified
` [PATCH v6 19/28] perf top: "
` [PATCH v6 20/28] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v6 21/28] perf evsel: Improvements to __evsel__match
` [PATCH v6 22/28] perf test parse-events: Use evsel__match for legacy events
` [PATCH v6 23/28] perf test parse-events: Without a PMU use cpu-cycles rather than cycles
` [PATCH v6 24/28] perf test parse-events: Remove cpu PMU requirement
` [PATCH v6 25/28] perf test: Switch cycles event to cpu-cycles
` [PATCH v6 26/28] perf test: Clean up test_..config helpers
` [PATCH v6 27/28] perf test parse-events: Add evlist test helper
` [PATCH v6 28/28] perf test parse-events: Add evsel "

[PATCH] perf/annotate: Use architecture-agnostic register limit
 2025-09-23 19:11 UTC  (2+ messages)

[PATCH v5 00/25] Legacy hardware/cache events as json
 2025-09-23 15:52 UTC  (27+ messages)
` [PATCH v5 01/25] perf stat: Allow retry for default events
` [PATCH v5 02/25] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v5 03/25] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v5 04/25] perf record: Skip don't fail for events that don't open
` [PATCH v5 05/25] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v5 06/25] perf pmu: Don't eagerly parse event terms
` [PATCH v5 07/25] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v5 08/25] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v5 09/25] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v5 10/25] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v5 11/25] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v5 12/25] perf pmu: Add and use legacy_terms in alias information
` [PATCH v5 13/25] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v5 14/25] perf print-events: Remove print_hwcache_events
` [PATCH v5 15/25] perf print-events: Remove print_symbol_events
` [PATCH v5 16/25] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v5 17/25] perf record: Use evlist__new_default when no events specified
` [PATCH v5 18/25] perf top: "
` [PATCH v5 19/25] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v5 20/25] perf evsel: Improvements to __evsel__match
` [PATCH v5 21/25] perf test parse-events: Use evsel__match for legacy events
` [PATCH v5 22/25] perf test parse-events: Remove cpu PMU requirement
` [PATCH v5 23/25] perf test parse-events: Without a PMU use cpu-cycles rather than cycles
` [PATCH v5 24/25] perf stat: Avoid wildcarding PMUs for default events
` [PATCH v5 25/25] perf test: Switch cycles event to cpu-cycles

Regression on perf stat command on s390 z/VM systems
 2025-09-23 14:30 UTC 

[PATCH V3 0/7] Add interface to expose vpa dtl counters via
 2025-09-23  6:22 UTC  (2+ messages)

[PATCH v5 00/21] Add Counter delegation ISA extension support
 2025-09-23  6:12 UTC  (3+ messages)
` [PATCH v5 12/21] RISC-V: perf: Modify the counter discovery mechanism
  ` [External] "

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-09-23  1:18 UTC  (9+ messages)
` [PATCH v5 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v5 2/8] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 3/8] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 4/8] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 5/8] tracing: wprobe: Add wprobe event trigger
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v5 7/8] selftests: tracing: Add syntax "
` [PATCH v5 8/8] selftests: ftrace: Add wprobe trigger testcase

[PATCH] perf parse-events: Fix evsel allocation failure
 2025-09-22 18:08 UTC 

[PATCH] tools perf build: Support BUILD_NONDISTRO on OpenSUSE Tumbleweed
 2025-09-22 15:25 UTC  (2+ messages)

[PATCH v9] perf: Fujitsu: Add the Uncore PMU driver
 2025-09-22 13:14 UTC  (3+ messages)

[PATCH] perf sample: Fix the wrong format specifier
 2025-09-22  9:50 UTC 

[PATCH] perf bench messaging: Fix the formatting issue when printing
 2025-09-22  9:17 UTC 

[Patch v3 0/6] Perf kvm commands bug fix
 2025-09-22  6:47 UTC  (9+ messages)
` [Patch v3 1/6] perf tools kvm: Add missed memory allocation check and free
` [Patch v3 2/6] perf tools kwork: "
` [Patch v3 3/6] perf tools kvm: Fix the potential out of range memory access issue
` [Patch v3 4/6] perf tools: Add helper x86__is_intel_cpu()
` [Patch v3 5/6] perf tools kvm: Use "cycles" to sample guest for "kvm record" on Intel
` [Patch v3 6/6] perf tools kvm: Use "cycles" to sample guest for "kvm top" "

[PATCH] perf tools: Fix arm64 libjvmti build by generating unistd_64.h
 2025-09-22  5:37 UTC 

[PATCH 0/3] perf/core: Fix address filter match with backing files
 2025-09-22  5:23 UTC  (2+ messages)

[PATCH v4 00/21] Legacy hardware/cache events as json
 2025-09-20 15:16 UTC  (6+ messages)
` [PATCH v4 20/21] perf parse-events: Add HW_CYCLES_STR as default cycles event string

[RFC/PATCH 1/2] perf check: Add 'system' subcommand
 2025-09-20 14:04 UTC  (8+ messages)
` [RFC/PATCH 2/2] perf check: Add 'pmu' subcommand

[PATCH v6 00/22] Python generated Intel metrics
 2025-09-20 12:54 UTC  (3+ messages)

[PATCH 0/2] LIBBPF_DYNAMIC=1 fixes
 2025-09-19 22:10 UTC  (7+ messages)
` [PATCH 1/2] perf bpf: Move the LIBBPF_CURRENT_VERSION_GEQ macro to bpf-utils.h
` [PATCH 2/2] perf bpf: Check libbpf version to use btf_dump_type_data_opts.emit_strings

[PATCH v1 1/2] perf evsel: Ensure the fallback message is always written to
 2025-09-19 19:54 UTC  (3+ messages)
` [PATCH v1 2/2] perf build-id: Ensure snprintf string is empty when size is 0

[PATCH v2 0/3] Test/uniquification related fixes
 2025-09-19 19:51 UTC  (5+ messages)
` [PATCH v2 1/3] perf test: Don't leak workload gopipe in PERF_RECORD_*
` [PATCH v2 2/3] perf evsel: Fix uniquification when PMU given without suffix
` [PATCH v2 3/3] perf test: Avoid uncore_imc/clockticks in uniquification test

[PATCH v1] tools build: Make libperl opt-in rather than opt-out, deprecate
 2025-09-19 19:07 UTC  (2+ messages)

[PATCH v8 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-19 14:22 UTC  (6+ messages)
` [PATCH v8 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
  ` (subset) "

Changed Behavior of perf stat in linux-next
 2025-09-19  7:20 UTC 

[Patch v7 00/12] arch-PEBS enabling for Intel platforms
 2025-09-19  5:55 UTC  (2+ messages)

[PATCH] perf: riscv: skip empty batches in counter start
 2025-09-19  1:40 UTC  (2+ messages)

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-09-19  0:10 UTC  (2+ messages)

[Patch v2 0/6] Perf kvm commands bug fix
 2025-09-19  0:09 UTC  (5+ messages)

[PATCH v1 0/4] Test/uniquification related fixes
 2025-09-18 22:17 UTC  (6+ messages)
` [PATCH v1 2/4] perf test: Don't leak workload gopipe in PERF_RECORD_*

[PATCH v1] perf bpf-filter: Fix opts declaration on older libbpfs
 2025-09-18 21:38 UTC  (2+ messages)

[PATCH] perf/test: Skip leader sampling for s390
 2025-09-18 21:11 UTC 

[PATCH] perf/arm-cmn: Fix CMN S3 DTM offset
 2025-09-18 21:10 UTC  (2+ messages)

[PATCH] dt-bindings: arm: Add Arm C1 cores and PMUs
 2025-09-18 19:53 UTC  (2+ messages)

[PATCH] drivers: perf: use us_to_ktime() where appropriate
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH v2 0/5] add imx94 DDR Performance Monitor support
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH 0/2] perf: Fix overflow in PERF_IDX2OFF() for Arm SPE and TRBE drivers
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH] perf/dwc_pcie: Support counting multiple lane events in parallel
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-18 15:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH] drivers/perf: riscv: Remove redundant ternary operators
 2025-09-18 15:20 UTC  (2+ messages)

[PATCH v7 0/7] arm64: Enable UPROBES with GCS
 2025-09-18 13:56 UTC  (4+ messages)
` [PATCH v7 4/7] arm64: probes: Add GCS support to bl/blr/ret

[PATCH v6 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-18  8:15 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