Home
last modified time | relevance | path

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

/external/strace/
Dcount.c52 count_syscall(struct tcb *tcp, const struct timespec *syscall_exiting_ts) in count_syscall() function
Dsyscall.c752 count_syscall(tcp, ts); in syscall_exiting_trace()
Ddefs.h452 extern void count_syscall(struct tcb *, const struct timespec *);
DChangeLog6442 (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.
[all …]
DChangeLog-CVS1415 * count.c (count_syscall): New function.
1416 * defs.h (count_syscall): Declare it.