Home
last modified time | relevance | path

Searched refs:bpf_object__open_file (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
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()
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()
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()
Dreference_tracking.c17 obj = bpf_object__open_file(file, &open_opts); in test_reference_tracking()
Dglobal_data_init.c14 obj = bpf_object__open_file(file, NULL); in test_global_data_init()
Dns_current_pid_tgid.c29 obj = bpf_object__open_file(file, NULL); in test_ns_current_pid_tgid()
Dprobe_user.c17 obj = bpf_object__open_file(obj_file, &opts); in test_probe_user()
Drdonly_maps.c32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
Dtest_overhead.c75 obj = bpf_object__open_file("./test_overhead.o", NULL); in test_test_overhead()
/Linux-v5.10/samples/bpf/
Dtracex1_user.c16 obj = bpf_object__open_file(filename, NULL); in main()
Dtracex7_user.c18 obj = bpf_object__open_file(filename, NULL); in main()
Dtracex5_user.c49 obj = bpf_object__open_file(filename, NULL); in main()
Dtracex4_user.c64 obj = bpf_object__open_file(filename, NULL); in main()
Dtest_current_task_under_cgroup_user.c25 obj = bpf_object__open_file(filename, NULL); in main()
Dtrace_output_user.c56 obj = bpf_object__open_file(filename, NULL); in main()
Dspintest_user.c34 obj = bpf_object__open_file(filename, NULL); in main()
Dsockex3_user.c39 obj = bpf_object__open_file(filename, NULL); in main()
Dlathist_user.c90 obj = bpf_object__open_file(filename, NULL); in main()
Dsyscall_tp_user.c54 objs[i] = bpf_object__open_file(filename, NULL); in test()
Dtest_probe_write_user_user.c28 obj = bpf_object__open_file(filename, NULL); in main()
Dtracex3_user.c136 obj = bpf_object__open_file(filename, NULL); in main()
Doffwaketime_user.c116 obj = bpf_object__open_file(filename, NULL); in main()
Dcpustat_user.c199 obj = bpf_object__open_file(filename, NULL); in main()
Dsampleip_user.c181 obj = bpf_object__open_file(filename, NULL); in main()
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_current_pid_tgid_new_ns.c96 obj = bpf_object__open_file(file, NULL); in main()

12