Lines Matching refs:line
138 def myCronJob(self, line):
139 if '@reboot' not in line:
141 if 'bootgraph' in line or 'analyze_boot.py' in line or '-cronjob' in line:
168 '1. Add the CMDLINE string to your kernel command line.\n'\
309 for line in lf:
310 line = aslib.ascii(line).replace('\r\n', '')
312 if re.match(tp.stampfmt, line):
313 tp.stamp = line
315 elif re.match(tp.sysinfofmt, line):
316 tp.sysinfo = line
318 elif re.match(tp.cmdlinefmt, line):
319 tp.cmdline = line
321 elif re.match(tp.kparamsfmt, line):
322 tp.kparams = line
324 idx = line.find('[')
326 line = line[idx:]
327 m = re.match('[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
334 data.dmesgtext.append(line)
395 for line in tf:
396 if line[0] == '#':
398 m = re.match(tp.ftrace_line_fmt, line.strip())
521 html_srccall = '<div id={6} title="{5}" class="srccall" style="left:{1}%;top:{2}px;height:{3}px;width:{4}%;line-height:{3}px;">{0}</div>\n'
691 for line in data.dmesgtext:
692 line = line.replace('<', '<').replace('>', '>')
693 hf.write(line)
735 for line in fp:
736 if not sysvals.myCronJob(line):
737 op.write(line)
774 for line in fp:
775 line = line.strip()
776 if len(line) == 0 or line[0] == '#':
778 opt = line.split('=')[0].strip()
780 cmdline = line.split('=', 1)[1].strip('\\')
781 if line[-1] == '\\':
784 cmdline += line.strip('\\')
785 if line[-1] != '\\':
788 op.write('%s\n' % line)
797 # append our cmd line options
890 # loop through the command line arguments