Searched refs:dtrace_getpcstack (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h1327 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c657 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, function
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c3148 dtrace_getpcstack(caller, 2, aframes,
3160 * calling dtrace_getpcstack().
3164 dtrace_getpcstack(&caller, 1, aframes, NULL);
6817 dtrace_getpcstack((pc_t *)(tomax + valoffs),
6822 dtrace_getpcstack((pc_t *)(tomax + valoffs),

Completed in 49 milliseconds