Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreference_tracking.c21 if (CHECK(strcmp(bpf_object__name(obj_iter), obj_name), "obj_name", in test_reference_tracking()
23 bpf_object__name(obj_iter), obj_name)) in test_reference_tracking()
/linux/tools/lib/bpf/
H A Dlibbpf.map28 bpf_object__name;
H A Dlibbpf.h306 LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
H A Dlibbpf.c9181 const char *bpf_object__name(const struct bpf_object *obj) in bpf_object__name() function
14015 bpf_object__name(s->obj)); in bpf_object__open_subskeleton()