Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c78 static unsigned long long *aperf_current_count; variable
149 aperf_current_count[cpu] = aval; in mperf_measure_stats()
169 aperf_diff = aperf_current_count[cpu] - aperf_previous_count[cpu]; in mperf_get_count_percent()
205 aperf_diff = aperf_current_count[cpu] - aperf_previous_count[cpu]; in mperf_get_count_freq()
349 aperf_current_count = calloc(cpu_count, sizeof(unsigned long long)); in mperf_register()
361 free(aperf_current_count); in mperf_unregister()