Lines Matching refs:doError

662 			doError('Kprobe "%s" has format info in the function name "%s"' % (name, func))
665 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
3005 doError('Invalid tracer format: [%s]' % tracer)
3044 doError('data does not include the expected stamp')
3410 doError('%s does not exist' % sysvals.ftracefile)
3872 doError('%s does not exist' % sysvals.dmesgfile)
3917 doError('dmesg log has no suspend/resume data: %s' \
4158 doError('dmesg log format has changed, could not find start of suspend')
4635 doError('No timeline data')
5717 doError('file does not exist: %s' % mempath)
5721 doError('file is not readable: %s' % mempath)
5748 doError('DMI table is unreachable, sorry')
5768 doError('Neither SMBIOS nor DMI were found')
5779 doError('DMI table is unreachable, sorry')
5823 doError('file does not exist: %s' % sysvals.fpdtpath)
5827 doError('file is not readable: %s' % sysvals.fpdtpath)
5831 doError('file does not exist: %s' % sysvals.mempath)
5835 doError('file is not readable: %s' % sysvals.mempath)
5844 doError('Invalid FPDT table data, should '+\
5867 doError('Invalid FPDT table')
6060 def doError(msg, help=False): function
6075 doError(name+': no argument supplied', True)
6081 doError(name+': non-integer value given', True)
6083 doError(name+': value should be between %d and %d' % (min, max), True)
6094 doError(name+': no argument supplied', True)
6100 doError(name+': non-numerical value given', True)
6102 doError(name+': value should be between %f and %f' % (min, max), True)
6176 doError('recreating this html output requires a dmesg file')
6183 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
6185 doError('missing permission to write to %s' % sysvals.htmlfile)
6456 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
6501 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
6505 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True)
6517 doError('%s does not exist' % sysvals.cgskip)
6523 doError('invalid phase --> (%s: %s), valid phases are %s'\
6529 doError('%s does not exist' % value)
6536 doError('multi requires 2 integers (exec_count and delay)', True)
6579 doError('No command supplied for mode "command"')
6583 doError('-dev is not compatible with -f')
6585 doError('-proc is not compatible with -f')
6602 doError('Duplicate timeline function found "%s"' % (name))
6635 doError('Invalid kprobe: %s' % name)
6638 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
6640 doError('Duplicate timeline function found "%s"' % (name))
6766 doError('No mode supplied', True)
6768 doError('No command supplied for mode "command"', True)
6832 doError('-info requires one string argument', True)
6837 doError('-desc requires one string argument', True)
6842 doError('-rs requires "enable" or "disable"', True)
6849 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
6854 doError('-display requires an mode value', True)
6857 doError('valid display mode values are %s' % disopt, True)
6865 doError('No rtcwake time supplied', True)
6885 doError('No phase name supplied', True)
6888 doError('invalid phase --> (%s: %s), valid phases are %s'\
6895 doError('No callgraph functions supplied', True)
6901 doError('No kprobe functions supplied', True)
6907 doError('No file supplied', True)
6913 doError('%s does not exist' % sysvals.cgskip)
6922 doError('No command string supplied', True)
6935 doError('-multi requires two values', True)
6941 doError('No subdirectory name supplied', True)
6947 doError('No text file supplied', True)
6950 doError('%s does not exist' % val)
6956 doError('No text file supplied', True)
6959 doError('%s does not exist' % val)
6965 doError('No dmesg file supplied', True)
6969 doError('%s does not exist' % sysvals.dmesgfile)
6974 doError('No ftrace file supplied', True)
6978 doError('%s does not exist' % sysvals.ftracefile)
6983 doError('No directory supplied', True)
6988 doError('%s is not accesible' % val)
6993 doError('No devnames supplied', True)
6999 doError('No result file supplied', True)
7003 doError('Invalid argument: '+arg, True)
7007 doError('-dev is not compatible with -f')
7009 doError('-proc is not compatible with -f')
7070 doError(error)