Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c1589 unsigned long *pcounter; member
9301 while (pcounter) { in pmt_find_counter()
9305 pcounter = pcounter->next; in pmt_find_counter()
9308 return pcounter; in pmt_find_counter()
9334 pcounter->domains[domain_id].pcounter = pmmio; in pmt_counter_add_domain()
9377 if (!pcounter) { in pmt_add_counter()
9378 pcounter = calloc(1, sizeof(*pcounter)); in pmt_add_counter()
9383 strncpy(pcounter->name, name, ARRAY_SIZE(pcounter->name) - 1); in pmt_add_counter()
9386 pcounter->lsb = lsb; in pmt_add_counter()
9387 pcounter->msb = msb; in pmt_add_counter()
[all …]