Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map45 bpf_object__name;
H A Dlibbpf.h144 LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
H A Dlibbpf.c8003 const char *bpf_object__name(const struct bpf_object *obj) in bpf_object__name() function