Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c8890 struct pmt_counter **const pmt_root = pmt_get_scope_root(scope); in pmt_add_counter() local
8923 pcounter = pmt_find_counter(*pmt_root, name); in pmt_add_counter()
8953 pcounter->next = *pmt_root; in pmt_add_counter()
8954 *pmt_root = pcounter; in pmt_add_counter()