Home
last modified time | relevance | path

Searched refs:extra_msr_offset64 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c71 unsigned int extra_msr_offset64; variable
315 if (extra_msr_offset64) in print_header()
316 outp += sprintf(outp, " MSR 0x%03X", extra_msr_offset64); in print_header()
411 extra_msr_offset64, t->extra_msr64); in dump_counters()
539 if (extra_msr_offset64) in format_counters()
1021 if (extra_msr_offset64) in get_counters()
1022 if (get_msr(cpu, extra_msr_offset64, &t->extra_msr64)) in get_counters()
3182 sscanf(optarg, "%x", &extra_msr_offset64); in cmdline()