Searched defs:pcstack (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dgetpcstack.c56 getpcstack(uintptr_t *pcstack, int pcstack_limit, int check_signal) argument
183 pcstack[depth++] = fp->fr_savpc;
/illumos-gate/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) argument
98 * the number of frames it wrote into pcstack.
102 * on our stack and then copy the result out to the pcstack buffer
111 pcstack[depth] = pcswin[depth];
130 pcstack[depth++] = nextpc;
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c43 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, argument
62 pcstack[depth++] = (pc_t)intrpc;
94 pcstack[depth++] = (pc_t)caller;
99 pcstack[depth++] = (pc_t)pc;
104 pcstack[depth++] = NULL;
114 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t pc, argument
126 ASSERT(pcstack == NULL || pcstack_limit > 0);
148 if (pcstack != NULL) {
149 *pcstack++ = (uint64_t)pc;
213 dtrace_getupcstack(uint64_t *pcstack, in argument
301 dtrace_getufpstack(uint64_t *pcstack, uint64_t *fpstack, int pcstack_limit) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c292 pc_t pcstack[DEBUG_STK_DEPTH]; local
296 depth = getpcstack(&pcstack[0], DEBUG_STK_DEPTH);
301 sym = kobj_getsymname((uintptr_t)pcstack[i], &off);
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c94 * pcstack.
103 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, uint32_t *pc) argument
147 pcstack[depth++] = (pc_t)(uintptr_t)pc;
297 * pcstack, and return.
303 pcstack[depth++] = NULL;
342 pcstack[depth++] = (pc_t)fp->fr_savpc;
346 pcstack[depth++] = NULL;
353 pcstack[depth++] = (pc_t)fp->fr_savpc;
362 dtrace_getustack_common(uint64_t *pcstack, int pcstack_limit, uintptr_t sp) argument
370 ASSERT(pcstack
450 dtrace_getupcstack(uint64_t *pcstack, int pcstack_limit) argument
544 dtrace_getufpstack(uint64_t *pcstack, uint64_t *fpstack, int pcstack_limit) argument
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_res.c248 * pcstack(): fill in, NULL-terminate and return pc stack.
252 pcstack(pc_t *pcs) function
308 tnf_symbols, stack, (pc_t *)pcstack(pcs));
312 tnf_symbols, stack, (tnf_opaque_t *)pcstack(pcs));
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c851 getpcstack(pc_t *pcstack, int pcstack_limit) argument
882 pcstack[depth++] = (pc_t)pc;

Completed in 68 milliseconds