Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_writable_reject_nbd_invalid.c11 int bpf_fd = -1, tp_fd = -1; in test_raw_tp_writable_reject_nbd_invalid() local
35 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()
H A Draw_tp_writable_test_run.c51 int tp_fd = bpf_raw_tracepoint_open("bpf_test_finish", bpf_fd); in serial_test_raw_tp_writable_test_run() local
52 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()