Lines Matching refs:ftracefile
152 ftracefile = '' variable in SystemValues
425 if self.ftracefile != '':
426 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
495 self.ftracefile = \
960 self.putlog(self.ftracefile, text)
972 if not os.path.exists(self.ftracefile):
983 tf = self.openlog(self.ftracefile, 'r')
3067 if sv.suspendmode == 'command' and sv.ftracefile != '':
3069 fp = sv.openlog(sv.ftracefile, 'r')
3217 fp = sysvals.openlog(sysvals.ftracefile, 'r')
3256 os.path.basename(sysvals.ftracefile))
3258 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3350 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3408 os.path.basename(sysvals.ftracefile))
3409 if(os.path.exists(sysvals.ftracefile) == False):
3410 doError('%s does not exist' % sysvals.ftracefile)
4923 if sysvals.ftracelog and sysvals.ftracefile:
4925 lf = sysvals.openlog(sysvals.ftracefile, 'r')
5558 op = sv.writeDatafileHeader(sv.ftracefile, testdata)
6120 if(sysvals.ftracefile and (sysvals.usecallgraph or sysvals.usetraceevents)):
6173 if sysvals.ftracefile:
6394 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
6401 sysvals.ftracefile = file
6403 if (sysvals.dmesgfile or sysvals.ftracefile) and sysvals.htmlfile and \
6405 pprint('FTRACE: %s' % sysvals.ftracefile)
6976 sysvals.ftracefile = val
6977 if(os.path.exists(sysvals.ftracefile) == False):
6978 doError('%s does not exist' % sysvals.ftracefile)