Searched refs:bpf__probe (Results 1 – 3 of 3) sorted by relevance
64 int bpf__probe(struct bpf_object *obj);108 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe() function
643 int bpf__probe(struct bpf_object *obj) in bpf__probe() function
677 err = bpf__probe(obj); in parse_events_load_bpf_obj()