Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/intel/
Duncore_discovery.h93 ctr_offset : 8, member
121 u8 ctr_offset; /* Counter 0 offset */ member
Duncore_discovery.c143 if (WARN_ON_ONCE(!unit->ctl || !unit->ctl_offset || !unit->ctr_offset)) in uncore_insert_box_info()
175 type->ctr_offset = unit->ctr_offset; in uncore_insert_box_info()
542 uncore->perf_ctr = (unsigned int)type->box_ctrl + type->ctr_offset; in uncore_update_uncore_type()
549 uncore->perf_ctr = (unsigned int)UNCORE_DISCOVERY_PCI_BOX_CTRL(type->box_ctrl) + type->ctr_offset; in uncore_update_uncore_type()
557 uncore->perf_ctr = (unsigned int)type->ctr_offset; in uncore_update_uncore_type()