Home
last modified time | relevance | path

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

/linux-6.15/tools/power/pm-graph/
H A Dbootgraph.py55 ftracefile = '' variable in SystemValues
380 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 = val
1017 sysvals.dmesgfile or sysvals.ftracefile or cmd)):
1019 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):
1081 if sysvals.useftrace and sysvals.ftracefile:
H A Dsleepgraph.py153 ftracefile = '' variable in SystemValues
437 if self.ftracefile != '':
507 self.ftracefile = \
984 self.putlog(self.ftracefile, text)
996 if not os.path.exists(self.ftracefile):
3113 fp = sv.openlog(sv.ftracefile, 'r')
3300 os.path.basename(sysvals.ftracefile))
3452 os.path.basename(sysvals.ftracefile))
6241 if sysvals.ftracefile:
6478 sysvals.ftracefile = file
[all …]