Lines Matching refs:doError
621 doError('Kprobe "%s" has format info in the function name "%s"' % (name, func))
624 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
2833 doError('Invalid tracer format: [%s]' % tracer)
2872 doError('data does not include the expected stamp')
3179 doError('%s does not exist' % sysvals.ftracefile)
3637 doError('%s does not exist' % sysvals.dmesgfile)
3675 doError('dmesg log has no suspend/resume data: %s' \
4400 doError('No timeline data')
5499 doError('file does not exist: %s' % mempath)
5503 doError('file is not readable: %s' % mempath)
5530 doError('DMI table is unreachable, sorry')
5550 doError('Neither SMBIOS nor DMI were found')
5561 doError('DMI table is unreachable, sorry')
5638 doError('file does not exist: %s' % sysvals.fpdtpath)
5642 doError('file is not readable: %s' % sysvals.fpdtpath)
5646 doError('file does not exist: %s' % sysvals.mempath)
5650 doError('file is not readable: %s' % sysvals.mempath)
5659 doError('Invalid FPDT table data, should '+\
5682 doError('Invalid FPDT table')
5863 # Function: doError
5869 def doError(msg, help=False):
5884 doError(name+': no argument supplied', True)
5890 doError(name+': non-integer value given', True)
5892 doError(name+': value should be between %d and %d' % (min, max), True)
5903 doError(name+': no argument supplied', True)
5909 doError(name+': non-numerical value given', True)
5911 doError(name+': value should be between %f and %f' % (min, max), True)
5985 doError('recreating this html output requires a dmesg file')
5992 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
5994 doError('missing permission to write to %s' % sysvals.htmlfile)
6239 doError('invalid boolean --> (%s: %s), use "true/false" or "1/0"' % (name, value), True)
6284 doError('invalid value --> (%s: %s), use "enable/disable"' % (option, value), True)
6288 doError('invalid value --> (%s: %s), use %s' % (option, value, disopt), True)
6300 doError('%s does not exist' % sysvals.cgskip)
6306 doError('invalid phase --> (%s: %s), valid phases are %s'\
6312 doError('%s does not exist' % value)
6319 doError('multi requires 2 integers (exec_count and delay)', True)
6362 doError('No command supplied for mode "command"')
6366 doError('-dev is not compatible with -f')
6368 doError('-proc is not compatible with -f')
6385 doError('Duplicate timeline function found "%s"' % (name))
6418 doError('Invalid kprobe: %s' % name)
6421 doError('Kprobe "%s" is missing argument "%s"' % (name, arg))
6423 doError('Duplicate timeline function found "%s"' % (name))
6547 doError('No mode supplied', True)
6549 doError('No command supplied for mode "command"', True)
6607 doError('-info requires one string argument', True)
6612 doError('-rs requires "enable" or "disable"', True)
6619 doError('invalid option: %s, use "enable/disable" or "on/off"' % val, True)
6624 doError('-display requires an mode value', True)
6627 doError('valid display mode values are %s' % disopt, True)
6635 doError('No rtcwake time supplied', True)
6655 doError('No phase name supplied', True)
6658 doError('invalid phase --> (%s: %s), valid phases are %s'\
6665 doError('No callgraph functions supplied', True)
6671 doError('No kprobe functions supplied', True)
6677 doError('No file supplied', True)
6683 doError('%s does not exist' % sysvals.cgskip)
6692 doError('No command string supplied', True)
6705 doError('-multi requires two values', True)
6711 doError('No subdirectory name supplied', True)
6717 doError('No text file supplied', True)
6720 doError('%s does not exist' % val)
6726 doError('No text file supplied', True)
6729 doError('%s does not exist' % val)
6735 doError('No dmesg file supplied', True)
6739 doError('%s does not exist' % sysvals.dmesgfile)
6744 doError('No ftrace file supplied', True)
6748 doError('%s does not exist' % sysvals.ftracefile)
6753 doError('No directory supplied', True)
6758 doError('%s is not accesible' % val)
6763 doError('No devnames supplied', True)
6769 doError('No result file supplied', True)
6773 doError('Invalid argument: '+arg, True)
6777 doError('-dev is not compatible with -f')
6779 doError('-proc is not compatible with -f')
6840 doError(error)