Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dstackshot.h57 int stackshot_capture_with_config(stackshot_config_t * stackshot_config);
/xnu-8020.101.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_tests.m174 ret = stackshot_capture_with_config(config);
179 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");
186 T_LOG("stackshot_capture_with_config failed with %s (%d), retrying",
194 "called stackshot_capture_with_config (no retries remaining)");
202 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");
H A Dstackshot_accuracy.m118 err = stackshot_capture_with_config(stackshot_config);
H A Dstackshot_block_owner_14362384.m97 ret = stackshot_capture_with_config(stackshot);
/xnu-8020.101.4/libsyscall/wrappers/
H A Dstackshot.c130 stackshot_capture_with_config(stackshot_config_t *stackshot_config) in stackshot_capture_with_config() function