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.c1963 struct pmt_counter { struct
1964 struct pmt_counter *next; argument
1967 char name[PMT_COUNTER_NAME_SIZE_BYTES];
1968 enum pmt_datatype type;
1969 enum counter_scope scope;
1970 unsigned int lsb;
1971 unsigned int msb;
1974 enum counter_format format;
1976 unsigned int num_domains;
1977 struct pmt_domain_info *domains;
[all …]