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