Searched refs:bpf_object__name (Results 1 – 4 of 4) sorted by relevance
21 if (CHECK(strcmp(bpf_object__name(obj), obj_name), "obj_name", in test_reference_tracking()23 bpf_object__name(obj), obj_name)) in test_reference_tracking()
45 bpf_object__name;
144 LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
7922 const char *bpf_object__name(const struct bpf_object *obj) in bpf_object__name() function