Searched refs:tp_fd (Results 1 – 2 of 2) sorted by relevance
11 int bpf_fd = -1, tp_fd = -1; in test_raw_tp_writable_reject_nbd_invalid() local35 tp_fd = bpf_raw_tracepoint_open("nbd_send_request", bpf_fd); in test_raw_tp_writable_reject_nbd_invalid()36 if (CHECK(tp_fd >= 0, "bpf_raw_tracepoint_writable open", in test_raw_tp_writable_reject_nbd_invalid()40 close(tp_fd); in test_raw_tp_writable_reject_nbd_invalid()
51 int tp_fd = bpf_raw_tracepoint_open("bpf_test_finish", bpf_fd); in serial_test_raw_tp_writable_test_run() local52 if (CHECK(tp_fd < 0, "bpf_raw_tracepoint_writable opened", in serial_test_raw_tp_writable_test_run()53 "failed: %d errno %d\n", tp_fd, errno)) in serial_test_raw_tp_writable_test_run()71 close(tp_fd); in serial_test_raw_tp_writable_test_run()