Home
last modified time | relevance | path

Searched defs:pmt_counter (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/power/x86/turbostat/
Dturbostat.c1592 struct pmt_counter { struct
1593 struct pmt_counter *next; argument
1596 char name[PMT_COUNTER_NAME_SIZE_BYTES];
1597 enum pmt_datatype type;
1598 enum counter_scope scope;
1599 unsigned int lsb;
1600 unsigned int msb;
1603 enum counter_format format;
1605 unsigned int num_domains;
1606 struct pmt_domain_info *domains;
[all …]