Lines Matching refs:bpf_object
26 struct bpf_object;
33 struct bpf_object *bpf__prepare_load(const char *filename, bool source);
37 struct bpf_object *bpf__prepare_load_buffer(void *obj_buf, size_t obj_buf_sz,
42 int bpf__probe(struct bpf_object *obj);
43 int bpf__unprobe(struct bpf_object *obj);
44 int bpf__strerror_probe(struct bpf_object *obj, int err,
47 int bpf__load(struct bpf_object *obj);
48 int bpf__strerror_load(struct bpf_object *obj, int err,
50 int bpf__foreach_tev(struct bpf_object *obj,
53 static inline struct bpf_object *
61 static inline struct bpf_object *
70 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe()
71 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe()
72 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load()
75 bpf__foreach_tev(struct bpf_object *obj __maybe_unused, in bpf__foreach_tev()
104 bpf__strerror_probe(struct bpf_object *obj __maybe_unused, in bpf__strerror_probe()
111 static inline int bpf__strerror_load(struct bpf_object *obj __maybe_unused, in bpf__strerror_load()