linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-11 15:25:59 to 2025-06-17 15:50:14 UTC [more...]

[perf] unchecked MSR access error: WRMSR to 0x3f1
 2025-06-17 15:50 UTC  (2+ messages)

[PATCH] perf header: exempt x86_64 from core id test
 2025-06-17 15:08 UTC 

[PATCH RESEND v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-06-17 14:16 UTC  (27+ messages)
` [PATCH RESEND v7 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH RESEND v7 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH RESEND v7 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH RESEND v7 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH RESEND v7 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH RESEND v7 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH RESEND v7 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH RESEND v7 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH RESEND v7 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH RESEND v7 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH RESEND v7 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH RESEND v7 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH RESEND v7 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH RESEND v7 14/21] arm64: dts: apple: t7000: "
` [PATCH RESEND v7 15/21] arm64: dts: apple: t7001: "
` [PATCH RESEND v7 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH RESEND v7 17/21] arm64: dts: apple: s8001: "
` [PATCH RESEND v7 18/21] arm64: dts: apple: t8010: "
` [PATCH RESEND v7 19/21] arm64: dts: apple: t8011: "
` [PATCH RESEND v7 20/21] arm64: dts: apple: t8012: "
` [PATCH RESEND v7 21/21] arm64: dts: apple: t8015: "

[Bug] Kernel BUG in function_graph tracer in linux kernel 6.16.0-rc2+
 2025-06-17 10:58 UTC 

[PATCH v1 0/3] Switch get/put unaligned to use memcpy
 2025-06-17  9:13 UTC  (7+ messages)
` [PATCH v1 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
` [PATCH v1 2/3] tools headers: Update the linux/unaligned.h copy with the kernel sources
` [PATCH v1 3/3] tools headers: Remove unneeded ignoring of warnings in unaligned.h

[linus:master] [perf machine] 4c04654455: kmsg.sanitizer.indirect_leak/__interceptor_malloc/__machine__new_host/machine__new_host/do_test_code_reading/test__code_reading/run_test_child
 2025-06-17  8:20 UTC 

perf_event: avoiding gpf on rdpmc for top-down-events on hybrid
 2025-06-17  4:36 UTC  (5+ messages)

[PATCH v2 0/4] perf: Remove libcrypto dependency
 2025-06-17  1:00 UTC  (8+ messages)
` [PATCH v2 1/4] perf build: enable -fno-strict-aliasing
` [PATCH v2 2/4] perf util: add a basic SHA-1 implementation
` [PATCH v2 3/4] perf genelf: Remove libcrypto dependency and use built-in sha1()
` [PATCH v2 4/4] tools: Remove libcrypto dependency

[PATCH v1 1/4] perf test: Directory file descriptor leak
 2025-06-16 16:30 UTC  (9+ messages)
` [PATCH v1 2/4] perf evsel: Missed close when probing hybrid core PMUs
` [PATCH v1 3/4] perf trace: Add missed freeing of ordered events and thread
` [PATCH v1 4/4] libperf evsel: In exit add missed puts and assert close, etc. were called

[PATCH v1] perf test: Expand user space event reading (rdpmc) tests
 2025-06-16 14:55 UTC  (2+ messages)

[PATCH v3 00/15] New perf ilist app
 2025-06-16  5:15 UTC  (16+ messages)
` [PATCH v3 01/15] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v3 02/15] perf parse-events: Minor tidy up of event_type helper
` [PATCH v3 03/15] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v3 04/15] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v3 05/15] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v3 06/15] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v3 07/15] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v3 08/15] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v3 09/15] perf jevents: Add common software event json
` [PATCH v3 10/15] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v3 11/15] perf parse-events: Remove non-json software events
` [PATCH v3 12/15] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v3 13/15] perf tp_pmu: Add event APIs
` [PATCH v3 14/15] perf list: Remove tracepoint printing code
` [PATCH v3 15/15] perf ilist: Add new python ilist command

[PATCH v3 5/6] perf test trace BTF: Use --sort-events in BTF general tests
 2025-06-13 16:16 UTC  (3+ messages)

[PATCH 00/12] perf arm-spe: Support new events in FEAT_SPEv1p4
 2025-06-13 15:53 UTC  (13+ messages)
` [PATCH 01/12] drivers/perf: arm_spe: Store event reserved bits in driver data
` [PATCH 02/12] drivers/perf: arm_spe: Expose events capability
` [PATCH 03/12] perf arm_spe: Correct setting remote access
` [PATCH 04/12] perf arm_spe: Directly propagate raw event
` [PATCH 05/12] perf arm_spe: Decode event types for new features
` [PATCH 06/12] perf arm_spe: Add "events" entry in meta data
` [PATCH 07/12] perf arm_spe: Refine memory level filling
` [PATCH 08/12] perf arm_spe: Separate setting of memory levels for loads and stores
` [PATCH 09/12] perf arm_spe: Fill memory levels for FEAT_SPEv1p4
` [PATCH 10/12] perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()
` [PATCH 11/12] perf arm_spe: Set HITM flag
` [PATCH 12/12] perf arm_spe: Allow parsing both data source and events

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-13 15:21 UTC  (15+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 03/10] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v7 04/10] x86/nmi: Extend the registration interface to include the NMI-source vector
` [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 07/10] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v7 09/10] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v7 10/10] x86/nmi: Print source information with the unknown NMI console message

