Lines Matching refs:ftracefile

120 	ftracefile = ''  variable in SystemValues
305 if self.ftracefile != '':
306 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
365 self.ftracefile = \
2308 if sv.suspendmode == 'command' and sv.ftracefile != '':
2310 fp = sysvals.openlog(sv.ftracefile, 'r')
2397 fp = sysvals.openlog(sysvals.ftracefile, 'r')
2446 os.path.basename(sysvals.ftracefile))
2448 tf = sysvals.openlog(sysvals.ftracefile, 'r')
2646 os.path.basename(sysvals.ftracefile))
2647 if(os.path.exists(sysvals.ftracefile) == False):
2648 doError('%s does not exist' % sysvals.ftracefile)
2662 tf = sysvals.openlog(sysvals.ftracefile, 'r')
4008 if sysvals.ftracelog and sysvals.ftracefile:
4010 lf = sysvals.openlog(sysvals.ftracefile, 'r')
4630 op = sysvals.writeDatafileHeader(sysvals.ftracefile, fwdata)
4756 if(os.path.exists(sysvals.ftracefile) == False):
4757 doError('%s does not exist' % sysvals.ftracefile)
4763 tf = sysvals.openlog(sysvals.ftracefile, 'r')
4788 with sysvals.openlog(sysvals.ftracefile, 'a') as fp:
4845 with sysvals.openlog(sysvals.ftracefile, 'a') as fp:
5300 if(sysvals.ftracefile and (sysvals.usecallgraph or sysvals.usetraceevents)):
5327 if sysvals.ftracefile:
5394 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
5399 sysvals.ftracefile = os.path.join(dirname, filename)
5401 if sysvals.ftracefile and sysvals.htmlfile and \
5403 print('FTRACE: %s' % sysvals.ftracefile)
5929 sysvals.ftracefile = val
5930 if(os.path.exists(sysvals.ftracefile) == False):
5931 doError('%s does not exist' % sysvals.ftracefile)