qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] plugins: add a drcov plugin
@ 2021-10-15  9:55 NDNF
  2021-10-15  9:55 ` [PATCH v2 1/2] src/plugins: add helper functions for drcov NDNF
  2021-10-15  9:55 ` [PATCH v2 2/2] contrib/plugins: add a drcov plugin NDNF
  0 siblings, 2 replies; 5+ messages in thread
From: NDNF @ 2021-10-15  9:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, pavel.dovgaluk

These patches adds the ability to generate files in drcov format.
Primary goal this scripts is to have coverage
logfiles thatwork in Lighthouse.

Changelog:

v2:
  * Added path to executable binary file.
  * base, end, entry have correct values now.
  * Added option: "filename" for output file.
  * Install an actual tracer when the TB gets executed.

Signed-off-by: Ivanov Arkady <arkadiy.ivanov@ispras.ru>

---

Ivanov Arkady (2):
      src/plugins: add helper functions for drcov
      contrib/plugins: add a drcov plugin


 contrib/plugins/Makefile     |    1 
 contrib/plugins/drcov.c      |  148 ++++++++++++++++++++++++++++++++++++++++++
 include/qemu/qemu-plugin.h   |    5 +
 plugins/api.c                |   27 ++++++++
 plugins/qemu-plugins.symbols |    4 +
 5 files changed, 185 insertions(+)
 create mode 100644 contrib/plugins/drcov.c

--
Ivanov Arkady


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

end of thread, other threads:[~2021-10-21 10:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15  9:55 [PATCH v2 0/2] plugins: add a drcov plugin NDNF
2021-10-15  9:55 ` [PATCH v2 1/2] src/plugins: add helper functions for drcov NDNF
2021-10-21 10:35   ` Alex Bennée
2021-10-15  9:55 ` [PATCH v2 2/2] contrib/plugins: add a drcov plugin NDNF
2021-10-21 10:40   ` Alex Bennée

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