Searched refs:has_per_core_rapl (Results 1 – 1 of 1) sorted by relevance
601 …bool has_per_core_rapl; /* Indicates cores energy collection is per-core, not per-package. AMD spe… member1174 .has_per_core_rapl = 1,3019 if (DO_BIC(BIC_CorWatt) && platform->has_per_core_rapl) in print_header()3022 if (DO_BIC(BIC_Cor_J) && platform->has_per_core_rapl) in print_header()3102 if (DO_BIC(BIC_CorWatt) && !platform->has_per_core_rapl) in print_header()3115 if (DO_BIC(BIC_Cor_J) && !platform->has_per_core_rapl) in print_header()3621 if (DO_BIC(BIC_CorWatt) && platform->has_per_core_rapl) in format_counters()3623 if (DO_BIC(BIC_Cor_J) && platform->has_per_core_rapl) in format_counters()3711 if (DO_BIC(BIC_CorWatt) && !platform->has_per_core_rapl) in format_counters()3719 if (DO_BIC(BIC_Cor_J) && !platform->has_per_core_rapl) in format_counters()[all …]