Lines Matching refs:obj
52 int fd, struct bpf_object *obj, void *arg);
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,
110 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe()
111 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe()
112 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load()
115 bpf__foreach_event(struct bpf_object *obj __maybe_unused, in bpf__foreach_event()
123 bpf__config_obj(struct bpf_object *obj __maybe_unused, in bpf__config_obj()
171 bpf__strerror_probe(struct bpf_object *obj __maybe_unused, in bpf__strerror_probe()
178 static inline int bpf__strerror_load(struct bpf_object *obj __maybe_unused, in bpf__strerror_load()
186 bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused, in bpf__strerror_config_obj()