Lines Matching refs:ftracefile
142 ftracefile = '' variable in SystemValues
395 if self.ftracefile != '':
396 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
456 self.ftracefile = \
906 self.putlog(self.ftracefile, text)
918 if not os.path.exists(self.ftracefile):
929 tf = self.openlog(self.ftracefile, 'r')
2977 if sv.suspendmode == 'command' and sv.ftracefile != '':
2979 fp = sv.openlog(sv.ftracefile, 'r')
3122 fp = sysvals.openlog(sysvals.ftracefile, 'r')
3162 os.path.basename(sysvals.ftracefile))
3164 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3259 os.path.basename(sysvals.ftracefile))
3260 if(os.path.exists(sysvals.ftracefile) == False):
3261 doError('%s does not exist' % sysvals.ftracefile)
3277 tf = sysvals.openlog(sysvals.ftracefile, 'r')
4774 if sysvals.ftracelog and sysvals.ftracefile:
4776 lf = sysvals.openlog(sysvals.ftracefile, 'r')
5413 op = sv.writeDatafileHeader(sv.ftracefile, testdata)
5969 if(sysvals.ftracefile and (sysvals.usecallgraph or sysvals.usetraceevents)):
6022 if sysvals.ftracefile:
6236 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
6243 sysvals.ftracefile = file
6245 if (sysvals.dmesgfile or sysvals.ftracefile) and sysvals.htmlfile and \
6247 pprint('FTRACE: %s' % sysvals.ftracefile)
6810 sysvals.ftracefile = val
6811 if(os.path.exists(sysvals.ftracefile) == False):
6812 doError('%s does not exist' % sysvals.ftracefile)