Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fixes from Ingo Molnar:
"Fix perf CPU-clock counters, and address a static checker warning"

* tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf: Fix 0 count issue of cpu-clock
perf/x86/intel/uncore: Remove superfluous check

+1 -3
-2
arch/x86/events/intel/uncore.c
··· 1325 1325 continue; 1326 1326 1327 1327 pmu = &type->pmus[UNCORE_PCI_DEV_IDX(ids->driver_data)]; 1328 - if (!pmu) 1329 - continue; 1330 1328 1331 1329 if (uncore_pci_get_dev_die_info(pci_sub_dev, &die)) 1332 1330 continue;
+1 -1
kernel/events/core.c
··· 11901 11901 11902 11902 static void cpu_clock_event_del(struct perf_event *event, int flags) 11903 11903 { 11904 - cpu_clock_event_stop(event, flags); 11904 + cpu_clock_event_stop(event, PERF_EF_UPDATE); 11905 11905 } 11906 11906 11907 11907 static void cpu_clock_event_read(struct perf_event *event)