Lines Matching refs:doError

663 			doError('Kprobe "%s" has format info in the function name "%s"' % (name, func))
666 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
3025 doError('Invalid tracer format: [%s]' % tracer)
3064 doError('data does not include the expected stamp')
3430 doError('%s does not exist' % sysvals.ftracefile)
3892 doError('%s does not exist' % sysvals.dmesgfile)
3937 doError('dmesg log has no suspend/resume data: %s' \
4180 doError('dmesg log format has changed, could not find start of suspend')
4657 doError('No timeline data')
5738 doError('file does not exist: %s' % mempath)
5742 doError('file is not readable: %s' % mempath)
5769 doError('DMI table is unreachable, sorry')
5789 doError('Neither SMBIOS nor DMI were found')
5800 doError('DMI table is unreachable, sorry')
5844 doError('file does not exist: %s' % sysvals.fpdtpath)
5848 doError('file is not readable: %s' % sysvals.fpdtpath)
5852 doError('file does not exist: %s' % sysvals.mempath)
5856 doError('file is not readable: %s' % sysvals.mempath)
5865 doError('Invalid FPDT table data, should '+\
5888 doError('Invalid FPDT table')
6081 def doError(msg, help=False): function
6096 doError(name+': no argument supplied', True)
6102 doError(name+': non-integer value given', True)
6104 doError(name+': value should be between %d and %d' % (min, max), True)
6115 doError(name+': no argument supplied', True)
6121 doError(name+': non-numerical value given', True)
6123 doError(name+': value should be between %f and %f' % (min, max), True)
6197 doError('recreating this html output requires a dmesg file')
6204 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
6206 doError('missing permission to write to %s' % sysvals.htmlfile)
6477 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
6522 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
6526 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True)
6538 doError('%s does not exist' % sysvals.cgskip)
6544 doError('invalid phase --> (%s: %s), valid phases are %s'\
6550 doError('%s does not exist' % value)
6557 doError('multi requires 2 integers (exec_count and delay)', True)
6600 doError('No command supplied for mode "command"')
6604 doError('-dev is not compatible with -f')
6606 doError('-proc is not compatible with -f')
6623 doError('Duplicate timeline function found "%s"' % (name))
6656 doError('Invalid kprobe: %s' % name)
6659 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
6661 doError('Duplicate timeline function found "%s"' % (name))
6787 doError('No mode supplied', True)
6789 doError('No command supplied for mode "command"', True)
6853 doError('-info requires one string argument', True)
6858 doError('-desc requires one string argument', True)
6863 doError('-rs requires "enable" or "disable"', True)
6870 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
6875 doError('-display requires an mode value', True)
6878 doError('valid display mode values are %s' % disopt, True)
6886 doError('No rtcwake time supplied', True)
6906 doError('No phase name supplied', True)
6909 doError('invalid phase --> (%s: %s), valid phases are %s'\
6916 doError('No callgraph functions supplied', True)
6922 doError('No kprobe functions supplied', True)
6928 doError('No file supplied', True)
6934 doError('%s does not exist' % sysvals.cgskip)
6943 doError('No command string supplied', True)
6956 doError('-multi requires two values', True)
6962 doError('No subdirectory name supplied', True)
6968 doError('No text file supplied', True)
6971 doError('%s does not exist' % val)
6977 doError('No text file supplied', True)
6980 doError('%s does not exist' % val)
6986 doError('No dmesg file supplied', True)
6990 doError('%s does not exist' % sysvals.dmesgfile)
6995 doError('No ftrace file supplied', True)
6999 doError('%s does not exist' % sysvals.ftracefile)
7004 doError('No directory supplied', True)
7009 doError('%s is not accesible' % val)
7014 doError('No devnames supplied', True)
7020 doError('No result file supplied', True)
7024 doError('Invalid argument: '+arg, True)
7028 doError('-dev is not compatible with -f')
7030 doError('-proc is not compatible with -f')
7091 doError(error)