Home
last modified time | relevance | path

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

/linux/drivers/powercap/
H A Dintel_rapl_common.c254 static int rapl_read_data_raw(struct rapl_domain *rd,
292 if (!rapl_read_data_raw(rd, ENERGY_COUNTER, true, &energy_now)) { in get_energy_counter()
832 static int rapl_read_data_raw(struct rapl_domain *rd, in rapl_read_data_raw() function
907 return rapl_read_data_raw(rd, prim, xlate, data); in rapl_read_pl_data()
1327 if (!rapl_read_data_raw(&rp->domains[dmn], prim, in rapl_update_domain_data()
1639 ret = rapl_read_data_raw(&rp->domains[event->hw.idx], ENERGY_COUNTER, false, &val); in event_read_counter()