linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-21 12:13:28 to 2025-07-24 08:24:21 UTC [more...]

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

[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-24  8:14 UTC  (25+ messages)
` [PATCH v4 01/20] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v4 02/20] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v4 03/20] clk: stm32mp25: add firewall grant_access ops
` [PATCH v4 04/20] arm64: dts: st: set rcc as an access-controller
` [PATCH v4 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
` [PATCH v4 06/20] dt-bindings: memory: introduce DDR4
` [PATCH v4 07/20] dt-bindings: memory: factorise LPDDR channel binding into SDRAM channel
` [PATCH v4 08/20] dt-binding: memory: add DDR4 channel compatible
` [PATCH v4 09/20] dt-bindings: memory: SDRAM channel: standardise node name
` [PATCH v4 10/20] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v4 11/20] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v4 12/20] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v4 13/20] perf: stm32: introduce DDRPERFM driver
` [PATCH v4 14/20] Documentation: perf: stm32: add ddrperfm support
` [PATCH v4 15/20] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v4 16/20] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v4 17/20] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v4 18/20] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v4 19/20] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v4 20/20] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH v7 00/16] New perf ilist app
 2025-07-24  1:47 UTC  (30+ messages)
` [PATCH v7 01/16] perf python: Add more exceptions on error paths
` [PATCH v7 02/16] perf jevents: Add common software event json
` [PATCH v7 03/16] perf parse-events: Remove non-json software events
` [PATCH v7 04/16] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v7 05/16] perf tp_pmu: Add event APIs
` [PATCH v7 11/16] perf ilist: Add new python ilist command

[PATCH v8 00/16] New perf ilist app
 2025-07-24  0:40 UTC  (18+ messages)
` [PATCH v8 01/16] perf python: Add more exceptions on error paths
` [PATCH v8 02/16] perf jevents: Add common software event json
` [PATCH v8 03/16] perf parse-events: Remove non-json software events
` [PATCH v8 04/16] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v8 05/16] perf tp_pmu: Add event APIs
` [PATCH v8 06/16] perf list: Remove tracepoint printing code
` [PATCH v8 07/16] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v8 08/16] perf python: Improve the tracepoint function if no libtraceevent
` [PATCH v8 09/16] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v8 10/16] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v8 11/16] perf ilist: Add new python ilist command
` [PATCH v8 12/16] perf python: Add parse_metrics function
` [PATCH v8 13/16] perf python: Add evlist metrics function
` [PATCH v8 14/16] perf python: Add evlist compute_metric
` [PATCH v8 15/16] perf python: Add metrics function
` [PATCH v8 16/16] perf ilist: Add support for metrics

[PATCH v3 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
 2025-07-23 22:14 UTC  (6+ messages)

[PATCH v3 00/19] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-23 21:16 UTC  (33+ messages)
` [PATCH v3 01/19] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v3 02/19] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v3 03/19] clk: stm32mp25: add firewall grant_access ops
` [PATCH v3 04/19] arm64: dts: st: set rcc as an access-controller
` [PATCH v3 05/19] dt-bindings: memory: factorise LPDDR props into memory props
` [PATCH v3 06/19] dt-bindings: memory: introduce DDR4
` [PATCH v3 07/19] dt-bindings: memory: factorise LPDDR channel binding into memory channel
` [PATCH v3 08/19] dt-binding: memory: add DDR4 channel compatible
` [PATCH v3 09/19] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board
` [PATCH v3 10/19] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v3 11/19] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v3 12/19] perf: stm32: introduce DDRPERFM driver
` [PATCH v3 13/19] Documentation: perf: stm32: add ddrperfm support
` [PATCH v3 14/19] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v3 15/19] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v3 16/19] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v3 17/19] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v3 18/19] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v3 19/19] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH] perf/core: Prevent UBSAN negative‑idx shift by throttle/unthrottle group
 2025-07-23 21:04 UTC 

[PATCH] perf: arm_pmuv3: Fix kernel panic on UBSAN from negative hw.idx in armv8pmu_enable/disable_event()
 2025-07-23 18:57 UTC  (4+ messages)

[PATCH v2 1/3] tools subcmd: Tighten the filename size in check_if_command_finished
 2025-07-23 17:30 UTC  (2+ messages)

[PATCH] perf: ftrace: add graph tracer options args/retval/retval-hex/retaddr
 2025-07-23 17:30 UTC  (5+ messages)

[PATCHSET v3 0/8] perf annotate: Support --code-with-type on TUI
 2025-07-23 16:20 UTC  (8+ messages)
` [PATCH v3 5/8] perf annotate: Add --code-with-type support for TUI

