Lines Matching refs:ftracefile
140 ftracefile = ''
393 if self.ftracefile != '':
394 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
454 self.ftracefile = \
914 if not os.path.exists(self.ftracefile):
925 tf = self.openlog(self.ftracefile, 'r')
996 with self.openlog(self.ftracefile, 'a') as fp:
2895 if sv.suspendmode == 'command' and sv.ftracefile != '':
2897 fp = sv.openlog(sv.ftracefile, 'r')
3040 fp = sysvals.openlog(sysvals.ftracefile, 'r')
3080 os.path.basename(sysvals.ftracefile))
3082 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3177 os.path.basename(sysvals.ftracefile))
3178 if(os.path.exists(sysvals.ftracefile) == False):
3179 doError('%s does not exist' % sysvals.ftracefile)
3195 tf = sysvals.openlog(sysvals.ftracefile, 'r')
4691 if sysvals.ftracelog and sysvals.ftracefile:
4693 lf = sysvals.openlog(sysvals.ftracefile, 'r')
5340 op = sysvals.writeDatafileHeader(sysvals.ftracefile, testdata)
5929 if(sysvals.ftracefile and (sysvals.usecallgraph or sysvals.usetraceevents)):
5982 if sysvals.ftracefile:
6177 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
6184 sysvals.ftracefile = file
6186 if (sysvals.dmesgfile or sysvals.ftracefile) and sysvals.htmlfile and \
6188 pprint('FTRACE: %s' % sysvals.ftracefile)
6525 ' -ftrace ftracefile Create HTML output using ftrace input (used with -dmesg)\n'\
6746 sysvals.ftracefile = val
6747 if(os.path.exists(sysvals.ftracefile) == False):
6748 doError('%s does not exist' % sysvals.ftracefile)