Home
last modified time | relevance | path

Searched refs:ftracefile (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/power/pm-graph/
H A 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:
H A Dsleepgraph.py140 ftracefile = '' variable in SystemValues
393 if self.ftracefile != '':
394 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
454 self.ftracefile = \
914 if not os.path.exists(self.ftracefile):
925 tf = self.openlog(self.ftracefile, 'r')
996 with self.openlog(self.ftracefile, 'a') as fp:
2895 if sv.suspendmode == 'command' and sv.ftracefile != '':
2897 fp = sv.openlog(sv.ftracefile, 'r')
3040 fp = sysvals.openlog(sysvals.ftracefile, '
[all...]
/kernel/linux/linux-6.6/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.py152 ftracefile = '' variable in SystemValues
426 if self.ftracefile != '':
427 m = re.match('(?P<name>.*)_ftrace\.txt.*', self.ftracefile)
496 self.ftracefile = \
961 self.putlog(self.ftracefile, text)
973 if not os.path.exists(self.ftracefile):
984 tf = self.openlog(self.ftracefile, 'r')
3087 if sv.suspendmode == 'command' and sv.ftracefile != '':
3089 fp = sv.openlog(sv.ftracefile, 'r')
3237 fp = sysvals.openlog(sysvals.ftracefile, '
[all...]

Completed in 11 milliseconds