diff options
author | Jason Baron <jbaron@redhat.com> | 2009-04-30 13:29:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-01 14:03:36 +0200 |
commit | 9ee1983c9aa18f12388ef660d0c76a23dc112959 (patch) | |
tree | d6ecce58d2a0ae99dd519f559f9c66383f9e6f90 /Documentation/DocBook | |
parent | a76f8c6da1e48fd4ef025f42c736389532ff30ba (diff) | |
download | linux-9ee1983c9aa18f12388ef660d0c76a23dc112959.tar.gz linux-9ee1983c9aa18f12388ef660d0c76a23dc112959.tar.bz2 linux-9ee1983c9aa18f12388ef660d0c76a23dc112959.zip |
tracing: add irq tracepoint documentation
Document irqs for the newly created docbook.
[ Impact: add documentation ]
Signed-off-by: Jason Baron <jbaron@redhat.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: akpm@linux-foundation.org
Cc: rostedt@goodmis.org
Cc: fweisbec@gmail.com
Cc: mathieu.desnoyers@polymtl.ca
Cc: wcohen@redhat.com
LKML-Reference: <73ff42be3420157667ec548e9b0e409c3cfad05f.1241107197.git.jbaron@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/tracepoint.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/DocBook/tracepoint.tmpl b/Documentation/DocBook/tracepoint.tmpl index 70891bc68491..b0756d0fd579 100644 --- a/Documentation/DocBook/tracepoint.tmpl +++ b/Documentation/DocBook/tracepoint.tmpl @@ -81,4 +81,9 @@ </para> </chapter> + <chapter id="irq"> + <title>IRQ</title> +!Iinclude/trace/events/irq.h + </chapter> + </book> |