messages from 2025-06-12 19:49:46 to 2025-06-19 14:13:06 UTC [more...]
[PATCH 00/12] perf arm-spe: Support new events in FEAT_SPEv1p4
2025-06-19 14:13 UTC (17+ 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
[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
2025-06-19 10:49 UTC (9+ messages)
` [RFC PATCH 1/4] cxl: Register devices for CXL Hotness Monitoring Units (CHMU)
[PATCH] perf build: Specify that spellcheck should use the bash dialect
2025-06-19 10:28 UTC (2+ messages)
[PATCH v1] perf test: Add basic callgraph test to record testing
2025-06-19 8:24 UTC (2+ messages)
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-06-19 7:43 UTC (19+ 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 vendor events arm64: Update FUJITSU-MONAKA pmu event
2025-06-19 5:39 UTC (3+ messages)
[PATCH] perf/x86/zhaoxin: Fix instructions error by missing fixedctr member
2025-06-19 3:19 UTC
[PATCH 1/2] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
2025-06-19 1:11 UTC (4+ messages)
[PATCH] perf/x86/intel: Use early_initcall() to hook bts_init()
2025-06-19 1:10 UTC (2+ messages)
[PATCH v1] perf test: Add header shell test
2025-06-19 0:25 UTC
[PATCH v2 1/2] perf test workload noploop: Name the noploop process
2025-06-19 0:20 UTC (2+ messages)
` [PATCH v2 2/2] perf test: Add sched latency and script shell tests
[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
2025-06-18 21:58 UTC
[PATCH v1 1/2] perf test workload noploop: Name the noploop process
2025-06-18 21:15 UTC (2+ messages)
` [PATCH v1 2/2] perf test: Add sched latency and script shell tests
[PATCH] perf/headers: Document PERF_PMU_CAP capability flags
2025-06-18 20:14 UTC (2+ messages)
[perf] unchecked MSR access error: WRMSR to 0x3f1
2025-06-18 18:26 UTC (6+ messages)
[PATCH] perf header: remove unecessary core id test
2025-06-18 18:13 UTC (2+ messages)
perf_event: avoiding gpf on rdpmc for top-down-events on hybrid
2025-06-18 13:57 UTC (11+ messages)
[PATCH] perf header: exempt x86_64 from core id test
2025-06-18 13:55 UTC (3+ messages)
[PATCH v2 0/3] Switch get/put unaligned to use memcpy
2025-06-18 13:14 UTC (7+ messages)
` [PATCH v2 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
` [PATCH v2 2/3] tools headers: Update the linux/unaligned.h copy with the kernel sources
` [PATCH v2 3/3] tools headers: Remove unneeded ignoring of warnings in unaligned.h
[PATCH] tools/headers: Workaround the copy coherency issue of arm64's cputype.h
2025-06-18 11:22 UTC (4+ messages)
[RFC][PATCH] tracing: Deprecate auto-mounting tracefs in debugfs
2025-06-18 9:27 UTC (10+ messages)
[PATCH v2 1/4] perf test: Directory file descriptor leak
2025-06-17 22:33 UTC (4+ messages)
` [PATCH v2 2/4] perf evsel: Missed close when probing hybrid core PMUs
` [PATCH v2 3/4] perf trace: Add missed freeing of ordered events and thread
` [PATCH v2 4/4] libperf evsel: In exit add missed puts and assert close, etc. were called
[PATCH v1 1/4] perf test: Directory file descriptor leak
2025-06-17 21:49 UTC (12+ 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
[RFC][PATCH v2] tracing: Deprecate auto-mounting tracefs in debugfs
2025-06-17 20:26 UTC
[PATCH v1 0/3] Switch get/put unaligned to use memcpy
2025-06-17 18:55 UTC (9+ 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
[PATCH RESEND v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
2025-06-17 16:53 UTC (30+ 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: "
[PATCH 6.15 468/780] perf symbol: Fix use-after-free in filename__read_build_id
2025-06-17 15:22 UTC
[PATCH 6.12 297/512] perf symbol: Fix use-after-free in filename__read_build_id
2025-06-17 15:24 UTC
[Bug] Kernel BUG in function_graph tracer in linux kernel 6.16.0-rc2+
2025-06-17 16:10 UTC (2+ messages)
[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
[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] 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] 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 v23 0/4] arm64/perf: Enable branch stack sampling
2025-06-13 3:19 UTC (7+ messages)
` [PATCH v23 2/4] arm64: Handle BRBE booting requirements
` [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 (5+ 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 (5+ messages)
` [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
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;
as well as URLs for NNTP newsgroup(s).