add tracepoints docbook (take #2)
From: | Jason Baron <jbaron@redhat.com> | |
To: | mingo@elte.hu | |
Subject: | [PATCH 0/3] add tracepoints docbook (take #2) | |
Date: | Thu, 30 Apr 2009 13:29:08 -0400 | |
Message-ID: | <cover.1241107197.git.jbaron@redhat.com> | |
Cc: | linux-kernel@vger.kernel.org, akpm@linux-foundation.org, rostedt@goodmis.org, fweisbec@gmail.com, mathieu.desnoyers@polymtl.ca, randy.dunlap@oracle.com, wcohen@redhat.com | |
Archive‑link: | Article |
The following patches add a new tracepoint docbook. Since tracepoints can be defined by various macros and in various files, I think it important to clearly document the available tracepoints, as Andrew has pointed out. This helps us see what we have and what we don't have. If this patch is accepted, I hope that others will add docbook style comments, so we can have a complete accounting of the kernel's tracepoints. The docbook from these patch series can be viewed at: http://people.redhat.com/~jbaron/tracepoints/ thanks, -Jason Jason Baron (3): -make kernel-doc understand TRACE_EVENT() macro -add new tracepoints docbook -add irq tracepoint documentation Documentation/DocBook/Makefile | 3 +- Documentation/DocBook/tracepoint.tmpl | 89 +++++++++++++++++++++++++++++++++ include/trace/events/irq.h | 46 +++++++++++++++-- scripts/kernel-doc | 22 ++++++++ 4 files changed, 155 insertions(+), 5 deletions(-) create mode 100644 Documentation/DocBook/tracepoint.tmpl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/