Searched refs:take (Results 1 – 16 of 16) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | stackshot_accuracy.m | 124 … T_ASSERT_FAIL("failed to take stackshot with error after retries: %d: %s\n", err, strerror(err)); 130 T_ASSERT_FAIL("failed to take stackshot with error: %d: %s\n", err, strerror(err)); 321 /* take the stackshot and parse it */ 370 /* take the stackshot and parse it */ 453 /* take the stackshot and parse it */ 506 /* take the stackshot and parse it */ 553 /* take the stackshot and parse it */
|
| H A D | stackshot_idle_25570396.m | 66 …T_ASSERT_TRUE(ret == 0 || ret == EBUSY || ret == ETIMEDOUT, "Attempting to take stackshot (error %… 68 T_ASSERT_FAIL("Failed to take stackshot after %d retries: %s", ret, strerror(ret));
|
| H A D | stackshot_tests.m | 246 T_DECL(simple_compressed, "take a simple compressed stackshot") 260 T_DECL(panic_compressed, "take a compressed stackshot with the same flags as a panic stackshot") 322 T_LOG("attempting to take stackshot with kernel-only flag"); 484 …CESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled parent to take stackshot"); 666 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 775 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp"); 784 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 1174 T_LOG("attempting to take stackshot with instructions and cycles"); 1238 T_LOG("attempting to take stackshot with thread group flag"); 1330 T_LOG("attempting to take stackshot with ASID and page table flags"); [all …]
|
| H A D | stackshot_block_owner_14362384.m | 99 "Attempting to take stackshot (error %d)...", ret); 101 …T_ASSERT_FAIL("Failed to take stackshot after %d retries: got %d (%s)", NUMRETRIES, ret, strerror(…
|
| /xnu-8020.140.41/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 100 * result to come back. As this can take an exceedingly long time to
|
| /xnu-8020.140.41/tools/tests/perf_index/ |
| H A D | README | 12 parallel system, this would take half the time relative to if 1 was specified
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_resident.c | 9450 uint64_t mapped, mapcost, take; in process_account() local 9464 take = site->subtotals[sub].total; in process_account() 9465 if (take > info[alloctag].size) { in process_account() 9466 take = info[alloctag].size; in process_account() 9468 if (take > mapped) { in process_account() 9469 take = mapped; in process_account() 9471 info[alloctag].mapped -= take; in process_account() 9472 info[alloctag].size -= take; in process_account() 9473 mapped -= take; in process_account() 9474 mapcost += take; in process_account()
|
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | README.md | 145 …ates on that particular command. For an example of how to use CMDOPTIONS, take a look at vm_object… 315 …* If you need help with format options take a look at http://docs.python.org/library/string.html#f…
|
| /xnu-8020.140.41/osfmk/mach/ |
| H A D | vm_map.defs | 286 * The mapping will take the current and maximum protections and
|
| H A D | mach_vm.defs | 335 * The mapping will take the current and maximum protections and
|
| /xnu-8020.140.41/makedefs/ |
| H A D | MakeInc.kernel | 309 # was run and use it to determine what actions to take
|
| /xnu-8020.140.41/doc/ |
| H A D | atomics.md | 415 the pointer can only take a couple of values and ditch all these manually
|
| H A D | debugging.md | 314 * Some macros take a long time to run against a target (more than 30 minutes). Instead, a core dump
|
| H A D | sched_clutch_edge.md | 223 …s in queueing delay algorithms and calculates the amount of time it would take for a newly runnabl…
|
| /xnu-8020.140.41/doc/allocators/ |
| H A D | api-basics.md | 45 Most `zalloc` or `kalloc` functions take `zalloc_flags_t` typed flags.
|
| /xnu-8020.140.41/ |
| H A D | APPLE_LICENSE | 330 between You and Apple relating to this License shall take place in the
|