Searched refs:bpf__load (Results 1 – 3 of 3) sorted by relevance
69 int bpf__load(struct bpf_object *obj);110 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load() function
744 int bpf__load(struct bpf_object *obj) in bpf__load() function
683 err = bpf__load(obj); in parse_events_load_bpf_obj()