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);
120 err = stackshot_capture_with_config(stackshot_config);
216 ret = stackshot_capture_with_config(config);221 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");228 T_LOG("stackshot_capture_with_config failed with %s (%d), retrying",236 "called stackshot_capture_with_config (no retries remaining)");244 T_ASSERT_POSIX_ZERO(ret, "called stackshot_capture_with_config");
97 ret = stackshot_capture_with_config(stackshot);
130 stackshot_capture_with_config(stackshot_config_t *stackshot_config) in stackshot_capture_with_config() function