Searched refs:tp_fd (Results 1 – 2 of 2) sorted by relevance
10 int bpf_fd = -1, tp_fd = -1; in test_raw_tp_writable_reject_nbd_invalid() local34 tp_fd = bpf_raw_tracepoint_open("nbd_send_request", bpf_fd); in test_raw_tp_writable_reject_nbd_invalid()35 if (CHECK(tp_fd >= 0, "bpf_raw_tracepoint_writable open", in test_raw_tp_writable_reject_nbd_invalid()39 close(tp_fd); in test_raw_tp_writable_reject_nbd_invalid()
50 int tp_fd = bpf_raw_tracepoint_open("bpf_test_finish", bpf_fd); in test_raw_tp_writable_test_run() local51 if (CHECK(tp_fd < 0, "bpf_raw_tracepoint_writable opened", in test_raw_tp_writable_test_run()52 "failed: %d errno %d\n", tp_fd, errno)) in test_raw_tp_writable_test_run()67 close(tp_fd); in test_raw_tp_writable_test_run()