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.

perf/x86/cstate: Add Airmont NP

From the perspective of Intel cstate residency counters, the Airmont NP
(aka Lightning Mountain) is identical to the Airmont.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
Link: https://patch.msgid.link/20251124074846.9653-4-ms@dev.tdt.de

authored by

Martin Schiller and committed by
Peter Zijlstra
3006911f a08340fd

+1
+1
arch/x86/events/intel/cstate.c
··· 613 613 X86_MATCH_VFM(INTEL_ATOM_SILVERMONT, &slm_cstates), 614 614 X86_MATCH_VFM(INTEL_ATOM_SILVERMONT_D, &slm_cstates), 615 615 X86_MATCH_VFM(INTEL_ATOM_AIRMONT, &slm_cstates), 616 + X86_MATCH_VFM(INTEL_ATOM_AIRMONT_NP, &slm_cstates), 616 617 617 618 X86_MATCH_VFM(INTEL_BROADWELL, &snb_cstates), 618 619 X86_MATCH_VFM(INTEL_BROADWELL_D, &snb_cstates),