Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Duncore_snb.c332 .perf_ctr_bits = 44,
350 .perf_ctr_bits = 44,
410 .perf_ctr_bits = 44,
447 .perf_ctr_bits = 44,
489 .perf_ctr_bits = 44,
592 .perf_ctr_bits = 44,
605 .perf_ctr_bits = 44,
645 .perf_ctr_bits = 48,
658 .perf_ctr_bits = 48,
671 .perf_ctr_bits = 48,
[all …]
H A Duncore.h54 int perf_ctr_bits; member
456 return box->pmu->type->perf_ctr_bits; in uncore_perf_ctr_bits()
H A Duncore_discovery.c718 uncore->perf_ctr_bits = type->counter_width; in uncore_update_uncore_type()