diff options
author | William Cohen <wcohen@redhat.com> | 2010-03-09 09:26:04 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2010-03-09 09:26:04 +0100 |
commit | 881245dcff29df992d8431392a41fb81549129f9 (patch) | |
tree | 8f1c276f962c6237932bbad438f54afc8d8ad520 /Documentation | |
parent | c2282adbdea3548ae0271c1b1b2deec5f56ad224 (diff) | |
download | linux-881245dcff29df992d8431392a41fb81549129f9.tar.gz linux-881245dcff29df992d8431392a41fb81549129f9.tar.bz2 linux-881245dcff29df992d8431392a41fb81549129f9.zip |
Add DocBook documentation for the block tracepoints.
This patch adds a simple description of the various block tracepoints
available in the kernel.
Signed-off-by: William Cohen <wcohen@redhat.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/tracepoint.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/DocBook/tracepoint.tmpl b/Documentation/DocBook/tracepoint.tmpl index 8bca1d5cec09..e8473eae2a20 100644 --- a/Documentation/DocBook/tracepoint.tmpl +++ b/Documentation/DocBook/tracepoint.tmpl @@ -16,6 +16,15 @@ </address> </affiliation> </author> + <author> + <firstname>William</firstname> + <surname>Cohen</surname> + <affiliation> + <address> + <email>wcohen@redhat.com</email> + </address> + </affiliation> + </author> </authorgroup> <legalnotice> @@ -91,4 +100,8 @@ !Iinclude/trace/events/signal.h </chapter> + <chapter id="block"> + <title>Block IO</title> +!Iinclude/trace/events/block.h + </chapter> </book> |