linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-21 17:44:22 to 2025-07-24 22:59:36 UTC [more...]

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-24 22:59 UTC  (6+ messages)
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs

[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-24 22:33 UTC  (26+ 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 v4 0/8] arm64: Enable UPROBES with GCS
 2025-07-24 20:41 UTC  (23+ 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 v2 1/2] perf topdown: Use attribute to see an event is a topdown metic or slots
 2025-07-24 20:39 UTC  (3+ messages)

[PATCH v1] perf pfm: Don't force loading of all PMUs
 2025-07-24 20:28 UTC  (2+ messages)

[PATCH] perf: arm_pmuv3: Fix kernel panic on UBSAN from negative hw.idx in armv8pmu_enable/disable_event()
 2025-07-24 19:22 UTC  (6+ messages)

[PATCH v7 00/16] New perf ilist app
 2025-07-24 16:58 UTC  (29+ 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 v6 00/22] perf: Make code more generic with modern defaults
 2025-07-24 16:33 UTC  (23+ messages)
` [PATCH v6 01/22] perf build-id: Reduce size of "size" variable
` [PATCH v6 02/22] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v6 03/22] perf build-id: Change sprintf functions to snprintf
` [PATCH v6 04/22] perf build-id: Mark DSO in sample callchains
` [PATCH v6 05/22] perf build-id: Ensure struct build_id is empty before use
` [PATCH v6 06/22] perf dso: Move build_id to dso_id
` [PATCH v6 07/22] perf jitdump: Directly mark the jitdump DSO
` [PATCH v6 08/22] perf record: Make --buildid-mmap the default
` [PATCH v6 09/22] perf session: Add accessor for session->header.env
` [PATCH v6 10/22] perf evlist: Change env variable to session
` [PATCH v6 11/22] perf header: Clean up use of perf_env
` [PATCH v6 12/22] perf test: Avoid use perf_env
` [PATCH v6 13/22] perf session: Add host_env argument to perf_session__new
` [PATCH v6 14/22] perf top: Make perf_env locally scoped
` [PATCH v6 15/22] perf bench synthesize: Avoid use of global perf_env
` [PATCH v6 16/22] perf machine: Explicitly pass in host perf_env
` [PATCH v6 17/22] perf auxtrace: Pass perf_env from session through to mmap read
` [PATCH v6 18/22] perf trace: Avoid global perf_env with evsel__env
` [PATCH v6 19/22] perf env: Remove global perf_env
` [PATCH v6 20/22] perf sample: Remove arch notion of sample parsing
` [PATCH v6 21/22] perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test
` [PATCH v6 22/22] perf sort: Use perf_env to set arch sort keys and header

[PATCH v3 00/15] Fixes for Intel TMA, particularly for hybrid
 2025-07-24 15:12 UTC  (3+ messages)
` [PATCH v3 12/15] perf parse-events: Support user CPUs mixed with threads/processes

[PATCH v8 00/16] New perf ilist app
 2025-07-24 15:05 UTC  (19+ 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 v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
 2025-07-24 12:38 UTC  (3+ messages)

[PATCH v6 0/3] Add support for long task name
 2025-07-24 12:36 UTC  (4+ messages)
` [PATCH v6 1/3] exec: Remove obsolete comments
` [PATCH v6 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v6 3/3] include: Set tsk->comm length to 64 bytes

[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 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] 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  (4+ messages)
` [PATCH v2 05/16] dt-bindings: memory: add jedec,ddr[3-4]-channel binding

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

[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  (8+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 2/7] perf tests: Create a "
  ` [PATCH v3 5/7] perf test: Introduce storing logs "
  ` [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)


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