Lines Matching refs:perf_subsys
1133 const char *perf_subsys; member
1148 .perf_subsys = "power",
1161 .perf_subsys = "power",
1174 .perf_subsys = "power",
1187 .perf_subsys = "power",
1200 .perf_subsys = "power",
1213 .perf_subsys = NULL,
1226 .perf_subsys = NULL,
1239 .perf_subsys = NULL,
1291 const char *perf_subsys; member
1303 .perf_subsys = "cstate_core",
1313 .perf_subsys = "cstate_core",
1323 .perf_subsys = "cstate_core",
1333 .perf_subsys = "cstate_core",
1343 .perf_subsys = "cstate_pkg",
1353 .perf_subsys = "cstate_pkg",
1363 .perf_subsys = "cstate_pkg",
1373 .perf_subsys = "cstate_pkg",
1383 .perf_subsys = "cstate_pkg",
1393 .perf_subsys = "cstate_pkg",
1403 .perf_subsys = "cstate_pkg",
1433 const char *perf_subsys; member
1450 .perf_subsys = "msr",
1458 .perf_subsys = "msr",
1466 .perf_subsys = "msr",
7468 const double scale = read_perf_scale(cai->perf_subsys, cai->perf_name); in add_rapl_perf_counter_()
7473 const enum rapl_unit unit = read_perf_rapl_unit(cai->perf_subsys, cai->perf_name); in add_rapl_perf_counter_()
7478 const unsigned int rapl_type = read_perf_type(cai->perf_subsys); in add_rapl_perf_counter_()
7479 const unsigned int rapl_energy_pkg_config = read_perf_config(cai->perf_subsys, cai->perf_name); in add_rapl_perf_counter_()
7635 int *pfd_group = get_cstate_perf_group_fd(cci, cai->perf_subsys); in add_cstate_perf_counter_()
7640 const unsigned int type = read_perf_type(cai->perf_subsys); in add_cstate_perf_counter_()
7641 const unsigned int config = read_perf_config(cai->perf_subsys, cai->perf_name); in add_cstate_perf_counter_()
7670 const unsigned int type = read_perf_type(cai->perf_subsys); in add_msr_perf_counter_()
7671 const unsigned int config = read_perf_config(cai->perf_subsys, cai->perf_name); in add_msr_perf_counter_()
7690 …fprintf(stderr, "%s: %s/%s: %d (cpu: %d)\n", __func__, cai->perf_subsys, cai->perf_name, ret, cpu); in add_msr_perf_counter()