From: matthias.bgg@googlemail.com (Matthias Brugger)
To: kernelnewbies@lists.kernelnewbies.org
Subject: creation of blktrace completion messages
Date: Thu, 02 Feb 2012 11:52:27 +0100 [thread overview]
Message-ID: <4F2A6AEB.5060501@gmail.com> (raw)
In-Reply-To: <4F16D055.8070105@gmail.com>
On 01/18/2012 02:59 PM, Matthias Brugger wrote:
> Hi all,
>
> where does the kernel create the blktrace completion messages?
the mesage is created in block/blk-core.c:blk_update_request which calls
trace_block_rq_complete
>
> Is it done in the interrupt routine or in the block layer.
>
> I just found:
> register_trace_block_rq_complete(blk_add_trace_rq_complete, NULL);
> and
> register_trace_block_bio_complete(blk_add_trace_bio_complete, NULL);
>
> But I don't find the corresponding functions.
>
> Thanks,
> Matthias
>
> ---
> http://motzblog.wordpress.com/
--
---
http://motzblog.wordpress.com/
prev parent reply other threads:[~2012-02-02 10:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-18 13:59 creation of blktrace completion messages Matthias Brugger
2012-02-02 10:52 ` Matthias Brugger [this message]
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=4F2A6AEB.5060501@gmail.com \
--to=matthias.bgg@googlemail.com \
--cc=kernelnewbies@lists.kernelnewbies.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.