Home
last modified time | relevance | path

Searched refs:bpf_object__name (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h144 LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
H A Dlibbpf.c8006 const char *bpf_object__name(const struct bpf_object *obj) in bpf_object__name() function
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.h271 LIBBPF_API const char *bpf_object__name(const struct bpf_object *obj);
H A Dlibbpf.c8474 const char *bpf_object__name(const struct bpf_object *obj) in bpf_object__name() function
13057 bpf_object__name(s->obj)); in bpf_object__open_subskeleton()

Completed in 33 milliseconds