Lines Matching refs:doError
674 doError('Kprobe "%s" has format info in the function name "%s"' % (name, func))
677 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
3049 doError('Invalid tracer format: [%s]' % tracer)
3088 doError('data does not include the expected stamp')
3454 doError('%s does not exist' % sysvals.ftracefile)
3916 doError('%s does not exist' % sysvals.dmesgfile)
3961 doError('dmesg log has no suspend/resume data: %s' \
4205 doError('dmesg log format has changed, could not find start of suspend')
4683 doError('No timeline data')
5768 doError('dmidecode failed to get info from %s or %s' % \
5892 doError('file does not exist: %s' % sysvals.fpdtpath)
5896 doError('file is not readable: %s' % sysvals.fpdtpath)
5900 doError('file does not exist: %s' % sysvals.mempath)
5904 doError('file is not readable: %s' % sysvals.mempath)
5913 doError('Invalid FPDT table data, should '+\
5936 doError('Invalid FPDT table')
6129 def doError(msg, help=False): function
6144 doError(name+': no argument supplied', True)
6150 doError(name+': non-integer value given', True)
6152 doError(name+': value should be between %d and %d' % (min, max), True)
6163 doError(name+': no argument supplied', True)
6169 doError(name+': non-numerical value given', True)
6171 doError(name+': value should be between %f and %f' % (min, max), True)
6245 doError('recreating this html output requires a dmesg file')
6252 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
6254 doError('missing permission to write to %s' % sysvals.htmlfile)
6534 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
6579 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
6583 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True)
6595 doError('%s does not exist' % sysvals.cgskip)
6601 doError('invalid phase --> (%s: %s), valid phases are %s'\
6607 doError('%s does not exist' % value)
6614 doError('multi requires 2 integers (exec_count and delay)', True)
6657 doError('No command supplied for mode "command"')
6661 doError('-dev is not compatible with -f')
6663 doError('-proc is not compatible with -f')
6680 doError('Duplicate timeline function found "%s"' % (name))
6713 doError('Invalid kprobe: %s' % name)
6716 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
6718 doError('Duplicate timeline function found "%s"' % (name))
6845 doError('No mode supplied', True)
6847 doError('No command supplied for mode "command"', True)
6911 doError('-info requires one string argument', True)
6916 doError('-desc requires one string argument', True)
6921 doError('-rs requires "enable" or "disable"', True)
6928 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
6933 doError('-display requires an mode value', True)
6936 doError('valid display mode values are %s' % disopt, True)
6944 doError('No rtcwake time supplied', True)
6964 doError('No phase name supplied', True)
6967 doError('invalid phase --> (%s: %s), valid phases are %s'\
6974 doError('No callgraph functions supplied', True)
6980 doError('No kprobe functions supplied', True)
6986 doError('No file supplied', True)
6992 doError('%s does not exist' % sysvals.cgskip)
7001 doError('No command string supplied', True)
7014 doError('-multi requires two values', True)
7020 doError('No subdirectory name supplied', True)
7026 doError('No text file supplied', True)
7029 doError('%s does not exist' % val)
7035 doError('No text file supplied', True)
7038 doError('%s does not exist' % val)
7044 doError('No dmesg file supplied', True)
7048 doError('%s does not exist' % sysvals.dmesgfile)
7053 doError('No ftrace file supplied', True)
7057 doError('%s does not exist' % sysvals.ftracefile)
7062 doError('No directory supplied', True)
7067 doError('%s is not accesible' % val)
7072 doError('No devnames supplied', True)
7078 doError('No result file supplied', True)
7081 doError('Invalid argument: '+arg, True)
7085 doError('-dev is not compatible with -f')
7087 doError('-proc is not compatible with -f')
7149 doError(error)