messages from 2025-07-22 14:07:26 to 2025-07-25 18:10:52 UTC [more...]
[PATCH v6 00/22] perf: Make code more generic with modern defaults
2025-07-25 18:10 UTC (25+ 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 v1 1/1] perf tools: Fix auto-complete on s390x
2025-07-25 17:13 UTC
[PATCH v2 1/1] perf test: Ensure lock contention using pipe mode
2025-07-25 17:08 UTC
[RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems
2025-07-25 16:23 UTC (3+ messages)
[PATCH bpf] libbpf: eBPF fails on events with auxiliary data
2025-07-25 14:06 UTC (2+ messages)
[PATCH v3 00/19] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-25 10:59 UTC (21+ messages)
` [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 11/19] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v3 12/19] perf: stm32: introduce DDRPERFM driver
[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-07-25 10:16 UTC (8+ messages)
` [PATCH PATCH v2 v3 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH PATCH v2 v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH PATCH v2 v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH PATCH v2 v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH PATCH v2 v3 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH PATCH v2 v3 6/6] perf docs: Document "
[PATCH RESEND v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
2025-07-25 10:08 UTC (7+ messages)
` [PATCH RESEND v3 1/6] perf/core: Make perf_event_aux_pause() as external function
` [PATCH RESEND v3 2/6] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH RESEND v3 3/6] perf: auxtrace: Control AUX pause and resume with BPF
` [PATCH RESEND v3 4/6] perf: auxtrace: Add BPF userspace program for AUX pause and resume
` [PATCH RESEND v3 5/6] perf record: Support AUX pause and resume with BPF
` [PATCH RESEND v3 6/6] perf docs: Document "
[PATCH v1 1/2] perf script: New treport script
2025-07-25 8:38 UTC (3+ messages)
` [PATCH v1 2/2] perf script: treport add flamegraph support
[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-25 7:06 UTC (27+ 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 v8 00/16] New perf ilist app
2025-07-25 5:42 UTC (21+ 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 v6 0/3] Add support for long task name
2025-07-24 23:50 UTC (7+ 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 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 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 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 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 v3 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
2025-07-23 22:14 UTC (6+ messages)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox