Home
last modified time | relevance | path

Searched refs:bpf__unprobe (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dbpf-loader.h43 int bpf__unprobe(struct bpf_object *obj);
71 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe() function
Dbpf-loader.c97 bpf__unprobe(obj); in bpf__clear()
240 int bpf__unprobe(struct bpf_object *obj) in bpf__unprobe() function