Lines Matching refs:line
136 def myCronJob(self, line):
137 if '@reboot' not in line:
139 if 'bootgraph' in line or 'analyze_boot.py' in line or '-cronjob' in line:
166 '1. Add the CMDLINE string to your kernel command line.\n'\
307 for line in lf:
308 line = aslib.ascii(line).replace('\r\n', '')
310 if re.match(tp.stampfmt, line):
311 tp.stamp = line
313 elif re.match(tp.sysinfofmt, line):
314 tp.sysinfo = line
316 elif re.match(tp.cmdlinefmt, line):
317 tp.cmdline = line
319 elif re.match(tp.kparamsfmt, line):
320 tp.kparams = line
322 idx = line.find('[')
324 line = line[idx:]
325 m = re.match('[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
332 data.dmesgtext.append(line)
393 for line in tf:
394 if line[0] == '#':
396 m = re.match(tp.ftrace_line_fmt, line.strip())
519 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'
689 for line in data.dmesgtext:
690 line = line.replace('<', '<').replace('>', '>')
691 hf.write(line)
733 for line in fp:
734 if not sysvals.myCronJob(line):
735 op.write(line)
772 for line in fp:
773 line = line.strip()
774 if len(line) == 0 or line[0] == '#':
776 opt = line.split('=')[0].strip()
778 cmdline = line.split('=', 1)[1].strip('\\')
779 if line[-1] == '\\':
782 cmdline += line.strip('\\')
783 if line[-1] != '\\':
786 op.write('%s\n' % line)
795 # append our cmd line options
888 # loop through the command line arguments