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