mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
Panther cove µarch starts to support auto counter reload (ACR), but the
static_call intel_pmu_enable_acr_event() is not updated for the Panther
Cove µarch used by DMR. It leads to the auto counter reload is not
really enabled on DMR.
Update static_call intel_pmu_enable_acr_event() in intel_pmu_init_pnc().
Fixes:
|
||
|---|---|---|
| .. | ||
| amd | ||
| intel | ||
| zhaoxin | ||
| core.c | ||
| Kconfig | ||
| Makefile | ||
| msr.c | ||
| perf_event_flags.h | ||
| perf_event.h | ||
| probe.c | ||
| probe.h | ||
| rapl.c | ||
| utils.c | ||