linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-07 15:05:56 to 2025-07-11 16:08:43 UTC [more...]

[PATCH v2 0/5] Refactoring finding CPU phandles in DT
 2025-07-11 16:08 UTC  (14+ messages)
` [PATCH v2 1/5] of: add infra for finding CPU id from phandle
` [PATCH v2 2/5] arch_topology: update CPU map to use the new API
` [PATCH v2 3/5] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v2 4/5] coresight: "
` [PATCH v2 5/5] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id

[PATCH v2 00/16] Introduce STM32 DDR PMU for STM32MP platforms
 2025-07-11 16:04 UTC  (18+ messages)
` [PATCH v2 01/16] bus: firewall: move stm32_firewall header file in include folder
` [PATCH v2 02/16] dt-bindings: stm32: stm32mp25: add `access-controller-cell` property
` [PATCH v2 03/16] clk: stm32mp25: add firewall grant_access ops
` [PATCH v2 04/16] arm64: dts: st: set rcc as an access-controller
` [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 v2 07/16] arm64: dts: st: add DDR channel to stm32mp257f-ev1 board
` [PATCH v2 08/16] dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings
` [PATCH v2 09/16] perf: stm32: introduce DDRPERFM driver
` [PATCH v2 10/16] Documentation: perf: stm32: add ddrperfm support
` [PATCH v2 11/16] MAINTAINERS: add myself as STM32 DDR PMU maintainer
` [PATCH v2 12/16] ARM: dts: stm32: add ddrperfm on stm32mp131
` [PATCH v2 13/16] ARM: dts: stm32: add ddrperfm on stm32mp151
` [PATCH v2 14/16] arm64: dts: st: add ddrperfm on stm32mp251
` [PATCH v2 15/16] arm64: dts: st: support ddrperfm on stm32mp257f-dk
` [PATCH v2 16/16] arm64: dts: st: support ddrperfm on stm32mp257f-ev1

[PATCH] perf tests bp_account: Fix leaked file descriptor
 2025-07-11 15:46 UTC  (2+ messages)

[PATCH 0/6] Add PPMU support for Tesla FSD
 2025-07-11 14:45 UTC  (12+ messages)
    ` [PATCH 1/6] dt-bindings: clock: Add PPMU clock definitions for FSD platform
    ` [PATCH 2/6] clk: samsung: fsd: Use clock IDs for PPMU MFC block
    ` [PATCH 3/6] dt-bindings: perf: Add devicetree binding for custom PPMU
    ` [PATCH 4/6] drivers: perf: samsung: Add PPMU driver support
    ` [PATCH 5/6] arm64: dts: fsd: Add PPMU support for MFC block of FSD SoC
    ` [PATCH 6/6] MAINTAINERS: Add maintainers for Samsung PPMU driver

[PATCH 1/2] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
 2025-07-11  2:40 UTC  (4+ messages)

[PATCH] perf/x86/intel: Use early_initcall() to hook bts_init()
 2025-07-11  2:37 UTC  (2+ messages)

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-07-11  0:32 UTC  (15+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 06/10] x86/nmi: Add support to handle NMIs with source information
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs

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

[PATCH v2 00/13] Python motivated fixes and cleanup
 2025-07-10 23:51 UTC  (14+ messages)
` [PATCH v2 01/13] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v2 02/13] perf parse-events: Minor tidy up of event_type helper
` [PATCH v2 03/13] perf spark: Fix includes and add SPDX
` [PATCH v2 04/13] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v2 05/13] perf metricgroup: Factor out for-each function and move out printing
` [PATCH v2 06/13] perf stat: Move metric list from config to evlist
` [PATCH v2 07/13] perf expr: Accumulate rather than replace in the context counts
` [PATCH v2 08/13] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v2 09/13] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v2 10/13] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v2 11/13] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v2 12/13] perf python: Improve leader copying from evlist
` [PATCH v2 13/13] perf python: Set index error for invalid thread/cpu map items

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

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

[PATCH] perf list: Remove trailing A in PAI crypto event 4210
 2025-07-10 17:27 UTC  (3+ messages)

[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
 2025-07-10 13:33 UTC  (5+ messages)

[PATCH v2 6/6] perf bench futex: Remove support for IMMUTABLE
 2025-07-10 11:00 UTC 

[RFC PATCH] tools: Remove obsolete 32-bit arm kvm.h header file
 2025-07-10 10:25 UTC 

[PATCH RFC 0/2] Introduce ddr[3-4]-channel binding
 2025-07-10  7:26 UTC  (4+ messages)
` [PATCH RFC 1/2] dt-bindings: memory: add jedec,ddr[3-4]-channel binding

[RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems
 2025-07-10  5:47 UTC  (2+ messages)

[PATCH v2 0/4] perf: generate events for BPF metadata
 2025-07-09 21:44 UTC  (5+ messages)
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH v1 00/12] Python motivated fixes and cleanup
 2025-07-09 21:40 UTC  (13+ messages)
` [PATCH v1 01/12] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v1 02/12] perf parse-events: Minor tidy up of event_type helper
` [PATCH v1 03/12] perf spark: Fix includes and add SPDX
` [PATCH v1 04/12] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v1 05/12] perf metricgroup: Factor out for-each function and move out printing
` [PATCH v1 06/12] perf stat: Move metric list from config to evlist
` [PATCH v1 07/12] perf expr: Accumulate rather than replace in the context counts
` [PATCH v1 08/12] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v1 09/12] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v1 10/12] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v1 11/12] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v1 12/12] perf python: Improve leader copying from evlist

[PATCH v4 00/15] New perf ilist app
 2025-07-09 17:13 UTC  (3+ messages)

[PATCH v4 00/38] Mediated vPMU 4.0 for x86
 2025-07-09 15:53 UTC  (4+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc

[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
 2025-07-09 15:25 UTC  (3+ messages)

[PATCH] perf sched timehist: decode process names of processes in zombie state
 2025-07-09 14:31 UTC 

[syzbot] [perf?] WARNING in perf_pending_task
 2025-07-09 11:27 UTC  (6+ messages)
  ` [PATCH] perf/core: Fix WARN in perf_sigtrap()
      ` [PATCH v2] "

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

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-07-09  9:53 UTC  (3+ messages)
` [PATCH v3 05/10] KVM: arm64: Add trap configs for PMSDSFR_EL1

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-07-08 22:41 UTC  (17+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-07-08 18:02 UTC  (5+ messages)
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v3] perf: arm_spe: Relax period restriction
 2025-07-08 18:02 UTC  (3+ messages)

[PATCH v2 00/15] perf vendor events: Update Intel events
 2025-07-08 17:15 UTC  (3+ messages)

[perf] fuzzer triggers "BUG: kernel NULL pointer dereference"
 2025-07-08 14:44 UTC 

[linus:master] [perf] 9734e25fbf: BUG:kernel_NULL_pointer_dereference,address
 2025-07-08  9:54 UTC  (2+ messages)

[PATCH 0/5] Refactoring finding CPU phandles in DT
 2025-07-08  8:38 UTC  (14+ messages)
` [PATCH 1/5] of: add infra for finding CPU id from phandle
` [PATCH 2/5] arch_topology: update CPU map to use the new API
` [PATCH 3/5] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH 4/5] coresight: "
` [PATCH 5/5] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id

[PATCH V4 0/4] perf: Support Panther Lake uncore
 2025-07-07 20:17 UTC  (5+ messages)
` [PATCH V4 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables
` [PATCH V4 2/4] perf/x86/intel/uncore: Support customized MMIO map size
` [PATCH V4 3/4] perf/x86/intel/uncore: Add Panther Lake support
` [PATCH V4 4/4] perf/x86/intel/uncore: Add iMC freerunning for Panther Lake

[PATCH V3 0/4] perf: Support Panther Lake uncore
 2025-07-07 20:09 UTC  (6+ messages)
` [PATCH V3 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables


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