Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/pm-graph/
Dbootgraph.py50 ftracefile = '' variable in SystemValues
373 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 = val
999 sysvals.dmesgfile or sysvals.ftracefile or cmd)):
1001 if(sysvals.reboot and (sysvals.dmesgfile or sysvals.ftracefile)):
1063 if sysvals.useftrace and sysvals.ftracefile:
Dsleepgraph.py120 ftracefile = '' variable in SystemValues
305 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 …]