Lines Matching full:raise
120 raise NoSyscallCommandFound
124 raise NoSyscallCommandFound
139 raise NoHelperFound
147 raise Exception("No description section found for " + proto)
166 raise Exception("No description found for " + proto)
173 raise Exception("No return section found for " + proto)
192 raise Exception("No return found for " + proto)
199 raise Exception(help_message)
295 raise Exception("Helper %s is missing from enum bpf_func_id" % name)
299 … raise Exception("Helper %s has multiple descriptions which are not grouped together" % name)
305 …raise Exception("Helper %s (ID %d) comment order (#%d) must be aligned with its position (#%d) in …
307 raise Exception("Helper %s has duplicated value %d" % (name, enum_val))
354 description with those defined as part of enum/macro and raise an
369 raise Exception(exception_msg)
889 raise NotImplementedError('Only helpers header generation is supported')