Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Duncore_discovery.h97 ctr_offset : 8, member
125 u8 ctr_offset; /* Counter 0 offset */ member
H A Duncore_discovery.c131 if (!unit->ctl || !unit->ctl_offset || !unit->ctr_offset) { in uncore_insert_box_info()
171 type->ctr_offset = unit->ctr_offset; in uncore_insert_box_info()
570 uncore->perf_ctr = (unsigned int)type->box_ctrl + type->ctr_offset; in uncore_update_uncore_type()
577 uncore->perf_ctr = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctr_offset; in uncore_update_uncore_type()
585 uncore->perf_ctr = (unsigned int)type->ctr_offset; in uncore_update_uncore_type()