Searched refs:dtrace_getpcstack (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dtrace_impl.h | 1263 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 44 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
|
/illumos-gate/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() function
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 3335 dtrace_getpcstack(caller, 2, aframes, in dtrace_dif_variable() 3347 dtrace_getpcstack(&caller, 1, aframes, NULL); in dtrace_dif_variable() 7195 dtrace_getpcstack((pc_t *)(tomax + valoffs), in dtrace_probe()
|