Searched refs:has_per_core_rapl (Results 1 – 1 of 1) sorted by relevance
410 …bool has_per_core_rapl; /* Indicates cores energy collection is per-core, not per-package. AMD spe… member958 .has_per_core_rapl = 1,2320 if (DO_BIC(BIC_CorWatt) && platform->has_per_core_rapl) in print_header()2323 if (DO_BIC(BIC_Cor_J) && platform->has_per_core_rapl) in print_header()2429 if (DO_BIC(BIC_CorWatt) && !platform->has_per_core_rapl) in print_header()2442 if (DO_BIC(BIC_Cor_J) && !platform->has_per_core_rapl) in print_header()2893 if (DO_BIC(BIC_CorWatt) && platform->has_per_core_rapl) in format_counters()2897 if (DO_BIC(BIC_Cor_J) && platform->has_per_core_rapl) in format_counters()2995 if (DO_BIC(BIC_CorWatt) && !platform->has_per_core_rapl) in format_counters()3010 if (DO_BIC(BIC_Cor_J) && !platform->has_per_core_rapl) in format_counters()[all …]