Searched refs:ss_bytes (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | stackshot.c | 644 unsigned ss_bytes = 0; in stackshot_dirty_buffer_test() local 657 kr = stack_snapshot_from_kernel(0, (char *)buf, 8 * 1024 * 1024, ss_flags, 0, 0, &ss_bytes); in stackshot_dirty_buffer_test() 663 if (ss_bytes == 0) { in stackshot_dirty_buffer_test() 669 printf("stackshot_dirty_buffer_test: captured %u bytes\n", ss_bytes); in stackshot_dirty_buffer_test() 687 unsigned ss_bytes = 0; in stackshot_kernel_initiator_test() local 695 kr = stack_snapshot_from_kernel(0, (char *)buf, 8 * 1024 * 1024, ss_flags, 0, 0, &ss_bytes); in stackshot_kernel_initiator_test() 701 if (ss_bytes == 0) { in stackshot_kernel_initiator_test()
|