Searched refs:stackshot_capture_with_config (Results 1 – 7 of 7) sorted by relevance
57 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);
174 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");
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