Lines Matching refs:doError
604 doError('Kprobe "%s" has format info in the function name "%s"' % (name, func))
607 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
2716 doError('Invalid tracer format: [%s]' % tracer)
3081 doError('%s does not exist' % sysvals.ftracefile)
3515 doError('%s does not exist' % sysvals.dmesgfile)
3553 doError('dmesg log has no suspend/resume data: %s' \
4269 doError('No timeline data')
5360 doError('file does not exist: %s' % mempath)
5364 doError('file is not readable: %s' % mempath)
5391 doError('DMI table is unreachable, sorry')
5411 doError('Neither SMBIOS nor DMI were found')
5422 doError('DMI table is unreachable, sorry')
5518 doError('file does not exist: %s' % sysvals.fpdtpath)
5522 doError('file is not readable: %s' % sysvals.fpdtpath)
5526 doError('file does not exist: %s' % sysvals.mempath)
5530 doError('file is not readable: %s' % sysvals.mempath)
5539 doError('Invalid FPDT table data, should '+\
5562 doError('Invalid FPDT table')
5738 def doError(msg, help=False): function
5753 doError(name+': no argument supplied', True)
5759 doError(name+': non-integer value given', True)
5761 doError(name+': value should be between %d and %d' % (min, max), True)
5772 doError(name+': no argument supplied', True)
5778 doError(name+': non-numerical value given', True)
5780 doError(name+': value should be between %f and %f' % (min, max), True)
5865 doError('recreating this html output requires a dmesg file')
5872 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
5874 doError('missing permission to write to %s' % sysvals.htmlfile)
6106 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
6151 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
6155 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True)
6167 doError('%s does not exist' % sysvals.cgskip)
6173 doError('invalid phase --> (%s: %s), valid phases are %s'\
6179 doError('%s does not exist' % value)
6186 doError('multi requires 2 integers (exec_count and delay)', True)
6231 doError('No command supplied for mode "command"')
6235 doError('-dev is not compatible with -f')
6237 doError('-proc is not compatible with -f')
6254 doError('Duplicate timeline function found "%s"' % (name))
6287 doError('Invalid kprobe: %s' % name)
6290 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
6292 doError('Duplicate timeline function found "%s"' % (name))
6413 doError('No mode supplied', True)
6415 doError('No command supplied for mode "command"', True)
6471 doError('-rs requires "enable" or "disable"', True)
6478 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
6483 doError('-display requires an mode value', True)
6486 doError('valid display mode values are %s' % disopt, True)
6494 doError('No rtcwake time supplied', True)
6514 doError('No phase name supplied', True)
6517 doError('invalid phase --> (%s: %s), valid phases are %s'\
6524 doError('No callgraph functions supplied', True)
6530 doError('No kprobe functions supplied', True)
6536 doError('No file supplied', True)
6542 doError('%s does not exist' % sysvals.cgskip)
6551 doError('No command string supplied', True)
6566 doError('No subdirectory name supplied', True)
6572 doError('No text file supplied', True)
6575 doError('%s does not exist' % val)
6581 doError('No text file supplied', True)
6584 doError('%s does not exist' % val)
6590 doError('No dmesg file supplied', True)
6594 doError('%s does not exist' % sysvals.dmesgfile)
6599 doError('No ftrace file supplied', True)
6603 doError('%s does not exist' % sysvals.ftracefile)
6608 doError('No directory supplied', True)
6613 doError('%s is not accesible' % val)
6618 doError('No devnames supplied', True)
6624 doError('No result file supplied', True)
6628 doError('Invalid argument: '+arg, True)
6632 doError('-dev is not compatible with -f')
6634 doError('-proc is not compatible with -f')
6700 doError(error)