Searched refs:cpu_types (Results 1 – 2 of 2) sorted by relevance
135 unsigned int cpu_types = ml_get_cpu_types(); in _selfcounts_perf_level() local136 unsigned int level_count = __builtin_popcount(cpu_types); in _selfcounts_perf_level()238 unsigned int cpu_types = ml_get_cpu_types(); in proc_pidthreadcounts() local239 unsigned int level_count = __builtin_popcount(cpu_types); in proc_pidthreadcounts()
245 unsigned int cpu_types = ml_get_cpu_types(); in cpu_type_for_perflevel() local246 __assert_only unsigned int n_perflevels = __builtin_popcount(cpu_types); in cpu_type_for_perflevel()261 if (type_mask & cpu_types) { in cpu_type_for_perflevel()