Lines Matching refs:bpf_object
47 struct bpf_object;
55 struct bpf_object *bpf__prepare_load(const char *filename, bool source);
59 struct bpf_object *bpf__prepare_load_buffer(void *obj_buf, size_t obj_buf_sz,
64 int bpf__probe(struct bpf_object *obj);
65 int bpf__unprobe(struct bpf_object *obj);
66 int bpf__strerror_probe(struct bpf_object *obj, int err,
69 int bpf__load(struct bpf_object *obj);
70 int bpf__strerror_load(struct bpf_object *obj, int err,
72 int bpf__foreach_event(struct bpf_object *obj,
75 int bpf__config_obj(struct bpf_object *obj, struct parse_events_term *term,
77 int bpf__strerror_config_obj(struct bpf_object *obj,
91 static inline struct bpf_object *
99 static inline struct bpf_object *
108 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe()
109 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe()
110 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load()
113 bpf__foreach_event(struct bpf_object *obj __maybe_unused, in bpf__foreach_event()
121 bpf__config_obj(struct bpf_object *obj __maybe_unused, in bpf__config_obj()
169 bpf__strerror_probe(struct bpf_object *obj __maybe_unused, in bpf__strerror_probe()
176 static inline int bpf__strerror_load(struct bpf_object *obj __maybe_unused, in bpf__strerror_load()
184 bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused, in bpf__strerror_config_obj()