Home
last modified time | relevance | path

Searched refs:rapl_model (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/events/
H A Drapl.c153 struct rapl_model { struct
168 static struct rapl_model *rapl_model; argument
399 event->hw.event_base = rapl_model->rapl_pkg_msrs[bit].msr; in rapl_pmu_event_init()
406 event->hw.event_base = rapl_model->rapl_core_msrs[bit].msr; in rapl_pmu_event_init()
615 if (rdmsrq_safe(rapl_model->msr_power_unit, &msr_rapl_power_unit_bits)) in rapl_check_hw_unit()
622 switch (rapl_model->unit_quirk) { in rapl_check_hw_unit()
772 static struct rapl_model model_snb = {
780 static struct rapl_model model_snbep = {
788 static struct rapl_model model_hsw = {
797 static struct rapl_model model_hsx = {
[all …]