Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dlibbpf.h110 int bpf_obj_get(const char *pathname);
/external/bcc/src/cc/
Dlibbpf.h110 int bpf_obj_get(const char *pathname);
Dlibbpf.c1477 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
/external/iproute2/lib/
Dbpf.c781 static int bpf_obj_get(const char *pathname, enum bpf_prog_type type) in bpf_obj_get() function
800 int prog_fd = bpf_obj_get(pathname, type); in bpf_obj_pinned()
1003 map_fd = bpf_obj_get(map_path, type); in bpf_graft_map()
1379 return bpf_obj_get(pathname, ctx->type); in bpf_probe_pinned()