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' \
4204 doError('dmesg log format has changed, could not find start of suspend')
4682 doError('No timeline data')
5767 doError('dmidecode failed to get info from %s or %s' % \
5891 doError('file does not exist: %s' % sysvals.fpdtpath)
5895 doError('file is not readable: %s' % sysvals.fpdtpath)
5899 doError('file does not exist: %s' % sysvals.mempath)
5903 doError('file is not readable: %s' % sysvals.mempath)
5912 doError('Invalid FPDT table data, should '+\
5935 doError('Invalid FPDT table')
6122 # Function: doError
6128 def doError(msg, help=False):
6143 doError(name+': no argument supplied', True)
6149 doError(name+': non-integer value given', True)
6151 doError(name+': value should be between %d and %d' % (min, max), True)
6162 doError(name+': no argument supplied', True)
6168 doError(name+': non-numerical value given', True)
6170 doError(name+': value should be between %f and %f' % (min, max), True)
6244 doError('recreating this html output requires a dmesg file')
6251 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
6253 doError('missing permission to write to %s' % sysvals.htmlfile)
6533 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
6578 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
6582 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True)
6594 doError('%s does not exist' % sysvals.cgskip)
6600 doError('invalid phase --> (%s: %s), valid phases are %s'\
6606 doError('%s does not exist' % value)
6613 doError('multi requires 2 integers (exec_count and delay)', True)
6656 doError('No command supplied for mode "command"')
6660 doError('-dev is not compatible with -f')
6662 doError('-proc is not compatible with -f')
6679 doError('Duplicate timeline function found "%s"' % (name))
6712 doError('Invalid kprobe: %s' % name)
6715 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
6717 doError('Duplicate timeline function found "%s"' % (name))
6844 doError('No mode supplied', True)
6846 doError('No command supplied for mode "command"', True)
6910 doError('-info requires one string argument', True)
6915 doError('-desc requires one string argument', True)
6920 doError('-rs requires "enable" or "disable"', True)
6927 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
6932 doError('-display requires an mode value', True)
6935 doError('valid display mode values are %s' % disopt, True)
6943 doError('No rtcwake time supplied', True)
6963 doError('No phase name supplied', True)
6966 doError('invalid phase --> (%s: %s), valid phases are %s'\
6973 doError('No callgraph functions supplied', True)
6979 doError('No kprobe functions supplied', True)
6985 doError('No file supplied', True)
6991 doError('%s does not exist' % sysvals.cgskip)
7000 doError('No command string supplied', True)
7013 doError('-multi requires two values', True)
7019 doError('No subdirectory name supplied', True)
7025 doError('No text file supplied', True)
7028 doError('%s does not exist' % val)
7034 doError('No text file supplied', True)
7037 doError('%s does not exist' % val)
7043 doError('No dmesg file supplied', True)
7047 doError('%s does not exist' % sysvals.dmesgfile)
7052 doError('No ftrace file supplied', True)
7056 doError('%s does not exist' % sysvals.ftracefile)
7061 doError('No directory supplied', True)
7066 doError('%s is not accesible' % val)
7071 doError('No devnames supplied', True)
7077 doError('No result file supplied', True)
7080 doError('Invalid argument: '+arg, True)
7084 doError('-dev is not compatible with -f')
7086 doError('-proc is not compatible with -f')
7148 doError(error)