Lines Matching full:raise
259 raise
286 raise Exception(f"'{hdr_fld}' missing from header information")
365 raise Exception(f"perf command {p.error}")
368 raise Exception(f"perf command input file '{file_name}' not found")
374 raise Exception(f"{err_prefix}{p.error}")
435 raise
644 …raise Exception(f"perf command bad time option: '{time_str}'\nCheck also 'time of first sample' an…
662 raise Exception(f"Bad time value'{s}'")
665 raise Exception("Negative time not allowed")
672 …raise Exception(f"perf command bad cpu option: '{cpu_str}'\nCheck also 'nrcpus avail' in perf scri…
723 raise Exception(f"Output '{self.output_dir}' already exists")
725 raise Exception("Bad options (negative values): try -h option for help")
727 raise Exception("Cannot specify number of time subdivisions and time interval")
788 raise Exception("Self test failed!")
979 raise Exception("Command line must contain '--' before perf command")
984 raise