Searched refs:stack_snapshot_from_kernel (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/kern/ |
| H A D | stackshot.c | 657 kr = stack_snapshot_from_kernel(0, (char *)buf, 8 * 1024 * 1024, ss_flags, 0, 0, &ss_bytes); in stackshot_dirty_buffer_test() 695 kr = stack_snapshot_from_kernel(0, (char *)buf, 8 * 1024 * 1024, ss_flags, 0, 0, &ss_bytes); in stackshot_kernel_initiator_test()
|
| /xnu-11215/osfmk/kern/ |
| H A D | debug.h | 700 stack_snapshot_from_kernel(int pid, void *buf, uint32_t size, uint64_t flags,
|
| H A D | telemetry.c | 1763 kern_return_t r = stack_snapshot_from_kernel( in bootprofile_timer_call()
|
| H A D | kern_stackshot.c | 1174 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-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12600 kr = stack_snapshot_from_kernel(pid, dstAddr, size, flags, 0, 0, &bytesWritten);
|