Home
last modified time | relevance | path

Searched refs:do_stackshot (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.h50 extern kern_return_t do_stackshot(void* context);
H A Ddebug.c1699 CPUDEBUGGERRET = do_stackshot(NULL);
H A Dkern_stackshot.c5580 do_stackshot(void *context) in do_stackshot() function
5714 kern_return_t ret = do_stackshot(context); in do_panic_stackshot()