Home
last modified time | relevance | path

Searched refs:bpf_object__open (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/tools/build/feature/
H A Dtest-libbpf.c6 return bpf_object__open("test") ? 0 : -1; in main()
/kernel/linux/linux-6.6/tools/build/feature/
H A Dtest-libbpf.c10 return bpf_object__open("test") ? 0 : -1; in main()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Diter.c48 obj = bpf_object__open(objfile); in do_pin()
H A Dstruct_ops.c497 obj = bpf_object__open(file); in do_register()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Diter.c51 obj = bpf_object__open(objfile); in do_pin()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_adjust_tail.c155 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_shrink()
219 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_grow()
H A Dxdp_adjust_frags.c16 obj = bpf_object__open(file); in test_xdp_update_frags()
H A Dselect_reuseport.c94 obj = bpf_object__open("test_select_reuseport_kern.bpf.o"); in prepare_bpf_obj()
H A Dbtf.c4786 obj = bpf_object__open(test->file); in do_test_file()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h99 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
106 /* deprecated bpf_object__open variants */
H A Dlibbpf.c7039 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
9094 * bpf_object__open guessed in bpf_prog_load_xattr()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c104 obj = bpf_object__open("test_select_reuseport_kern.o"); in prepare_bpf_obj()
H A Dbtf.c4142 obj = bpf_object__open(test->file); in do_test_file()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h186 * @brief **bpf_object__open()** creates a bpf_object by opening
193 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
225 * **bpf_object__open*()** APIs
1646 /* Called during bpf_object__open() for each recognized BPF program. Callback
H A Dlibbpf.c7476 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_maps.c1163 obj = bpf_object__open(MAPINMAP_PROG); in test_map_in_map()
1238 obj = bpf_object__open(MAPINMAP_INVALID_PROG); in test_map_in_map()
H A Dtest_sockmap.c1821 obj = bpf_object__open(bpf_file); in populate_progs()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-loader.c101 obj = bpf_object__open(filename); in bpf__prepare_load()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_maps.c1146 obj = bpf_object__open(MAPINMAP_PROG); in test_map_in_map()
H A Dtest_sockmap.c1736 obj = bpf_object__open(bpf_file); in populate_progs()

Completed in 61 milliseconds