Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/dev/arm64/
H A Ddtrace_isa.c467 dtrace_getpcstack(pc_t * pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
/xnu-8796.121.2/bsd/sys/
H A Ddtrace_impl.h1375 extern void dtrace_getpcstack(pc_t *, int, int, uint32_t *);
/xnu-8796.121.2/bsd/dev/i386/
H A Ddtrace_isa.c827 dtrace_getpcstack(pc_t *pcstack, int pcstack_limit, int aframes, in dtrace_getpcstack() function
/xnu-8796.121.2/bsd/dev/dtrace/
H A Ddtrace.c3477 dtrace_getpcstack(caller, 2, aframes, in dtrace_dif_variable()
3489 dtrace_getpcstack(&caller, 1, aframes, NULL); in dtrace_dif_variable()
7439 dtrace_getpcstack((pc_t *)(tomax + valoffs), in dtrace_probe()