Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c1265 } perf_pmu_types; variable
8591 perf_pmu_types.pcore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus()
8603 perf_pmu_types.ecore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus()
8615 perf_pmu_types.lcore = snapshot_sysfs_counter(path); in linux_perf_init_hybrid_cpus()
8632 perf_pmu_types.uniform = snapshot_sysfs_counter(path); in linux_perf_init()
9421 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.refs,… in perf_l2_init()
9423 …warnx("%s(cpu%d, 0x%x, 0x%llx) REFS", __func__, cpu, perf_pmu_types.uniform, perf_model_support->f… in perf_l2_init()
9427 …retval = open_perf_counter(cpu, perf_pmu_types.uniform, perf_model_support->first.hits, fd_l2_perc… in perf_l2_init()
9429 …warnx("%s(cpu%d, 0x%x, 0x%llx) HITS", __func__, cpu, perf_pmu_types.uniform, perf_model_support->f… in perf_l2_init()
9436 …fd_l2_percpu[cpu] = open_perf_counter(cpu, perf_pmu_types.pcore, perf_model_support->first.refs, -… in perf_l2_init()
[all …]