From: NDNF <arkaisp2021@gmail.com>
To: qemu-devel@nongnu.org
Cc: arkadiy.ivanov@ispras.ru, alex.bennee@linaro.org,
pavel.dovgaluk@ispras.ru
Subject: [PATCH v3 0/3] plugins: add a drcov plugin
Date: Fri, 22 Oct 2021 19:06:52 +0300 [thread overview]
Message-ID: <163491872706.304355.11795681036780988723.stgit@pc-System-Product-Name> (raw)
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
next reply other threads:[~2021-10-22 16:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-22 16:06 NDNF [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=163491872706.304355.11795681036780988723.stgit@pc-System-Product-Name \
--to=arkaisp2021@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=arkadiy.ivanov@ispras.ru \
--cc=pavel.dovgaluk@ispras.ru \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).