Home
last modified time | relevance | path

Searched refs:bpf_obj_get (Results 1 – 4 of 4) sorted by relevance

/tools/lib/bpf/
Dlibbpf.map35 bpf_obj_get;
Dbpf.h124 LIBBPF_API int bpf_obj_get(const char *pathname);
Dbpf.c452 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
/tools/bpf/bpftool/
Dcommon.c130 fd = bpf_obj_get(path); in open_obj_pinned()