Searched refs:perf_pmu_types (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 1262 } perf_pmu_types; variable 8576 perf_pmu_types.pcore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus() 8588 perf_pmu_types.ecore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus() 8600 perf_pmu_types.lcore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus() 8617 perf_pmu_types.uniform = snapshot_sysfs_counter(path); in linux_perf_init() 9406 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.refs,… in perf_l2_init() 9408 …warnx("%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.uniform, perf_model_support->f… in perf_l2_init() 9412 …retval = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.hits, fd_l2_perc… in perf_l2_init() 9414 …warnx("%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.uniform, perf_model_support->f… in perf_l2_init() 9421 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.pcore, perf_model_support->first.refs, -… in perf_l2_init() [all …]
|