Home
last modified time | relevance | path

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

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