Home
last modified time | relevance | path

Searched refs:dtrace_getpcstack (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h1263 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c44 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
/illumos-gate/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() function
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3335 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()