[BUG] arm_pmuv3: Invalid PMEV index and lockup triggered via perf_event_open
 2025-07-23 11:36 UTC 

[PATCH V4 00/16] perf: Fix the throttle logic for group
 2025-07-23  8:06 UTC  (3+ messages)
` [PATCH V4 07/16] s390/perf: Remove driver-specific throttle support

[PATCH] perf stat: Remove duplicated include in stat-shadow.c
 2025-07-23  7:04 UTC 

[PATCH] perf/core: Fix missing read event generation on task exit
 2025-07-23  6:26 UTC  (2+ messages)

[PATCH] perf tests: Fix lib path detection for non-x86 architectures
 2025-07-23  4:30 UTC  (5+ messages)

[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
 2025-07-23  1:37 UTC  (6+ messages)

[PATCH v1 00/19] Intel TMA 5.1 metrics and event updates
 2025-07-23  1:05 UTC  (3+ messages)

[PATCH v2 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
 2025-07-23  1:03 UTC  (2+ messages)

[PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it
 2025-07-23  0:56 UTC  (2+ messages)

[PATCH 1/1] perf build: Always disable stack protection for BPF skeleton objects
 2025-07-23  0:37 UTC  (2+ messages)

[PATCH] tools:perf:tests:shell:common This file was missing the shebang line, so added it
 2025-07-22 22:47 UTC 

[PATCH v4 0/3] Switch get/put unaligned to use memcpy
 2025-07-22 21:57 UTC  (4+ messages)
` [PATCH v4 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
` [PATCH v4 2/3] tools headers: Update the linux/unaligned.h copy with the kernel sources
` [PATCH v4 3/3] tools headers: Remove unneeded ignoring of warnings in unaligned.h

[PATCH v2] perf stat: Fix JSON output formatting in iostat_prefix()
 2025-07-22 16:09 UTC  (3+ messages)

[PATCH 0/3] perf: arm_spe: Add support for SPE VM interface
 2025-07-22 14:46 UTC  (10+ messages)
` [PATCH 2/3] perf: arm_spe: Disable buffer before writing to PMBPTR_EL1 or PMBSR_EL1

[PATCH v2 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-07-22  8:14 UTC  (4+ messages)
` [PATCH PATCH v2 v2 2/6] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v2 00/16] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-22  7:35 UTC  (9+ messages)
` [PATCH v2 05/16] dt-bindings: memory: add jedec,ddr[3-4]-channel binding
` [PATCH v2 06/16] arm64: dts: st: add LPDDR channel to stm32mp257f-dk board

[PATCH] arc:kernel:perf_event.c : replaced sprintf with sysfs_emit()
 2025-07-22  3:52 UTC  (4+ messages)

[PATCH v1] perf pfm: Don't force loading of all PMUs
 2025-07-22  1:34 UTC 

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-21 22:32 UTC  (7+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[perf] fuzzer triggers "BUG: kernel NULL pointer dereference"
 2025-07-21 21:17 UTC  (2+ messages)

[PATCH v2 00/10] Introduce structure for shell tests
 2025-07-21 19:46 UTC  (12+ 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 v3 3/7] perf test: Provide setup for the shell test suite
  ` [PATCH v3 4/7] perftool-testsuite: Add empty setup for base_probe
  ` [PATCH v3 5/7] perf test: Introduce storing logs for shell tests
  ` [PATCH v3 6/7] perf test: Format log directories "
  ` [PATCH v3 7/7] perf test: Remove perftool drivers

[PATCH v4 01/23] arm64: cpufeature: Add cpucap for HPMN0
 2025-07-21 18:00 UTC  (2+ messages)

[PATCH v1 00/12] CPU mask improvements/fixes particularly for hybrid
 2025-07-21 17:44 UTC  (3+ messages)

[PATCH v5 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-07-21 13:05 UTC  (13+ messages)
` [PATCH v5 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v5 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v5 03/12] perf: arm_spe: Expose event filter
` [PATCH v5 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v5 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v5 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v5 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v5 08/12] perf: Add perf_event_attr::config4
` [PATCH v5 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v5 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v5 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v5 12/12] perf docs: arm-spe: Document new SPE filtering features

[PATCH v4 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-07-21 12:53 UTC  (13+ messages)
` [PATCH v4 01/12] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v4 02/12] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v4 03/12] perf: arm_spe: Expose event filter
` [PATCH v4 04/12] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v4 05/12] arm64/boot: Factor out a macro to check SPE version
` [PATCH v4 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v4 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v4 08/12] perf: Add perf_event_attr::config4
` [PATCH v4 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v4 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v4 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v4 12/12] perf docs: arm-spe: Document new SPE filtering features


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