Searched refs:ctr_offset (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c132 if (!unit->ctl || !unit->ctl_offset || !unit->ctr_offset) {
172 type->ctr_offset = unit->ctr_offset;
571 uncore->perf_ctr = (unsigned int)type->box_ctrl + type->ctr_offset;
578 uncore->perf_ctr = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctr_offset;
586 uncore->perf_ctr = (unsigned int)type->ctr_offset;
H A Duncore_discovery.h97 ctr_offset : 8, member in struct:uncore_unit_discovery::__anon57::__anon58
125 u8 ctr_offset; /* Counter 0 offset */ member in struct:intel_uncore_discovery_type

Completed in 240 milliseconds