Lines Matching refs:dmesg

150 			elif arg in ['-o', '-dmesg', '-ftrace', '-func']:
213 dmesg = {} # root data structure
216 dmesgtext = [] # dmesg text file in memory
229 self.dmesg = {
241 list = self.dmesg[phase]['list']
258 list = self.dmesg[p]['list']
282 dc = len(self.dmesg[phase]['list'])
284 self.dmesg[phase]['start']*1000,
285 self.dmesg[phase]['end']*1000, dc))
293 sysvals.vprint('Analyzing the dmesg data (%s)...' % \
297 data.dmesg['kernel']['start'] = data.start = ktime = 0.0
308 lf = Popen('dmesg', stdout=PIPE).stdout
364 data.dmesg['kernel']['end'] = ktime
365 data.dmesg['user']['start'] = ktime
371 data.dmesg['user']['end'] = data.end
385 list = data.dmesg[p]['list']
457 # Create copies of dmesg and/or ftrace for later processing
464 # create the folder and get dmesg
468 call('dmesg >> '+sysvals.dmesgfile, shell=True)
547 list = data.dmesg[p]['list']
558 phase = data.dmesg[p]
570 list = data.dmesg[phase]['list']
627 order = '%.2f' % ((data.dmesg[phase]['order'] * pdelta) + pmargin)
629 data.dmesg[phase]['color'], phase+'_mode', phase[0])
674 phase = data.dmesg[p]
688 # add the dmesg log as a hidden div
843 ' This tool reads in a dmesg log of linux kernel boot and\n'\
847 ' If no specific command is given the tool reads the current dmesg\n'\
852 ' raw dmesg output: <hostname>_boot_dmesg.txt\n'\
859 ' -addlogs Add the dmesg log to the html output\n'\
882 ' -dmesg file Create HTML output using dmesg input (used with -ftrace)\n'\
883 ' -ftrace file Create HTML output using ftrace input (used with -dmesg)\n'\
972 elif(arg == '-dmesg'):
976 doError('No dmesg file supplied', True)
1020 doError('-reboot and -dmesg/-ftrace are incompatible')
1087 doError('dmesg file required')