]> granicus.if.org Git - strace/history - count.c
xlat: provide fallback definitions for XDP_FLAGS_* constants
[strace] / count.c
2019-08-08 Eugene Syromyatnikovcount: add ability to sort on errors field
2019-08-06 Eugene Syromyatnikovcount: provide alternative names for sorting options
2019-08-06 Eugene Syromyatnikovcount: rewrite sort function selection using a table
2019-08-06 Eugene Syromyatnikovsyscall: track syscall system time a bit more explicitly
2019-08-06 Eugene Syromyatnikovcount: substract overhead per call
2019-08-06 Eugene Syromyatnikovcount: use parse_ts for parsing overhead value
2019-08-06 Eugene Syromyatnikovcount: fix types in sorting comparison callbacks
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-03-20 Dmitry V. LevinReplace struct timeval with struct timespec in time...
2018-03-20 Dmitry V. LevinFix -O option handling
2018-03-16 Dmitry V. Levincount: cleanup count_syscall
2018-02-13 Dmitry V. LevinUpdate copyright headers
2018-01-07 Eugene Syromyatnikovcount.c: whitespace
2018-01-07 Eugene Syromyatnikovcount.c: cleanup types and sizeof usage
2018-01-07 Eugene Syromyatnikovcount.c: collect definitions of format strings in one...
2018-01-05 Eugene Syromyatnikovcount.c: use %9.u conversion specification
2018-01-05 Eugene Syromyatnikovcount.c: use personality_names in call_summary report...
2017-06-17 Dmitry V. LevinFix a few sizeof style issues
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-18 Dmitry V. LevinLowercase SCNO_IN_RANGE and SCNO_IS_VALID
2016-12-18 Dmitry V. Levincount.c: use syserror instead of direct u_error access
2016-05-10 Dmitry V. LevinFix NULL dereference in "-S name" when syscall table...
2015-11-26 Elvira KhabirovaRefer to -h on incorrect usage
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-05-29 Mark HillsOptionally produce stats on syscall latency
2014-05-29 Dmitry V. LevinConstify count_syscall function
2013-03-07 Denys VlasenkoTweaks for -c: fixed setitimer/getitimer hack; optimize...
2013-02-21 Denys VlasenkoEliminate many SCNO_IS_VALID checks
2013-02-16 Denys VlasenkoMass rename of SCNO_IN_RANGE define to SCNO_IS_VALID
2012-05-15 Denys VlasenkoMake sure current_wordsize and PERSONALITY0_WORDSIZE...
2012-04-27 Mike FrysingerCast current_wordsize to an int
2012-03-19 Denys VlasenkoOptimize code if we have only one personality
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-08 Denys VlasenkoTrivial tweaks to error messages
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2012-02-06 H.J. LuCast to long for %l in printf
2011-08-31 Denys VlasenkoMake out-of-memory handling more uniform
2011-08-24 Denys VlasenkoOpotimize "scno >= 0 && scno < nsyscalls" check
2011-08-23 Denys Vlasenkocount_syscall() always returns 0, optimize it
2011-06-22 Denys VlasenkoWhitespace cleanups. No code changes.
2010-09-07 Dmitry V. LevinFix const-correctness issues uncovered by gcc -Wwrite...
2010-04-07 Dmitry V. LevinImplement -C option to combine regular and -c output
2008-04-19 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2007-07-11 Roland McGrath2007-07-11 Roland McGrath <roland@redhat.com>
2006-12-21 Dmitry V. Levin2006-12-21 Dmitry V. Levin <ldv@altlinux.org>