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