All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 0/5] gcov: Coverage support
@ 2013-02-21 16:13 Frediano Ziglio
  2013-02-21 16:13 ` [PATCH v10 1/5] gcov: Call constructors during initialization Frediano Ziglio
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Frediano Ziglio @ 2013-02-21 16:13 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Ian Campbell, Jan Beulich, George Dunlap
  Cc: Frediano Ziglio, xen-devel

Updated set of patches for coverage.

Changes:
- remove small outdated note on commit text
- add signature where missing
- rebased

Frediano Ziglio (5):
  gcov: Call constructors during initialization
  gcov: Adding support for coverage information
  gcov: Implement code to read coverage informations
  gcov: Add small utility to deal with test coverage information from
    Xen
  gcov: Add documentation for coverage

 .gitignore                  |    3 +
 .hgignore                   |    3 +
 Config.mk                   |    3 +
 docs/misc/coverage.markdown |   39 ++++++++
 tools/misc/Makefile         |    8 +-
 tools/misc/xencov.c         |  152 +++++++++++++++++++++++++++++
 xen/Rules.mk                |    2 +
 xen/arch/arm/setup.c        |    2 +
 xen/arch/arm/xen.lds.S      |    7 ++
 xen/arch/x86/setup.c        |    2 +
 xen/arch/x86/xen.lds.S      |    7 ++
 xen/common/Makefile         |    2 +
 xen/common/gcov/Makefile    |    2 +
 xen/common/gcov/gcov.c      |  225 +++++++++++++++++++++++++++++++++++++++++++
 xen/common/lib.c            |   14 +++
 xen/common/sysctl.c         |    6 ++
 xen/include/public/gcov.h   |  115 ++++++++++++++++++++++
 xen/include/public/sysctl.h |   38 ++++++++
 xen/include/xen/gcov.h      |   93 ++++++++++++++++++
 xen/include/xen/lib.h       |    2 +
 20 files changed, 723 insertions(+), 2 deletions(-)
 create mode 100644 docs/misc/coverage.markdown
 create mode 100644 tools/misc/xencov.c
 create mode 100644 xen/common/gcov/Makefile
 create mode 100644 xen/common/gcov/gcov.c
 create mode 100644 xen/include/public/gcov.h
 create mode 100644 xen/include/xen/gcov.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-02-22 14:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 16:13 [PATCH v10 0/5] gcov: Coverage support Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 1/5] gcov: Call constructors during initialization Frediano Ziglio
2013-02-22  8:50   ` Ian Campbell
2013-02-22  9:40     ` Frediano Ziglio
2013-02-22  9:45       ` Ian Campbell
2013-02-21 16:13 ` [PATCH v10 2/5] gcov: Adding support for coverage information Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 3/5] gcov: Implement code to read coverage informations Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 4/5] gcov: Add small utility to deal with test coverage information from Xen Frediano Ziglio
2013-02-21 16:13 ` [PATCH v10 5/5] gcov: Add documentation for coverage Frediano Ziglio
2013-02-22 14:20 ` [PATCH v10 0/5] gcov: Coverage support George Dunlap
2013-02-22 14:35   ` Ian Campbell
2013-02-22 14:35   ` Frediano Ziglio
2013-02-22 14:39   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.