qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] virtio-blk: add virtio_blk_handle_read trace event
Date: Thu, 22 Dec 2011 14:30:10 +0100	[thread overview]
Message-ID: <4EF330E2.40508@redhat.com> (raw)
In-Reply-To: <1324559822-6553-1-git-send-email-stefanha@linux.vnet.ibm.com>

On 12/22/2011 02:17 PM, Stefan Hajnoczi wrote:
> There already exists a virtio_blk_handle_write trace event as well as
> completion events.  Add the virtio_blk_handle_read event so it's easy to
> trace virtio-blk requests for both read and write operations.
>
> Signed-off-by: Stefan Hajnoczi<stefanha@linux.vnet.ibm.com>
> ---
>   hw/virtio-blk.c |    2 ++
>   trace-events    |    1 +
>   2 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/hw/virtio-blk.c b/hw/virtio-blk.c
> index ef27421..cf275e4 100644
> --- a/hw/virtio-blk.c
> +++ b/hw/virtio-blk.c
> @@ -340,6 +340,8 @@ static void virtio_blk_handle_read(VirtIOBlockReq *req)
>
>       bdrv_acct_start(req->dev->bs,&req->acct, req->qiov.size, BDRV_ACCT_READ);
>
> +    trace_virtio_blk_handle_read(req, sector, req->qiov.size / 512);
> +
>       if (sector&  req->dev->sector_mask) {
>           virtio_blk_rw_complete(req, -EIO);
>           return;
> diff --git a/trace-events b/trace-events
> index 514849a..2875ea8f6 100644
> --- a/trace-events
> +++ b/trace-events
> @@ -73,6 +73,7 @@ bdrv_co_copy_on_readv(void *bs, int64_t sector_num, int nb_sectors, int64_t clus
>   virtio_blk_req_complete(void *req, int status) "req %p status %d"
>   virtio_blk_rw_complete(void *req, int ret) "req %p ret %d"
>   virtio_blk_handle_write(void *req, uint64_t sector, size_t nsectors) "req %p sector %"PRIu64" nsectors %zu"
> +virtio_blk_handle_read(void *req, uint64_t sector, size_t nsectors) "req %p sector %"PRIu64" nsectors %zu"
>
>   # posix-aio-compat.c
>   paio_submit(void *acb, void *opaque, int64_t sector_num, int nb_sectors, int type) "acb %p opaque %p sector_num %"PRId64" nb_sectors %d type %d"

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

  reply	other threads:[~2011-12-22 13:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-22 13:17 [Qemu-devel] [PATCH] virtio-blk: add virtio_blk_handle_read trace event Stefan Hajnoczi
2011-12-22 13:30 ` Paolo Bonzini [this message]
2012-01-23 11:31 ` Kevin Wolf

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=4EF330E2.40508@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@linux.vnet.ibm.com \
    /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).