Re: [PATCH] Add configure --enable-check-coverage option

2016-02-01 Thread Philippe Ombredanne
On Mon, Feb 1, 2016 at 6:15 PM, Gabriel Laskar wrote: > Signed-off-by: Gabriel Laskar > > * configure.ac: enable AX_CODE_COVERAGE > * Makefile.am: use AX_CODE_COVERAGE > * m4/ax_code_coverage.m4: support for AX_CODE_COVERAGE > * .gitignore: now ignore *.gcda and *.gcno files > --- > > This patch

[PATCH] Add configure --enable-check-coverage option

2016-02-01 Thread Gabriel Laskar
Signed-off-by: Gabriel Laskar * configure.ac: enable AX_CODE_COVERAGE * Makefile.am: use AX_CODE_COVERAGE * m4/ax_code_coverage.m4: support for AX_CODE_COVERAGE * .gitignore: now ignore *.gcda and *.gcno files --- This patch add activation for gcov/lcov support. We can now see that strace is at

Re: Update strace-graph to handle current strace output

2016-02-01 Thread Gabriel Laskar
On Wed, 27 Jan 2016 15:07:09 +1100 Keith Owens wrote: > strace-graph does not work with the current strace output. These patches > bring it up to date and fix a few bugs. You can also get this from git:// > git.code.sf.net/u/kaos/strace under branch graph. > > Keith Owens (5): > strace-graph