Searched refs:regtostr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libcpc/sparc/ |
H A D | event_ultra.c | 339 regtostr(int cpuver, int regno, uint8_t bits) in regtostr() function 401 if ((pic[0] = regtostr(event->ce_cpuver, 0, xpcr.pic[0])) == NULL) in cpc_eventtostr() 403 if ((pic[1] = regtostr(event->ce_cpuver, 1, xpcr.pic[1])) == NULL) { in cpc_eventtostr() 472 if ((pic[0] = regtostr(event->ce_cpuver, 0, xpcr.pic[0])) == NULL) in __cpc_eventtoset() 474 if ((pic[1] = regtostr(event->ce_cpuver, 1, xpcr.pic[1])) == NULL) { in __cpc_eventtoset()
|
/illumos-gate/usr/src/lib/libcpc/i386/ |
H A D | event_pentium.c | 527 regtostr(int cpuver, int regno, uint8_t bits) in regtostr() function 600 if ((pic[0] = regtostr(cpuver, 0, xpes[0].evsel)) == NULL) in cpc_eventtostr() 604 if ((pic[1] = regtostr(cpuver, 1, xpes[1].evsel)) == NULL) { in cpc_eventtostr() 636 if ((pic[0] = regtostr(cpuver, 0, xcesr.evsel[0])) == NULL) in cpc_eventtostr() 638 if ((pic[1] = regtostr(cpuver, 1, xcesr.evsel[1])) == NULL) { in cpc_eventtostr() 720 if ((pic[i] = regtostr(cpuver, i, in __cpc_eventtoset() 811 if ((pic[i] = regtostr(cpuver, i, xcesr.evsel[i])) in __cpc_eventtoset()
|