Lines Matching full:raise
127 raise NoSyscallCommandFound
131 raise NoSyscallCommandFound
146 raise NoHelperFound
154 raise Exception("No description section found for " + proto)
173 raise Exception("No description found for " + proto)
180 raise Exception("No return section found for " + proto)
199 raise Exception("No return found for " + proto)
212 raise Exception("Incomplete 'Attributes' section for " + proto)
216 raise Exception("Unexpected attribute '" + attr + "' specified for " + proto)
219 raise Exception("Expecting empty line after 'Attributes' section for " + proto)
228 raise Exception(help_message)
324 raise Exception("Helper %s is missing from enum bpf_func_id" % name)
328 … raise Exception("Helper %s has multiple descriptions which are not grouped together" % name)
334 …raise Exception("Helper %s (ID %d) comment order (#%d) must be aligned with its position (#%d) in …
336 raise Exception("Helper %s has duplicated value %d" % (name, enum_val))
383 description with those defined as part of enum/macro and raise an
398 raise Exception(exception_msg)
936 raise NotImplementedError('Only helpers header generation is supported')