Home
last modified time | relevance | path

Searched refs:count_syscall (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dcount.c51 count_syscall(struct tcb *tcp, const struct timeval *syscall_exiting_tv) in count_syscall() function
Ddefs.h408 extern void count_syscall(struct tcb *, const struct timeval *);
Dsyscall.c778 count_syscall(tcp, &tv); in trace_syscall_exiting()
DChangeLog3019 * 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 and
24517 * 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 find
26904 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 …]
DChangeLog-CVS1415 * count.c (count_syscall): New function.
1416 * defs.h (count_syscall): Declare it.