Lines Matching refs:fcall
623 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):
808 if(l.freturn and l.fcall):
1105 if(not t.fcall and not t.freturn and not t.fevent):
1345 if(not t.fcall and not t.freturn and not t.fevent):
2447 if(line.freturn and line.fcall):