Home
last modified time | relevance | path

Searched refs:bpf_object__open_file (Results 1 - 25 of 86) sorted by relevance

1234

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c46 obj = bpf_object__open_file(file_invalid, NULL); in test_pinning()
54 obj = bpf_object__open_file(file, NULL); in test_pinning()
88 obj = bpf_object__open_file(file, NULL); in test_pinning()
159 obj = bpf_object__open_file(file, NULL); in test_pinning()
201 obj = bpf_object__open_file(file, &opts); in test_pinning()
228 obj = bpf_object__open_file(file, NULL); in test_pinning()
H A Dfexit_bpf2bpf.c80 obj = bpf_object__open_file(obj_file, &opts); in test_fexit_bpf2bpf_common()
255 freplace_obj = bpf_object__open_file(freplace_name, &opts); in test_fmod_ret_freplace()
271 fmod_obj = bpf_object__open_file(fmod_ret_name, &opts); in test_fmod_ret_freplace()
322 obj = bpf_object__open_file(obj_file, &opts); in test_obj_load_failure_common()
H A Dtrampoline_count.c57 obj = bpf_object__open_file(object, NULL); in test_trampoline_count()
87 obj = bpf_object__open_file(object, NULL); in test_trampoline_count()
H A Dreference_tracking.c17 obj = bpf_object__open_file(file, &open_opts); in test_reference_tracking()
H A Dglobal_data_init.c14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
H A Dns_current_pid_tgid.c29 obj = bpf_object__open_file(file, NULL); in test_ns_current_pid_tgid()
H A Drdonly_maps.c32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
H A Dprobe_user.c17 obj = bpf_object__open_file(obj_file, &opts); in test_probe_user()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c46 obj = bpf_object__open_file(file_invalid, NULL); in test_pinning()
54 obj = bpf_object__open_file(file, NULL); in test_pinning()
88 obj = bpf_object__open_file(file, NULL); in test_pinning()
168 obj = bpf_object__open_file(file, NULL); in test_pinning()
210 obj = bpf_object__open_file(file, &opts); in test_pinning()
237 obj = bpf_object__open_file(file, NULL); in test_pinning()
H A Dreference_tracking.c17 obj_iter = bpf_object__open_file(file, &open_opts); in test_reference_tracking()
34 obj = bpf_object__open_file(file, &open_opts); in test_reference_tracking()
H A Dfexit_bpf2bpf.c97 obj = bpf_object__open_file(obj_file, NULL); in test_fexit_bpf2bpf_common()
302 freplace_obj = bpf_object__open_file(freplace_name, NULL); in test_fmod_ret_freplace()
318 fmod_obj = bpf_object__open_file(fmod_ret_name, NULL); in test_fmod_ret_freplace()
369 obj = bpf_object__open_file(obj_file, NULL); in test_obj_load_failure_common()
H A Dglobal_data_init.c14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
H A Drdonly_maps.c32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
H A Dtrampoline_count.c16 obj = bpf_object__open_file(file, NULL); in load_prog()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtracex1_user.c16 obj = bpf_object__open_file(filename, NULL); in main()
H A Dtracex7_user.c23 obj = bpf_object__open_file(filename, NULL); in main()
H A Dtracex5_user.c49 obj = bpf_object__open_file(filename, NULL); in main()
H A Dspintest_user.c34 obj = bpf_object__open_file(filename, NULL); in main()
H A Dtest_current_task_under_cgroup_user.c25 obj = bpf_object__open_file(filename, NULL); in main()
H A Dtracex4_user.c64 obj = bpf_object__open_file(filename, NULL); in main()
H A Dtrace_output_user.c56 obj = bpf_object__open_file(filename, NULL); in main()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex1_user.c16 obj = bpf_object__open_file(filename, NULL); in main()
H A Dtracex7_user.c23 obj = bpf_object__open_file(filename, NULL); in main()
H A Dsockex2_user.c26 obj = bpf_object__open_file(filename, NULL); in main()
H A Dsockex1_user.c22 obj = bpf_object__open_file(filename, NULL); in main()

Completed in 6 milliseconds

1234