Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1610 struct pmt_counter { struct
1611 struct pmt_counter *next; argument
1614 char name[PMT_COUNTER_NAME_SIZE_BYTES];
1615 enum pmt_datatype type;
1616 enum counter_scope scope;
1617 unsigned int lsb;
1618 unsigned int msb;
1621 enum counter_format format;
1623 unsigned int num_domains;
1624 struct pmt_domain_info *domains;
[all …]