Lines Matching defs:__maybe_unused
91 bpf__prepare_load(const char *filename __maybe_unused, in bpf__prepare_load()
92 bool source __maybe_unused) in bpf__prepare_load()
99 bpf__prepare_load_buffer(void *obj_buf __maybe_unused, in bpf__prepare_load_buffer()
100 size_t obj_buf_sz __maybe_unused) in bpf__prepare_load_buffer()
107 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe()
108 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe()
109 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load()
112 bpf__foreach_event(struct bpf_object *obj __maybe_unused, in bpf__foreach_event()
113 bpf_prog_iter_callback_t func __maybe_unused, in bpf__foreach_event()
114 void *arg __maybe_unused) in bpf__foreach_event()
120 bpf__config_obj(struct bpf_object *obj __maybe_unused, in bpf__config_obj()
121 struct parse_events_term *term __maybe_unused, in bpf__config_obj()
122 struct evlist *evlist __maybe_unused, in bpf__config_obj()
123 int *error_pos __maybe_unused) in bpf__config_obj()
135 bpf__setup_stdout(struct evlist *evlist __maybe_unused) in bpf__setup_stdout()
141 bpf__setup_output_event(struct evlist *evlist __maybe_unused, const char *name __maybe_unused) in bpf__setup_output_event()
159 int bpf__strerror_prepare_load(const char *filename __maybe_unused, in bpf__strerror_prepare_load()
160 bool source __maybe_unused, in bpf__strerror_prepare_load()
161 int err __maybe_unused, in bpf__strerror_prepare_load()
168 bpf__strerror_probe(struct bpf_object *obj __maybe_unused, in bpf__strerror_probe()
169 int err __maybe_unused, in bpf__strerror_probe()
175 static inline int bpf__strerror_load(struct bpf_object *obj __maybe_unused, in bpf__strerror_load()
176 int err __maybe_unused, in bpf__strerror_load()
183 bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused, in bpf__strerror_config_obj()
184 struct parse_events_term *term __maybe_unused, in bpf__strerror_config_obj()
185 struct evlist *evlist __maybe_unused, in bpf__strerror_config_obj()
186 int *error_pos __maybe_unused, in bpf__strerror_config_obj()
187 int err __maybe_unused, in bpf__strerror_config_obj()
194 bpf__strerror_apply_obj_config(int err __maybe_unused, in bpf__strerror_apply_obj_config()
201 bpf__strerror_setup_output_event(struct evlist *evlist __maybe_unused, in bpf__strerror_setup_output_event()
202 int err __maybe_unused, char *buf, size_t size) in bpf__strerror_setup_output_event()