Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c8772 int *pfd_group = get_cstate_perf_group_fd(cci, cai->perf_subsys); in add_cstate_perf_counter() local
8774 if (pfd_group == NULL) in add_cstate_perf_counter()
8780 ret = open_perf_counter(cpu, type, config, *pfd_group, PERF_FORMAT_GROUP); in add_cstate_perf_counter()
8786 if (*pfd_group == -1) in add_cstate_perf_counter()
8787 *pfd_group = ret; in add_cstate_perf_counter()