/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | pinning.c | 46 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 D | fexit_bpf2bpf.c | 80 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 D | trampoline_count.c | 57 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 D | reference_tracking.c | 17 obj = bpf_object__open_file(file, &open_opts); in test_reference_tracking()
|
H A D | global_data_init.c | 14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
|
H A D | ns_current_pid_tgid.c | 29 obj = bpf_object__open_file(file, NULL); in test_ns_current_pid_tgid()
|
H A D | rdonly_maps.c | 32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
|
H A D | probe_user.c | 17 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 D | pinning.c | 46 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 D | reference_tracking.c | 17 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 D | fexit_bpf2bpf.c | 97 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 D | global_data_init.c | 14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
|
H A D | rdonly_maps.c | 32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
|
H A D | trampoline_count.c | 16 obj = bpf_object__open_file(file, NULL); in load_prog()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tracex1_user.c | 16 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | tracex7_user.c | 23 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | tracex5_user.c | 49 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | spintest_user.c | 34 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | test_current_task_under_cgroup_user.c | 25 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | tracex4_user.c | 64 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | trace_output_user.c | 56 obj = bpf_object__open_file(filename, NULL); in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tracex1_user.c | 16 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | tracex7_user.c | 23 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | sockex2_user.c | 26 obj = bpf_object__open_file(filename, NULL); in main()
|
H A D | sockex1_user.c | 22 obj = bpf_object__open_file(filename, NULL); in main()
|