Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dreference_tracking.c21 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()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map45 bpf_object__name;
Dlibbpf.h144 LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
Dlibbpf.c7922 const char *bpf_object__name(const struct bpf_object *obj) in bpf_object__name() function