Home
last modified time | relevance | path

Searched refs:libbpf_capture_stream (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dtest_progs.c813 static FILE *libbpf_capture_stream; variable
828 if (libbpf_capture_stream) { in start_libbpf_log_capture()
833 libbpf_capture_stream = open_memstream(&libbpf_output_capture.buf, in start_libbpf_log_capture()
835 if (!libbpf_capture_stream) { in start_libbpf_log_capture()
851 if (!libbpf_capture_stream) in stop_libbpf_log_capture()
854 fputc(0, libbpf_capture_stream); in stop_libbpf_log_capture()
855 fclose(libbpf_capture_stream); in stop_libbpf_log_capture()
856 libbpf_capture_stream = NULL; in stop_libbpf_log_capture()
866 if (libbpf_capture_stream && level != LIBBPF_DEBUG) { in libbpf_print_fn()
870 vfprintf(libbpf_capture_stream, format, args2); in libbpf_print_fn()

Completed in 8 milliseconds