Home
last modified time | relevance | path

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

/scripts/
Danalyze_suspend.py623 fcall = False variable in FTraceLine
668 self.fcall = True
686 if(self.freturn and self.fcall):
714 if(line.fcall and not line.freturn):
717 elif(line.freturn and not line.fcall):
762 if(not l.fcall or l.name == 'dev_driver_string'):
768 if((count == 0 and l.freturn and l.fcall) or
777 if(l.fcall and not l.freturn):
780 elif(l.freturn and not l.fcall):
794 if(l.freturn and l.fcall):
[all …]