Home
last modified time | relevance | path

Searched refs:bpf_object__open (Results 1 – 15 of 15) sorted by relevance

/linux-6.1.9/tools/build/feature/
Dtest-libbpf.c6 return bpf_object__open("test") ? 0 : -1; in main()
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dxdp_adjust_tail.c150 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_shrink()
214 obj = bpf_object__open(file); in test_xdp_adjust_frags_tail_grow()
Dxdp_adjust_frags.c16 obj = bpf_object__open(file); in test_xdp_update_frags()
Dselect_reuseport.c94 obj = bpf_object__open("test_select_reuseport_kern.bpf.o"); in prepare_bpf_obj()
Dbtf.c4709 obj = bpf_object__open(test->file); in do_test_file()
/linux-6.1.9/tools/bpf/bpftool/
Diter.c48 obj = bpf_object__open(objfile); in do_pin()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map29 bpf_object__open;
Dlibbpf.h177 LIBBPF_API struct bpf_object *bpf_object__open(const char *path);
Dlibbpf.c7262 struct bpf_object *bpf_object__open(const char *path) in bpf_object__open() function
/linux-6.1.9/Documentation/bpf/
Dprog_lsm.rst105 obj = bpf_object__open("./my_prog.o");
/linux-6.1.9/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst51 passed directly into **libbpf** (using **bpf_object__open()**
115 corresponds to libbpf's **bpf_object__open**\ () API.
/linux-6.1.9/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst47 For example ``bpf_object__open`` consists of the name of corresponding
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_maps.c1163 obj = bpf_object__open(MAPINMAP_PROG); in test_map_in_map()
1234 obj = bpf_object__open(MAPINMAP_INVALID_PROG); in test_map_in_map()
Dtest_sockmap.c1803 obj = bpf_object__open(bpf_file); in populate_progs()
/linux-6.1.9/tools/perf/util/
Dbpf-loader.c265 obj = bpf_object__open(filename); in bpf__prepare_load()