Searched refs:bpf__probe (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dbpf-loader.h42 int bpf__probe(struct bpf_object *obj);
70 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} bpf__unprobe() function
H A Dbpf-loader.c200 int bpf__probe(struct bpf_object *obj) bpf__probe() function
H A Dparse-events.c599 * Register atexit handler before calling bpf__probe() so parse_events_load_bpf_obj()
600 * bpf__probe() don't need to unprobe probe points its already parse_events_load_bpf_obj()
608 err = bpf__probe(obj); parse_events_load_bpf_obj()

Completed in 45 milliseconds