Searched refs:perf_data_core (Results 1 – 1 of 1) sorted by relevance
4229 unsigned long long perf_data_core[NUM_CSTATE_COUNTERS + 1]; in get_cstate_counters() local4241 ZERO_ARRAY(perf_data_core); in get_cstate_counters()4257 actual_read_size_core = read(cci->fd_perf_core, &perf_data_core[0], sizeof(perf_data_core)); in get_cstate_counters()4284 const size_t num_core_counters = perf_data_core[0]; in get_cstate_counters()4290 memcpy(&perf_data[0], &perf_data_core[1], num_core_counters * sizeof(unsigned long long)); in get_cstate_counters()