aperf_current_count 74 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c static unsigned long long *aperf_current_count; aperf_current_count 109 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c aperf_current_count[cpu] = val; aperf_current_count 130 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c aperf_diff = aperf_current_count[cpu] - aperf_previous_count[cpu]; aperf_current_count 166 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c aperf_diff = aperf_current_count[cpu] - aperf_previous_count[cpu]; aperf_current_count 313 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c aperf_current_count = calloc(cpu_count, sizeof(unsigned long long)); aperf_current_count 324 tools/power/cpupower/utils/idle_monitor/mperf_monitor.c free(aperf_current_count);