Lines Matching refs:ftracefile
153 ftracefile = ''
437 if self.ftracefile != '':
438 m = re.match(r'(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
507 self.ftracefile = \
984 self.putlog(self.ftracefile, text)
996 if not os.path.exists(self.ftracefile):
1007 tf = self.openlog(self.ftracefile, 'r')
3111 if sv.suspendmode == 'command' and sv.ftracefile != '':
3113 fp = sv.openlog(sv.ftracefile, 'r')
3261 fp = sysvals.openlog(sysvals.ftracefile, 'r')
3300 os.path.basename(sysvals.ftracefile))
3302 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3394 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3452 os.path.basename(sysvals.ftracefile))
3453 if(os.path.exists(sysvals.ftracefile) == False):
3454 doError('%s does not exist' % sysvals.ftracefile)
4970 if sysvals.ftracelog and sysvals.ftracefile:
4972 lf = sysvals.openlog(sysvals.ftracefile, 'r')
5612 op = sv.writeDatafileHeader(sv.ftracefile, testdata)
6188 if(sysvals.ftracefile and (sysvals.usecallgraph or sysvals.usetraceevents)):
6241 if sysvals.ftracefile:
6471 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
6478 sysvals.ftracefile = file
6480 if (sysvals.dmesgfile or sysvals.ftracefile) and sysvals.htmlfile and \
6482 pprint('FTRACE: %s' % sysvals.ftracefile)
6822 ' -ftrace ftracefile Create HTML output using ftrace input (used with -dmesg)\n'\
7054 sysvals.ftracefile = val
7055 if(os.path.exists(sysvals.ftracefile) == False):
7056 doError('%s does not exist' % sysvals.ftracefile)