Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c4273 const ssize_t actual_read_size_total = actual_read_size_core + actual_read_size_pkg; in get_cstate_counters() local
4275 if (actual_read_size_total != expected_read_size) in get_cstate_counters()
4276 …1, "%s: failed to read perf_data (%zu %zu)", __func__, expected_read_size, actual_read_size_total); in get_cstate_counters()