Searched refs:bpf_raw_tracepoint_open (Results 1 – 9 of 9) sorted by relevance
34 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()
54 link_fd[i] = bpf_raw_tracepoint_open(NULL, fexit_fd[i]); in test_fexit_stress()
18 efd = bpf_raw_tracepoint_open("sys_enter", prog_fd); in test_task_fd_query_rawtp()
106 bpf_raw_tracepoint_open;
245 LIBBPF_API int bpf_raw_tracepoint_open(const char *name, int prog_fd);
1018 int bpf_raw_tracepoint_open(const char *name, int prog_fd) in bpf_raw_tracepoint_open() function
10119 pfd = bpf_raw_tracepoint_open(tp_name, prog_fd); in bpf_program__attach_raw_tracepoint()10175 pfd = bpf_raw_tracepoint_open(NULL, prog_fd); in bpf_program__attach_btf_id()
3020 static int bpf_raw_tracepoint_open(const union bpf_attr *attr) in bpf_raw_tracepoint_open() function4675 err = bpf_raw_tracepoint_open(&attr); in __sys_bpf()
Completed in 36 milliseconds