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
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
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