Searched refs:mc6_us (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1179 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */ member in struct:core_data
1992 outp += sprintf(outp, "mc6_us: %016llX\n", c->mc6_us);
2215 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * c->mc6_us / tsc);
2518 old->mc6_us = new->mc6_us - old->mc6_us;
2679 c->mc6_us = 0;
2782 average.cores.mc6_us += c->mc6_us;
[all...]

Completed in 117 milliseconds