Searched refs:libbpf_capture_stream (Results 1 – 1 of 1) sorted by relevance
900 static FILE *libbpf_capture_stream;915 if (libbpf_capture_stream) {916 PRINT_FAIL("%s: libbpf_capture_stream != NULL\n", __func__); in start_libbpf_log_capture() 920 libbpf_capture_stream = open_memstream(&libbpf_output_capture.buf, in start_libbpf_log_capture() 922 if (!libbpf_capture_stream) { in start_libbpf_log_capture() 938 if (!libbpf_capture_stream) in stop_libbpf_log_capture() 941 fputc(0, libbpf_capture_stream); in stop_libbpf_log_capture() 942 fclose(libbpf_capture_stream); in stop_libbpf_log_capture() 943 libbpf_capture_stream = NULL; in stop_libbpf_log_capture() 953 if (libbpf_capture_stream 903 static FILE *libbpf_capture_stream; global() variable [all...]