Home
last modified time | relevance | path

Searched refs:pcstack (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c103 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 Ddtrace_isa.c43 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 Darchdep.c70 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 Dgetpcstack.c56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) in getpcstack() argument
183 pcstack[depth++] = fp->fr_savpc; in getpcstack()
H A Dmisc.h134 extern int getpcstack(uintptr_t *pcstack, int pcstack_limit,
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_res.c252 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 Dql_debug.c292 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 Darchdep.c851 getpcstack(pc_t *pcstack, int pcstack_limit) in getpcstack() argument
882 pcstack[depth++] = (pc_t)pc; in getpcstack()