Symbol: perf_model_support
tools/power/x86/turbostat/turbostat.c
1278
} *perf_model_support;
tools/power/x86/turbostat/turbostat.c
1300
static struct perf_model_support turbostat_perf_model_support[] = {
tools/power/x86/turbostat/turbostat.c
1387
perf_model_support = &turbostat_perf_model_support[i];
tools/power/x86/turbostat/turbostat.c
9393
if (perf_model_support == NULL)
tools/power/x86/turbostat/turbostat.c
9404
fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.refs, -1, PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9406
err(-1, "%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.uniform, perf_model_support->first.refs);
tools/power/x86/turbostat/turbostat.c
9410
retval = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.hits, fd_l2_percpu[cpu], PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9412
err(-1, "%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.uniform, perf_model_support->first.hits);
tools/power/x86/turbostat/turbostat.c
9419
fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.pcore, perf_model_support->first.refs, -1, PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9421
err(-1, "%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.pcore, perf_model_support->first.refs);
tools/power/x86/turbostat/turbostat.c
9425
retval = open_perf_counter(cpu, perf_pmu_types.pcore, perf_model_support->first.hits, fd_l2_percpu[cpu], PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9427
err(-1, "%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.pcore, perf_model_support->first.hits);
tools/power/x86/turbostat/turbostat.c
9432
fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.ecore, perf_model_support->second.refs, -1, PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9434
err(-1, "%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.pcore, perf_model_support->second.refs);
tools/power/x86/turbostat/turbostat.c
9438
retval = open_perf_counter(cpu, perf_pmu_types.ecore, perf_model_support->second.hits, fd_l2_percpu[cpu], PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9440
err(-1, "%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.pcore, perf_model_support->second.hits);
tools/power/x86/turbostat/turbostat.c
9445
fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.lcore, perf_model_support->third.refs, -1, PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9447
err(-1, "%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.pcore, perf_model_support->third.refs);
tools/power/x86/turbostat/turbostat.c
9451
retval = open_perf_counter(cpu, perf_pmu_types.lcore, perf_model_support->third.hits, fd_l2_percpu[cpu], PERF_FORMAT_GROUP);
tools/power/x86/turbostat/turbostat.c
9453
err(-1, "%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.pcore, perf_model_support->third.hits);