Home
last modified time | relevance | path

Searched refs:take (Results 1 – 20 of 20) sorted by relevance

/xnu-11417.121.6/tests/
H A Dstackshot_accuracy.m126 … T_ASSERT_FAIL("failed to take stackshot with error after retries: %d: %s\n", err, strerror(err));
132 T_ASSERT_FAIL("failed to take stackshot with error: %d: %s\n", err, strerror(err));
323 /* take the stackshot and parse it */
372 /* take the stackshot and parse it */
455 /* take the stackshot and parse it */
510 /* take the stackshot and parse it */
557 /* take the stackshot and parse it */
H A Dstackshot_idle_25570396.m66 …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 Dstackshot_tests.m342 T_DECL(simple_compressed, "take a simple compressed stackshot", T_META_TAG_VM_PREFERRED)
356 T_DECL(panic_compressed, "take a compressed stackshot with the same flags as a panic stackshot", T_…
455 T_EXPECT_LT(pre.ss_last_start, pre.ss_last_end, "pre: stackshot should take time");
459 T_EXPECT_LT(post.ss_last_start, post.ss_last_end, "post: stackshot should take time");
484 T_LOG("attempting to take stackshot with kernel-only flag");
647 …CESS(kill(getppid(), (addr == prevaddr) ? SIGUSR2 : SIGUSR1), "signaled parent to take stackshot");
830 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot");
941 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take timestamp");
950 T_ASSERT_POSIX_SUCCESS(kill(getppid(), SIGUSR1), "signaled parent to take stackshot");
1344 T_LOG("attempting to take stackshot with instructions and cycles");
[all …]
H A Dstackshot_block_owner_14362384.m99 "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-11417.121.6/osfmk/UserNotification/
H A DUNDRequest.defs100 * result to come back. As this can take an exceedingly long time to
/xnu-11417.121.6/doc/observability/
H A Dmt_stackshot.md3 Stackshot has been retrofitted to take advantage of multiple CPUs. This document
138 now take a stackshot if the system panicked during a stackshot, since state has
/xnu-11417.121.6/doc/vm/
H A Dmemorystatus.md17 Depending on the resource, there are a variety of actions that memorystatus might take.
105 Unmanaged processes go into their active jetsam band when they take out transactions.
124 The following configurable (EDT) thresholds determine which actions to take when `memorystatus_avai…
/xnu-11417.121.6/tools/tests/perf_index/
H A DREADME12 parallel system, this would take half the time relative to if 1 was specified
/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c10429 uint64_t mapped, mapcost, take; in process_account() local
10443 take = site->subtotals[sub].total; in process_account()
10444 if (take > info[alloctag].size) { in process_account()
10445 take = info[alloctag].size; in process_account()
10447 if (take > mapped) { in process_account()
10448 take = mapped; in process_account()
10450 info[alloctag].mapped -= take; in process_account()
10451 info[alloctag].size -= take; in process_account()
10452 mapped -= take; in process_account()
10453 mapcost += take; in process_account()
/xnu-11417.121.6/doc/building/
H A Dbound_checks.md160 root-cause. This **will** take precedence over any other work that you could
/xnu-11417.121.6/osfmk/mach/
H A Dvm_map.defs290 * The mapping will take the current and maximum protections and
H A Dmach_vm.defs339 * The mapping will take the current and maximum protections and
/xnu-11417.121.6/tools/lldbmacros/
H A DREADME.md150 …ates on that particular command. For an example of how to use CMDOPTIONS, take a look at vm_object…
320 …* If you need help with format options take a look at http://docs.python.org/library/string.html#f…
/xnu-11417.121.6/doc/primitives/
H A Datomics.md417 the pointer can only take a couple of values and ditch all these manually
/xnu-11417.121.6/makedefs/
H A DMakeInc.kernel380 # was run and use it to determine what actions to take
H A DMakeInc.def471 # and CFLAGS_BOUND_CHECKS_DISABLE_NEW_CHECKS variables do not take into
/xnu-11417.121.6/doc/debugging/
H A Ddebugging.md194 * Some macros take a long time to run against a target (more than 30 minutes). Instead, a core dump
/xnu-11417.121.6/doc/allocators/
H A Dapi-basics.md47 Most `zalloc` or `kalloc` functions take `zalloc_flags_t` typed flags.
/xnu-11417.121.6/
H A DAPPLE_LICENSE330 between You and Apple relating to this License shall take place in the
/xnu-11417.121.6/doc/scheduler/
H A Dsched_clutch_edge.md222 …s in queueing delay algorithms and calculates the amount of time it would take for a newly runnabl…