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 8577 perf_pmu_types.pcore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus() 8589 perf_pmu_types.ecore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus() 8601 perf_pmu_types.lcore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus() 8618 perf_pmu_types.uniform = snapshot_sysfs_counter(path); in linux_perf_init() 9404 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.refs,… in perf_l2_init() 9406 …err(-1, "%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.uniform, perf_model_support-… in perf_l2_init() 9410 …retval = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.hits, fd_l2_perc… in perf_l2_init() 9412 …err(-1, "%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.uniform, perf_model_support-… in perf_l2_init() 9419 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.pcore, perf_model_support->first.refs, -… in perf_l2_init() [all …]
|