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