Lines Matching refs:count_syscall
6442 (syscall_exiting_decode, syscall_exiting_trace, count_syscall): Change
6456 (count_syscall): Change the type of "struct timeval *" argument to
6477 count: cleanup count_syscall.
6481 (count_syscall): Remove dead code. The remaining code does the same
22209 * count.c (count_syscall): Use syserror instead of u_error.
38399 * count.c (count_syscall, call_summary_pers): Use xcalloc.
43703 Constify count_syscall function.
43704 * count.c (count_syscall): Add const qualifier to timeval argument and
43707 * defs.h (count_syscall): Update prototype.
43708 * syscall.c (trace_syscall_exiting): Update count_syscall invocation.
46085 count_syscall() was calling setitimer/getitimer once in order to find
46094 While at it, added comments in count_syscall() explaining what we are doing.
46427 * count.c (count_syscall): Use cheaper SCNO_IN_RANGE() check.
50217 * count.c (count_syscall): Likewise.
50360 * count.c (count_syscall): Use SCNO_IN_RANGE() instead of open-coded check.
50624 count_syscall() always returns 0, optimize it.
50625 * defs.h (count_syscall): Change return type from int to void.
50626 * count.c (count_syscall): Change return type from int to void.
50628 to count_syscall accordingly.
52558 * count.c (count_syscall): Move clearing of TCB_INSYSCALL to ...