Searched refs:stackshot_capture_with_config (Results 1 – 7 of 7) sorted by relevance
64 int stackshot_capture_with_config(stackshot_config_t * stackshot_config);
60 ret = stackshot_capture_with_config(config); in take_stackshot()
65 ret = stackshot_capture_with_config(stackshot);
186 ret = stackshot_capture_with_config(config);191 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");198 T_LOG("stackshot_capture_with_config failed with %s (%d), retrying",206 "called stackshot_capture_with_config (no retries remaining)");214 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");
118 err = stackshot_capture_with_config(stackshot_config);
97 ret = stackshot_capture_with_config(stackshot);
130 stackshot_capture_with_config(stackshot_config_t *stackshot_config) in stackshot_capture_with_config() function