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