Lines Matching defs:__maybe_unused

94 bpf__prepare_load(const char *filename __maybe_unused,  in bpf__prepare_load()
95 bool source __maybe_unused) in bpf__prepare_load()
102 bpf__prepare_load_buffer(void *obj_buf __maybe_unused, in bpf__prepare_load_buffer()
103 size_t obj_buf_sz __maybe_unused) in bpf__prepare_load_buffer()
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()
116 bpf_prog_iter_callback_t func __maybe_unused, in bpf__foreach_event()
117 void *arg __maybe_unused) in bpf__foreach_event()
123 bpf__config_obj(struct bpf_object *obj __maybe_unused, in bpf__config_obj()
124 struct parse_events_term *term __maybe_unused, in bpf__config_obj()
125 struct evlist *evlist __maybe_unused, in bpf__config_obj()
126 int *error_pos __maybe_unused) in bpf__config_obj()
138 bpf__setup_stdout(struct evlist *evlist __maybe_unused) in bpf__setup_stdout()
144 bpf__setup_output_event(struct evlist *evlist __maybe_unused, const char *name __maybe_unused) in bpf__setup_output_event()
162 int bpf__strerror_prepare_load(const char *filename __maybe_unused, in bpf__strerror_prepare_load()
163 bool source __maybe_unused, in bpf__strerror_prepare_load()
164 int err __maybe_unused, in bpf__strerror_prepare_load()
171 bpf__strerror_probe(struct bpf_object *obj __maybe_unused, in bpf__strerror_probe()
172 int err __maybe_unused, in bpf__strerror_probe()
178 static inline int bpf__strerror_load(struct bpf_object *obj __maybe_unused, in bpf__strerror_load()
179 int err __maybe_unused, in bpf__strerror_load()
186 bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused, in bpf__strerror_config_obj()
187 struct parse_events_term *term __maybe_unused, in bpf__strerror_config_obj()
188 struct evlist *evlist __maybe_unused, in bpf__strerror_config_obj()
189 int *error_pos __maybe_unused, in bpf__strerror_config_obj()
190 int err __maybe_unused, in bpf__strerror_config_obj()
197 bpf__strerror_apply_obj_config(int err __maybe_unused, in bpf__strerror_apply_obj_config()
204 bpf__strerror_setup_output_event(struct evlist *evlist __maybe_unused, in bpf__strerror_setup_output_event()
205 int err __maybe_unused, char *buf, size_t size) in bpf__strerror_setup_output_event()