Home
last modified time | relevance | path

Searched refs:stackshot_capture_with_config (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dstackshot.h64 int stackshot_capture_with_config(stackshot_config_t * stackshot_config);
/xnu-11215.81.4/tests/
H A Dstackshot_spawn_exit_stress.c60 ret = stackshot_capture_with_config(config); in take_stackshot()
H A Dstackshot_idle_25570396.m65 ret = stackshot_capture_with_config(stackshot);
H A Dstackshot_accuracy.m120 err = stackshot_capture_with_config(stackshot_config);
H A Dstackshot_tests.m215 ret = stackshot_capture_with_config(config);
220 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");
227 T_LOG("stackshot_capture_with_config failed with %s (%d), retrying",
235 "called stackshot_capture_with_config (no retries remaining)");
243 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");
H A Dstackshot_block_owner_14362384.m97 ret = stackshot_capture_with_config(stackshot);
/xnu-11215.81.4/libsyscall/wrappers/
H A Dstackshot.c130 stackshot_capture_with_config(stackshot_config_t *stackshot_config) in stackshot_capture_with_config() function