commit | 7d61ff1dbf7226ed35a35c12b8b642bd5fc9a0a9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 21 21:15:04 2006 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 21 21:15:04 2006 +0000 |
tree | b69dbb3839e3e48612f3cd6a381cf321e57b9f98 | |
parent | 16f27946d5b7b243b90268fdc55ebb0785e8637a [diff] |
2006-12-21 Dmitry V. Levin <ldv@altlinux.org> Move counts code to separate file. * count.c: New file. * Makefile.am (strace_SOURCES): Add count.c. * syscall.c (call_counts, countv, counts, shortest, time_cmp, syscall_cmp, count_cmp, sortfun, overhead, set_sortby, set_overhead, call_summary_pers, call_summary): Move to count.c * count.c (count_syscall): New function. * defs.h (count_syscall): Declare it. * syscall.c (trace_syscall): Use it.