Home
last modified time | relevance | path

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

/scripts/
Danalyze_suspend.py87 ftracefile = '' variable in SystemValues
126 if((self.htmlfile == '') and (self.ftracefile != '')):
127 m = re.match('(?P<name>.*)_ftrace\.txt$', self.ftracefile)
150 self.ftracefile = \
1037 out = os.popen('cat '+sysvals.ftracefile+' | grep "'+e+': "').read()
1065 tf = open(sysvals.ftracefile, 'r')
1282 if(os.path.exists(sysvals.ftracefile) == False):
1283 doError('%s doesnt exist' % sysvals.ftracefile, False)
1290 tf = open(sysvals.ftracefile, 'r')
2743 writeDatafileHeader(sysvals.ftracefile)
[all …]