Searched refs:count_syscall (Results 1 – 5 of 5) sorted by relevance
51 count_syscall(struct tcb *tcp, const struct timeval *syscall_exiting_tv) in count_syscall() function
408 extern void count_syscall(struct tcb *, const struct timeval *);
778 count_syscall(tcp, &tv); in trace_syscall_exiting()
3019 * count.c (count_syscall): Use syserror instead of u_error.19209 * count.c (count_syscall, call_summary_pers): Use xcalloc.24513 Constify count_syscall function.24514 * count.c (count_syscall): Add const qualifier to timeval argument and24517 * defs.h (count_syscall): Update prototype.24518 * syscall.c (trace_syscall_exiting): Update count_syscall invocation.26895 count_syscall() was calling setitimer/getitimer once in order to find26904 While at it, added comments in count_syscall() explaining what we are doing.27237 * count.c (count_syscall): Use cheaper SCNO_IN_RANGE() check.31027 * count.c (count_syscall): Likewise.[all …]
1415 * count.c (count_syscall): New function.1416 * defs.h (count_syscall): Declare it.