Lines Matching refs:fcall
1551 fcall = False variable in FTraceLine
1580 self.fcall = True
1611 self.fcall = True
1627 return self.fcall and not self.freturn
1629 return self.freturn and not self.fcall
1631 return self.fcall and self.freturn
1770 line.fcall = True
1778 vline.fcall = True
1832 if line.fcall:
1866 elif l.depth == mydepth and l.name == 'mutex_unlock' and l.fcall:
2490 if(not t.fcall and not t.freturn and not t.fevent):
2713 if(not t.fcall and not t.freturn and not t.fevent):
2920 if(t.fcall):