Home
last modified time | relevance | path

Searched refs:bpf_raw_tracepoint_open (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Draw_tp_writable_reject_nbd_invalid.c34 tp_fd = bpf_raw_tracepoint_open("nbd_send_request", bpf_fd); in test_raw_tp_writable_reject_nbd_invalid()
Draw_tp_writable_test_run.c50 int tp_fd = bpf_raw_tracepoint_open("bpf_test_finish", bpf_fd); in test_raw_tp_writable_test_run()
Dfexit_stress.c54 link_fd[i] = bpf_raw_tracepoint_open(NULL, fexit_fd[i]); in test_fexit_stress()
Dtask_fd_query_rawtp.c18 efd = bpf_raw_tracepoint_open("sys_enter", prog_fd); in test_task_fd_query_rawtp()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map106 bpf_raw_tracepoint_open;
Dbpf.h237 LIBBPF_API int bpf_raw_tracepoint_open(const char *name, int prog_fd);
Dbpf.c850 int bpf_raw_tracepoint_open(const char *name, int prog_fd) in bpf_raw_tracepoint_open() function
Dlibbpf.c9548 pfd = bpf_raw_tracepoint_open(tp_name, prog_fd); in bpf_program__attach_raw_tracepoint()
9586 pfd = bpf_raw_tracepoint_open(NULL, prog_fd); in bpf_program__attach_btf_id()
/Linux-v5.10/samples/bpf/
Dbpf_load.c159 efd = bpf_raw_tracepoint_open(event + 15, fd); in load_and_attach()
/Linux-v5.10/kernel/bpf/
Dsyscall.c2800 static int bpf_raw_tracepoint_open(const union bpf_attr *attr) in bpf_raw_tracepoint_open() function
4441 err = bpf_raw_tracepoint_open(&attr); in SYSCALL_DEFINE3()