Home
last modified time | relevance | path

Searched refs:ftracefile (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/power/pm-graph/
Dbootgraph.py55 ftracefile = '' variable in SystemValues
378 os.path.basename(sysvals.ftracefile))
392 tf = open(sysvals.ftracefile, 'r')
470 sysvals.writeDatafileHeader(sysvals.ftracefile)
471 call('cat '+sysvals.tpath+'trace >> '+sysvals.ftracefile, shell=True)
965 sysvals.ftracefile = val
1015 sysvals.dmesgfile or sysvals.ftracefile or cmd)):
1017 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):
1079 if sysvals.useftrace and sysvals.ftracefile:
Dsleepgraph.py138 ftracefile = '' variable in SystemValues
371 if self.ftracefile != '':
372 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
438 self.ftracefile = \
922 if not os.path.exists(self.ftracefile):
933 tf = self.openlog(self.ftracefile, 'r')
1026 with self.openlog(self.ftracefile, 'a') as fp:
2770 if sv.suspendmode == 'command' and sv.ftracefile != '':
2772 fp = sysvals.openlog(sv.ftracefile, 'r')
2929 fp = sysvals.openlog(sysvals.ftracefile, 'r')
[all …]