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);
215 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");
97 ret = stackshot_capture_with_config(stackshot);
130 stackshot_capture_with_config(stackshot_config_t *stackshot_config) in stackshot_capture_with_config() function