Lines Matching refs:id
36 .id = C3,
43 .id = C6,
51 .id = PC3,
58 .id = PC6,
71 static int nhm_get_count(enum intel_nhm_id id, unsigned long long *val, in nhm_get_count() argument
76 switch (id) { in nhm_get_count()
101 static int nhm_get_count_percent(unsigned int id, double *percent, in nhm_get_count_percent() argument
110 (current_count[id][cpu] - previous_count[id][cpu])) / in nhm_get_count_percent()
114 nhm_cstates[id].name, previous_count[id][cpu], in nhm_get_count_percent()
115 current_count[id][cpu], cpu); in nhm_get_count_percent()
118 nhm_cstates[id].name, in nhm_get_count_percent()
120 current_count[id][cpu] - previous_count[id][cpu], in nhm_get_count_percent()