Searched refs:bpf_object__pin (Results 1 – 3 of 3) sorted by relevance
79 int bpf_object__pin(struct bpf_object *object, const char *path);
1782 int bpf_object__pin(struct bpf_object *obj, const char *path) in bpf_object__pin() function
272 if (bpf_object__pin(obj, PERF_TEST_BPF_PATH)) in __test__bpf()