Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/arm/
H A Ddtrace_isa.c432 dtrace_getpcstack(pc_t * pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
/xnu-8019.80.24/bsd/dev/arm64/
H A Ddtrace_isa.c461 dtrace_getpcstack(pc_t * pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
/xnu-8019.80.24/bsd/sys/
H A Ddtrace_impl.h1379 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/xnu-8019.80.24/bsd/dev/i386/
H A Ddtrace_isa.c827 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace.c3492 dtrace_getpcstack(caller, 2, aframes, in dtrace_dif_variable()
3504 dtrace_getpcstack(&caller, 1, aframes, NULL); in dtrace_dif_variable()
7431 dtrace_getpcstack((pc_t *)(tomax + valoffs), in dtrace_probe()