Lines Matching refs:ftracefile
152 ftracefile = ''
426 if self.ftracefile != '':
427 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
496 self.ftracefile = \
961 self.putlog(self.ftracefile, text)
973 if not os.path.exists(self.ftracefile):
984 tf = self.openlog(self.ftracefile, 'r')
3087 if sv.suspendmode == 'command' and sv.ftracefile != '':
3089 fp = sv.openlog(sv.ftracefile, 'r')
3237 fp = sysvals.openlog(sysvals.ftracefile, 'r')
3276 os.path.basename(sysvals.ftracefile))
3278 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3370 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3428 os.path.basename(sysvals.ftracefile))
3429 if(os.path.exists(sysvals.ftracefile) == False):
3430 doError('%s does not exist' % sysvals.ftracefile)
4945 if sysvals.ftracelog and sysvals.ftracefile:
4947 lf = sysvals.openlog(sysvals.ftracefile, 'r')
5580 op = sv.writeDatafileHeader(sv.ftracefile, testdata)
6141 if(sysvals.ftracefile and (sysvals.usecallgraph or sysvals.usetraceevents)):
6194 if sysvals.ftracefile:
6415 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
6422 sysvals.ftracefile = file
6424 if (sysvals.dmesgfile or sysvals.ftracefile) and sysvals.htmlfile and \
6426 pprint('FTRACE: %s' % sysvals.ftracefile)
6765 ' -ftrace ftracefile Create HTML output using ftrace input (used with -dmesg)\n'\
6997 sysvals.ftracefile = val
6998 if(os.path.exists(sysvals.ftracefile) == False):
6999 doError('%s does not exist' % sysvals.ftracefile)