Lines Matching refs:doError

525 			doError('Kprobe "%s" has format info in the function name "%s"' % (name, func))
528 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
2287 doError('Invalid tracer format: [%s]' % tracer)
2648 doError('%s does not exist' % sysvals.ftracefile)
3107 doError('%s does not exist' % sysvals.dmesgfile)
3723 doError('No timeline data')
4757 doError('%s does not exist' % sysvals.ftracefile)
4908 doError('file does not exist: %s' % mempath)
4912 doError('file is not readable: %s' % mempath)
4939 doError('DMI table is unreachable, sorry')
4958 doError('Neither SMBIOS nor DMI were found')
4969 doError('DMI table is unreachable, sorry')
5031 doError('file does not exist: %s' % sysvals.fpdtpath)
5035 doError('file is not readable: %s' % sysvals.fpdtpath)
5039 doError('file does not exist: %s' % sysvals.mempath)
5043 doError('file is not readable: %s' % sysvals.mempath)
5052 doError('Invalid FPDT table data, should '+\
5073 doError('Invalid FPDT table')
5243 def doError(msg, help=False): function
5258 doError(name+': no argument supplied', True)
5264 doError(name+': non-integer value given', True)
5266 doError(name+': value should be between %d and %d' % (min, max), True)
5277 doError(name+': no argument supplied', True)
5283 doError(name+': non-numerical value given', True)
5285 doError(name+': value should be between %f and %f' % (min, max), True)
5330 doError('recreating this html output requires a dmesg file')
5334 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
5336 doError('missing permission to write to %s' % sysvals.htmlfile)
5455 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
5500 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
5508 doError('invalid value --> (%s: %s), use "on/off"' % (option, value), True)
5519 doError('%s does not exist' % sysvals.cgskip)
5525 doError('invalid phase --> (%s: %s), valid phases are %s'\
5531 doError('%s does not exist' % value)
5538 doError('multi requires 2 integers (exec_count and delay)', True)
5583 doError('No command supplied for mode "command"')
5587 doError('-dev is not compatible with -f')
5589 doError('-proc is not compatible with -f')
5606 doError('Duplicate timeline function found "%s"' % (name))
5639 doError('Invalid kprobe: %s' % name)
5642 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
5644 doError('Duplicate timeline function found "%s"' % (name))
5758 doError('No mode supplied', True)
5760 doError('No command supplied for mode "command"', True)
5802 doError('-rs requires "enable" or "disable"', True)
5809 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
5814 doError('-display requires "on" or "off"', True)
5821 doError('invalid option: %s, use "on/off"' % val, True)
5828 doError('No rtcwake time supplied', True)
5848 doError('No phase name supplied', True)
5851 doError('invalid phase --> (%s: %s), valid phases are %s'\
5858 doError('No callgraph functions supplied', True)
5864 doError('No file supplied', True)
5870 doError('%s does not exist' % sysvals.cgskip)
5879 doError('No command string supplied', True)
5894 doError('No subdirectory name supplied', True)
5900 doError('No text file supplied', True)
5903 doError('%s does not exist' % val)
5909 doError('No text file supplied', True)
5912 doError('%s does not exist' % val)
5918 doError('No dmesg file supplied', True)
5922 doError('%s does not exist' % sysvals.dmesgfile)
5927 doError('No ftrace file supplied', True)
5931 doError('%s does not exist' % sysvals.ftracefile)
5936 doError('No directory supplied', True)
5941 doError('%s is not accesible' % val)
5946 doError('No devnames supplied', True)
5952 doError('No result file supplied', True)
5955 doError('Invalid argument: '+arg, True)
5959 doError('-dev is not compatible with -f')
5961 doError('-proc is not compatible with -f')
6006 doError('Check FAILED, aborting the test run!')