Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hwpmc/
Dhwpmc_core.c611 static struct iap_event_descr iap_events[] = { variable
1896 static const int niap_events = sizeof(iap_events) / sizeof(iap_events[0]);
2253 for (n = 0, ie = iap_events; n < niap_events; n++, ie++) in iap_allocate_pmc()