[PATCH] perf: ftrace: add graph tracer options args/retval/retval-hex/retaddr
 2025-06-13 11:40 UTC 

[PATCH] RISC-V: perf/kvm: Add reporting of interrupt events
 2025-06-13  8:45 UTC  (2+ messages)

[PATCH] perf build: Specify that spellcheck should use the bash dialect
 2025-06-13  3:36 UTC 

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-06-13  3:19 UTC  (9+ messages)
` [PATCH v23 1/4] arm64/sysreg: Add BRBE registers and fields
` [PATCH v23 2/4] arm64: Handle BRBE booting requirements
` [PATCH v23 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v1] perf stat: Fix uncore aggregation number
 2025-06-12 22:55 UTC  (6+ messages)

[PATCH v2] perf stat: Fix uncore aggregation number
 2025-06-12 22:52 UTC 

[PATCH v4 0/5] perf: generate events for BPF metadata
 2025-06-12 19:49 UTC  (6+ messages)
` [PATCH v4 1/5] perf: detect support for libbpf's emit_strings option
` [PATCH v4 2/5] perf: collect BPF metadata from existing BPF programs
` [PATCH v4 3/5] perf: collect BPF metadata from new programs
` [PATCH v4 4/5] perf: display the new PERF_RECORD_BPF_METADATA event
` [PATCH v4 5/5] perf: add test for PERF_RECORD_BPF_METADATA collection

[PATCH v3 0/5] perf: generate events for BPF metadata
 2025-06-12 19:45 UTC  (6+ messages)

[PATCH] perf/x86/intel: Fix crashing bug in icl_update_topdown_event
 2025-06-12 17:40 UTC  (2+ messages)

[PATCH v4 1/2] perf: move perf_pmus__find_core_pmu() prototype to pmus.h
 2025-06-12 16:36 UTC  (2+ messages)
` [PATCH v4 2/2] perf top: populate PMU capabilities data in perf_env

[perf] crashing bug in icl_update_topdown_event
 2025-06-12 16:08 UTC  (6+ messages)

[PATCH] x86: Fix build warnings about export.h
 2025-06-12  9:57 UTC  (2+ messages)

perf-tools v6.15 tarball not uploaded?
 2025-06-12  8:59 UTC  (5+ messages)

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-06-12  8:42 UTC  (6+ messages)
` [PATCH v3 01/10] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v3 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters

[BUG] perf tools: Build failure in v6.16-rc1
 2025-06-12  6:25 UTC  (8+ messages)

[PATCH v1 00/15] perf vendor events: Update Intel events
 2025-06-12  0:02 UTC  (16+ messages)
` [PATCH v1 01/15] perf vendor events: Update Alderlake events
` [PATCH v1 02/15] perf vendor events: Update AlderlakeN events
` [PATCH v1 03/15] perf vendor events: Update Arrowlake events
` [PATCH v1 04/15] perf vendor events: Update CascadelakeX events
` [PATCH v1 05/15] perf vendor events: Update EmeraldRapids events
` [PATCH v1 06/15] perf vendor events: Update GrandRidge events
` [PATCH v1 07/15] perf vendor events: Update GraniteRapids events
` [PATCH v1 08/15] perf vendor events: Update IcelakeX events
` [PATCH v1 09/15] perf vendor events: Update LunarLake events
` [PATCH v1 10/15] perf vendor events: Update MeteorLake events
` [PATCH v1 11/15] perf vendor events: Add PantherLake events
` [PATCH v1 12/15] perf vendor events: Update SapphireRapids events
` [PATCH v1 13/15] perf vendor events: Update SierraForest events
` [PATCH v1 14/15] perf vendor events: Update SkylakeX events
` [PATCH v1 15/15] perf vendor events: Update TigerLake events

[PATCH v3] perf debug: Add function symbols to dump_stack
 2025-06-11 22:15 UTC 

[PATCH v2 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
 2025-06-11 22:05 UTC  (7+ messages)
` [PATCH v2 2/2] perf debug: Add function symbols to dump_stack

[PATCH v1] perf thread: Ensure comm_lock held for comm_list
 2025-06-11 21:44 UTC  (2+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-06-11 21:39 UTC  (10+ messages)
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message

[PATCH 1/2 v1] perf: move perf_pmus__find_core_pmu() prototype to pmus.h
 2025-06-11 21:33 UTC  (10+ messages)
` [PATCH 2/2 v3] perf top: populate PMU capabilities data in perf_env

[PATCH v4 00/24] perf: Make code more generic with modern defaults
 2025-06-11 18:34 UTC  (3+ messages)

[PATCH v2 00/15] New perf ilist app
 2025-06-11 16:34 UTC  (17+ messages)
` [PATCH v2 01/15] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v2 02/15] perf parse-events: Minor tidy up of event_type helper
` [PATCH v2 03/15] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v2 04/15] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v2 05/15] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v2 06/15] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v2 07/15] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v2 08/15] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v2 09/15] perf jevents: Add common software event json
` [PATCH v2 10/15] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v2 11/15] perf parse-events: Remove non-json software events
` [PATCH v2 12/15] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v2 13/15] perf tp_pmu: Add event APIs
` [PATCH v2 14/15] perf list: Remove tracepoint printing code
` [PATCH v2 15/15] perf ilist: Add new python ilist command

[PATCH][next] perf: imx9_perf: make the read-only array mask static const
 2025-06-11 15:25 UTC  (2+ 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).