Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c4790 const ssize_t actual_read_size_total = actual_read_size_core + actual_read_size_pkg; in get_cstate_counters() local
4792 if (actual_read_size_total != expected_read_size) in get_cstate_counters()
4793 …1, "%s: failed to read perf_data (%zu %zu)", __func__, expected_read_size, actual_read_size_total); in get_cstate_counters()