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,
293 if (!rapl_read_data_raw(rd, ENERGY_COUNTER, true, &energy_now, false)) { in get_energy_counter()
833 static int rapl_read_data_raw(struct rapl_domain *rd, in rapl_read_data_raw() function
909 return rapl_read_data_raw(rd, prim, xlate, data, false); in rapl_read_pl_data()
1332 if (!rapl_read_data_raw(&rp->domains[dmn], prim, in rapl_update_domain_data()
1641 ret = rapl_read_data_raw(&rp->domains[event->hw.idx], ENERGY_COUNTER, false, &val, true); in event_read_counter()