Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/ !
H A Ddebug.h614 stack_snapshot_from_kernel(int pid, void *buf, uint32_t size, uint64_t flags,
H A Dtelemetry.c1527 kern_return_t r = stack_snapshot_from_kernel( in bootprofile_timer_call()
H A Dkern_stackshot.c353 stack_snapshot_from_kernel(int pid, void *buf, uint32_t size, uint64_t flags, uint64_t delta_since_… in stack_snapshot_from_kernel() function
/xnu-8019.80.24/iokit/Kernel/ !
H A DIOPMrootDomain.cpp12250 kr = stack_snapshot_from_kernel(pid, dstAddr, size, flags, 0, 0, &bytesWritten); in takeStackshot()