Home
last modified time | relevance | path

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

12

/Linux-v5.15/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()
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()
Dfexit_bpf2bpf.c92 obj = bpf_object__open_file(obj_file, &opts); in test_fexit_bpf2bpf_common()
283 freplace_obj = bpf_object__open_file(freplace_name, &opts); in test_fmod_ret_freplace()
297 fmod_obj = bpf_object__open_file(fmod_ret_name, &opts); in test_fmod_ret_freplace()
346 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()
Drdonly_maps.c32 obj = bpf_object__open_file(file, NULL); in test_rdonly_maps()
Dprobe_user.c17 obj = bpf_object__open_file(obj_file, &opts); in test_probe_user()
Dtest_overhead.c75 obj = bpf_object__open_file("./test_overhead.o", NULL); in test_test_overhead()
/Linux-v5.15/samples/bpf/
Dtracex1_user.c16 obj = bpf_object__open_file(filename, NULL); in main()
Dtracex7_user.c23 obj = bpf_object__open_file(filename, NULL); in main()
Dtest_cgrp2_sock2.c54 obj = bpf_object__open_file(argv[2], NULL); in main()
Dtracex5_user.c46 obj = bpf_object__open_file(filename, NULL); in main()
Dtracex4_user.c58 obj = bpf_object__open_file(filename, NULL); in main()
Dspintest_user.c28 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()
Dsockex3_user.c37 obj = bpf_object__open_file(filename, NULL); in main()
Dibumad_user.c117 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()
Dtracex3_user.c130 obj = bpf_object__open_file(filename, NULL); in main()
Doffwaketime_user.c110 obj = bpf_object__open_file(filename, NULL); in main()
Dtest_probe_write_user_user.c28 obj = bpf_object__open_file(filename, NULL); in main()
Dtest_map_in_map_user.c123 obj = bpf_object__open_file(filename, NULL); in main()
Dcpustat_user.c199 obj = bpf_object__open_file(filename, NULL); in main()

12