Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2137 unsigned long long perf_counter[MAX_ADDED_THREAD_COUNTERS]; member
2151 unsigned long long perf_counter[MAX_ADDED_CORE_COUNTERS]; member
2186 unsigned long long perf_counter[MAX_ADDED_PACKAGE_COUNTERS]; member
3524 outp += print_hex_value(pp->width, &printed, delim, t->perf_counter[i]); in format_counters()
3526 outp += print_decimal_value(pp->width, &printed, delim, t->perf_counter[i]); in format_counters()
3529 outp += print_float_value(&printed, delim, t->perf_counter[i] / interval_float / 10000); in format_counters()
3531 outp += print_float_value(&printed, delim, pct(t->perf_counter[i], tsc)); in format_counters()
3594 outp += print_hex_value(pp->width, &printed, delim, c->perf_counter[i]); in format_counters()
3596 outp += print_decimal_value(pp->width, &printed, delim, c->perf_counter[i]); in format_counters()
3598 outp += print_float_value(&printed, delim, pct(c->perf_counter[i], tsc)); in format_counters()
[all …]