qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] plugins: add a drcov plugin
@ 2021-10-22 16:06 NDNF
  2021-10-22 16:07 ` [PATCH v3 1/3] src/plugins: sorted list NDNF
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: NDNF @ 2021-10-22 16:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: arkadiy.ivanov, 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:
v3:
  * Increased speed of the plugin.
  * Added documentation to the helper functions.
  * Sorted qemu-plugins.symbols.

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 (3):
      src/plugins: sorted list
      This patch adds helper functions to the drcov plugin.
      contrib/plugins: add a drcov plugin


 contrib/plugins/Makefile     |    1 
 contrib/plugins/drcov.c      |  152 ++++++++++++++++++++++++++++++++++++++++++
 include/qemu/qemu-plugin.h   |   17 +++++
 plugins/api.c                |   44 ++++++++++++
 plugins/qemu-plugins.symbols |   56 ++++++++-------
 5 files changed, 244 insertions(+), 26 deletions(-)
 create mode 100644 contrib/plugins/drcov.c

--
Ivanov Arkady


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

end of thread, other threads:[~2022-01-19 10:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-22 16:06 [PATCH v3 0/3] plugins: add a drcov plugin NDNF
2021-10-22 16:07 ` [PATCH v3 1/3] src/plugins: sorted list NDNF
2021-10-25 15:48   ` Alex Bennée
2021-10-22 16:07 ` [PATCH v3 2/3] This patch adds helper functions to the drcov plugin NDNF
2021-10-22 16:07 ` [PATCH v3 3/3] contrib/plugins: add a " NDNF
2021-10-25 19:03 ` [PATCH v3 0/3] plugins: " Alex Bennée
2022-01-19  9:35   ` Pavel Dovgalyuk
2022-01-19 10:17     ` 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).