Searched refs:ftracefile (Results 1 – 2 of 2) sorted by relevance
55 ftracefile = '' variable in SystemValues380 os.path.basename(sysvals.ftracefile))394 tf = open(sysvals.ftracefile, 'r')472 sysvals.writeDatafileHeader(sysvals.ftracefile)473 call('cat '+sysvals.tpath+'trace >> '+sysvals.ftracefile, shell=True)967 sysvals.ftracefile = val1017 sysvals.dmesgfile or sysvals.ftracefile or cmd)):1019 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):1081 if sysvals.useftrace and sysvals.ftracefile:
152 ftracefile = '' variable in SystemValues425 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')[all …]