Searched refs:pcstack_limit (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 103 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, uint32_t *pc) in dtrace_getpcstack() argument 146 if (depth < pcstack_limit) in dtrace_getpcstack() 287 while (depth < pcstack_limit) { in dtrace_getpcstack() 302 while (depth < pcstack_limit) in dtrace_getpcstack() 345 while (depth < pcstack_limit) in dtrace_getpcstack() 362 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t sp) in dtrace_getustack_common() argument 370 ASSERT(pcstack == NULL || pcstack_limit > 0); in dtrace_getustack_common() 402 pcstack_limit--; in dtrace_getustack_common() 403 if (pcstack_limit == 0) in dtrace_getustack_common() 439 pcstack_limit--; in dtrace_getustack_common() [all …]
|
H A D | dtrace_asm.s | 586 movg %icc, %o1, %g5 ! min of %otherwin and pcstack_limit
|
/titanic_44/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 43 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() argument 61 if (intrpc != NULL && depth < pcstack_limit) in dtrace_getpcstack() 64 while (depth < pcstack_limit) { in dtrace_getpcstack() 93 ASSERT(depth < pcstack_limit); in dtrace_getpcstack() 98 if (depth < pcstack_limit) in dtrace_getpcstack() 103 while (depth < pcstack_limit) in dtrace_getpcstack() 114 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t pc, in dtrace_getustack_common() argument 126 ASSERT(pcstack == NULL || pcstack_limit > 0); in dtrace_getustack_common() 150 pcstack_limit--; in dtrace_getustack_common() 151 if (pcstack_limit <= 0) in dtrace_getustack_common() [all …]
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | archdep.c | 78 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() argument 86 int npcwin = MIN(MAXWIN, pcstack_limit); in getpcstack() 109 ASSERT(npcwin >= 0 && npcwin < MAXWIN && npcwin <= pcstack_limit); in getpcstack() 116 while (depth < pcstack_limit) { in getpcstack()
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | getpcstack.c | 56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) in getpcstack() argument 134 while (depth < pcstack_limit) { in getpcstack()
|
H A D | misc.h | 125 extern int getpcstack(uintptr_t *pcstack, int pcstack_limit,
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 851 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() argument 867 while (depth < pcstack_limit) { in getpcstack()
|