Searched refs:bpf_raw_tracepoint_open (Results 1 – 7 of 7) sorted by relevance
35 tp_fd = bpf_raw_tracepoint_open("nbd_send_request", bpf_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()
18 efd = bpf_raw_tracepoint_open("sys_enter", prog_fd); in test_task_fd_query_rawtp()
52 bpf_raw_tracepoint_open;
632 LIBBPF_API int bpf_raw_tracepoint_open(const char *name, int prog_fd);
874 return bpf_raw_tracepoint_open(NULL, prog_fd); in bpf_link_create()1198 int bpf_raw_tracepoint_open(const char *name, int prog_fd) in bpf_raw_tracepoint_open() function
4001 static int bpf_raw_tracepoint_open(const union bpf_attr *attr) in bpf_raw_tracepoint_open() function5837 err = bpf_raw_tracepoint_open(&attr); in __sys_bpf()