Home
last modified time | relevance | path

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

/linux-6.14.4/tools/power/x86/turbostat/
Dturbostat.c1588 struct pmt_counter { struct
1589 struct pmt_counter *next; argument
1592 char name[PMT_COUNTER_NAME_SIZE_BYTES];
1593 enum pmt_datatype type;
1594 enum counter_scope scope;
1595 unsigned int lsb;
1596 unsigned int msb;
1599 enum counter_format format;
1601 unsigned int num_domains;
1602 struct pmt_domain_info *domains;
[all …]