Searched refs:ftracefile (Results 1 – 2 of 2) sorted by relevance
50 ftracefile = '' variable in SystemValues373 os.path.basename(sysvals.ftracefile))387 tf = open(sysvals.ftracefile, 'r')465 sysvals.writeDatafileHeader(sysvals.ftracefile)466 call('cat '+sysvals.tpath+'trace >> '+sysvals.ftracefile, shell=True)960 sysvals.ftracefile = val999 sysvals.dmesgfile or sysvals.ftracefile or cmd)):1001 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):1063 if sysvals.useftrace and sysvals.ftracefile:
120 ftracefile = '' variable in SystemValues305 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))[all …]