Lines Matching refs:call
44 my ($pid, $call, $args, $result, $time);
68 print STDERR "$0: $ARGV: cannot find start of resumed call on line $.";
87 ($call, $args, $result) = /(\S+)\((.*)\)\s+= (.*)$/;
93 handle_trace($pid, $call, $args, $result, $time);
211 my ($pid, $call, $args, $result, $time) = @_;
218 if ($call eq 'execve') {
232 } elsif ($call eq 'fork' || $call eq 'clone' || $call eq 'vfork') {
240 } elsif ($call eq '_exit') {