Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcpc/common/
H A Dobsoleted.c105 __cpc_v1_pes[0] = this->ce_pes[0]; in cpc_bind_event()
106 __cpc_v1_pes[1] = this->ce_pes[1]; in cpc_bind_event()
137 this->ce_pes[0] = __cpc_v1_pes[0]; in cpc_take_sample()
138 this->ce_pes[1] = __cpc_v1_pes[1]; in cpc_take_sample()
H A Dlibcpc_impl.h243 uint32_t ce_pes[2]; /* Pentium II */ member
244 #define ce_cesr ce_pes[0] /* Pentium I */
/titanic_41/usr/src/lib/libcpc/i386/
H A Devent_pentium.c388 bits = &event->ce_pes[0]; in cpc_strtoevent()
599 unmake_pes(event->ce_pes[0], cpuver, &xpes[0]); in cpc_eventtostr()
603 unmake_pes(event->ce_pes[1], cpuver, &xpes[1]); in cpc_eventtostr()
719 unmake_pes(event->ce_pes[i], cpuver, &xpes[i]); in __cpc_eventtoset()