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