Searched refs:getsym (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/plockstat/ |
H A D | plockstat.c | 500 getsym(struct ps_prochandle *P, uintptr_t addr, char *buf, size_t size, in getsym() function 592 (void) getsym(P, lock, buf, sizeof (buf), 0); in process_aggregate() 596 if (getsym(P, stack[i], buf, sizeof (buf), 1) == 0) in process_aggregate() 622 (void) getsym(P, stack[i + 2], buf, in process_aggregate()
|