Searched refs:pcstack (Results 1 – 8 of 8) sorted by relevance
/titanic_41/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 147 pcstack[depth++] = (pc_t)(uintptr_t)pc; in dtrace_getpcstack() 303 pcstack[depth++] = NULL; in dtrace_getpcstack() 342 pcstack[depth++] = (pc_t)fp->fr_savpc; in dtrace_getpcstack() 346 pcstack[depth++] = NULL; in dtrace_getpcstack() 353 pcstack[depth++] = (pc_t)fp->fr_savpc; 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() 400 if (pcstack != NULL) { in dtrace_getustack_common() 401 *pcstack++ = pc; in dtrace_getustack_common() [all …]
|
/titanic_41/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 62 pcstack[depth++] = (pc_t)intrpc; in dtrace_getpcstack() 94 pcstack[depth++] = (pc_t)caller; in dtrace_getpcstack() 99 pcstack[depth++] = (pc_t)pc; in dtrace_getpcstack() 104 pcstack[depth++] = NULL; 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() 148 if (pcstack != NULL) { in dtrace_getustack_common() 149 *pcstack++ = (uint64_t)pc; in dtrace_getustack_common() 213 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) in dtrace_getupcstack() argument [all …]
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | archdep.c | 70 extern int getpcstack_top(pc_t *pcstack, int limit, uintptr_t *lastfp, 78 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() argument 111 pcstack[depth] = pcswin[depth]; in getpcstack() 130 pcstack[depth++] = nextpc; in getpcstack()
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | getpcstack.c | 56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) in getpcstack() argument 183 pcstack[depth++] = fp->fr_savpc; in getpcstack()
|
H A D | misc.h | 134 extern int getpcstack(uintptr_t *pcstack, int pcstack_limit,
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_res.c | 252 pcstack(pc_t *pcs) in pcstack() function 308 tnf_symbols, stack, (pc_t *)pcstack(pcs)); in tnf_thread_switch() 312 tnf_symbols, stack, (tnf_opaque_t *)pcstack(pcs)); in tnf_thread_switch()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 292 pc_t pcstack[DEBUG_STK_DEPTH]; in ql_stacktrace() local 296 depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH); in ql_stacktrace() 301 sym = kobj_getsymname((uintptr_t)pcstack[i], &off); in ql_stacktrace()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 851 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() argument 882 pcstack[depth++] = (pc_t)pc; in getpcstack()
|