xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH] Coverage support
@ 2013-02-01 14:48 Frediano Ziglio
  2013-02-01 14:48 ` [PATCH 1/4] Reserve hypercall number for handling coverage informations Frediano Ziglio
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Frediano Ziglio @ 2013-02-01 14:48 UTC (permalink / raw)
  To: frediano.ziglio, Konrad Rzeszutek Wilk, Keir (Xen.org),
	Ian Campbell
  Cc: George Dunlap, xen-devel

Updated set of patches for coverage.
Changes:
- implemented way of getting information
- use only 2 parameter in hypercall (still not sure it's better to use
  sysctl)
- use "coverage" for configuration option as suggested by Ian Campbell
- split header in include/public/gcov.h and include/xen/gcov.h to allow
  tools to include public header
- use weak to avoid defining compat_coverage_op

I manage to write 2 tools, one that call the new hypercall and dump the
blob in a file, one that split this file into required .gcda files. 
Both very hack ones and dirty but works and prove the hypervisor code is 
fine. Should I just send them anyway?

The forth patch allow to consume just 0 bytes if coverage is disabled.

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

end of thread, other threads:[~2013-02-04 15:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01 14:48 [RFC PATCH] Coverage support Frediano Ziglio
2013-02-01 14:48 ` [PATCH 1/4] Reserve hypercall number for handling coverage informations Frediano Ziglio
2013-02-01 14:48 ` [PATCH 2/4] Adding support for coverage information Frediano Ziglio
2013-02-04  9:39   ` Jan Beulich
2013-02-04 15:29     ` Frediano Ziglio
2013-02-04 15:44       ` Jan Beulich
2013-02-01 14:48 ` [PATCH 3/4] Implement code to read coverage informations Frediano Ziglio
2013-02-01 14:48 ` [PATCH 4/4] Use weak symbol to avoid bad trick in Makefiles Frediano Ziglio
2013-02-01 15:46 ` [RFC PATCH] Coverage support Frediano Ziglio
2013-02-04 12:54   ` Ian Campbell
2013-02-04  9:27 ` Jan Beulich
2013-02-04 14:56   ` Frediano Ziglio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).