Searched refs:take (Results 1 – 17 of 17) sorted by relevance
| /xnu-8792.61.2/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_tests.m | 257 T_DECL(simple_compressed, "take a simple compressed stackshot") 271 T_DECL(panic_compressed, "take a compressed stackshot with the same flags as a panic stackshot") 370 T_EXPECT_LT(pre.ss_last_start, pre.ss_last_end, "pre: stackshot should take time"); 374 T_EXPECT_LT(post.ss_last_start, post.ss_last_end, "post: stackshot should take time"); 399 T_LOG("attempting to take stackshot with kernel-only flag"); 561 …CESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled parent to take stackshot"); 743 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 852 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp"); 861 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot"); 1251 T_LOG("attempting to take stackshot with instructions and cycles"); [all …]
|
| 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_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-8792.61.2/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 100 * result to come back. As this can take an exceedingly long time to
|
| /xnu-8792.61.2/tools/tests/perf_index/ |
| H A D | README | 12 parallel system, this would take half the time relative to if 1 was specified
|
| /xnu-8792.61.2/doc/memorystatus/ |
| H A D | overview.md | 22 Depending on the resource, there are a variety of actions that memorystatus might take. 110 Unmanaged processes go into their active jetsam band when they take out transactions.
|
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | vm_resident.c | 9551 uint64_t mapped, mapcost, take; in process_account() local 9565 take = site->subtotals[sub].total; in process_account() 9566 if (take > info[alloctag].size) { in process_account() 9567 take = info[alloctag].size; in process_account() 9569 if (take > mapped) { in process_account() 9570 take = mapped; in process_account() 9572 info[alloctag].mapped -= take; in process_account() 9573 info[alloctag].size -= take; in process_account() 9574 mapped -= take; in process_account() 9575 mapcost += take; in process_account()
|
| /xnu-8792.61.2/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-8792.61.2/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-8792.61.2/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 | 373 * 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-8792.61.2/makedefs/ |
| H A D | MakeInc.kernel | 310 # was run and use it to determine what actions to take
|
| /xnu-8792.61.2/doc/allocators/ |
| H A D | api-basics.md | 45 Most `zalloc` or `kalloc` functions take `zalloc_flags_t` typed flags.
|
| /xnu-8792.61.2/ |
| H A D | APPLE_LICENSE | 330 between You and Apple relating to this License shall take place in the
|