Searched refs:bpf_raw_tracepoint_open (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | raw_tp_writable_reject_nbd_invalid.c | 34 tp_fd = bpf_raw_tracepoint_open("nbd_send_request", bpf_fd); in test_raw_tp_writable_reject_nbd_invalid()
|
H A D | raw_tp_writable_test_run.c | 50 int tp_fd = bpf_raw_tracepoint_open("bpf_test_finish", bpf_fd); in test_raw_tp_writable_test_run()
|
H A D | fexit_stress.c | 54 link_fd[i] = bpf_raw_tracepoint_open(NULL, fexit_fd[i]); in test_fexit_stress()
|
H A D | task_fd_query_rawtp.c | 18 efd = bpf_raw_tracepoint_open("sys_enter", prog_fd); in test_task_fd_query_rawtp()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | raw_tp_writable_reject_nbd_invalid.c | 34 tp_fd = bpf_raw_tracepoint_open("nbd_send_request", bpf_fd); in test_raw_tp_writable_reject_nbd_invalid()
|
H A D | raw_tp_writable_test_run.c | 50 int tp_fd = bpf_raw_tracepoint_open("bpf_test_finish", bpf_fd); in serial_test_raw_tp_writable_test_run()
|
H A D | task_fd_query_rawtp.c | 18 efd = bpf_raw_tracepoint_open("sys_enter", prog_fd); in test_task_fd_query_rawtp()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.h | 237 LIBBPF_API int bpf_raw_tracepoint_open(const char *name, int prog_fd);
|
H A D | bpf.c | 850 int bpf_raw_tracepoint_open(const char *name, int prog_fd) in bpf_raw_tracepoint_open() function
|
H A D | libbpf.c | 9632 pfd = bpf_raw_tracepoint_open(tp_name, prog_fd); in bpf_program__attach_raw_tracepoint() 9670 pfd = bpf_raw_tracepoint_open(NULL, prog_fd); in bpf_program__attach_btf_id()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf.h | 588 LIBBPF_API int bpf_raw_tracepoint_open(const char *name, int prog_fd);
|
H A D | bpf.c | 847 return bpf_raw_tracepoint_open(NULL, prog_fd); in bpf_link_create() 1153 int bpf_raw_tracepoint_open(const char *name, int prog_fd) in bpf_raw_tracepoint_open() function
|
H A D | libbpf.c | 11791 pfd = bpf_raw_tracepoint_open(tp_name, prog_fd); in bpf_program__attach_raw_tracepoint()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_load.c | 159 efd = bpf_raw_tracepoint_open(event + 15, fd); in load_and_attach()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | syscall.c | 2826 static int bpf_raw_tracepoint_open(const union bpf_attr *attr) in bpf_raw_tracepoint_open() function 4480 err = bpf_raw_tracepoint_open(&attr); in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 3682 static int bpf_raw_tracepoint_open(const union bpf_attr *attr) in bpf_raw_tracepoint_open() function 5427 err = bpf_raw_tracepoint_open(&attr); in __sys_bpf()
|
Completed in 60 milliseconds