Linux-Trace-Devel Archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Cc: Ross Zwisler <zwisler@google.com>,
	"Steven Rostedt (Google)" <rostedt@goodmis.org>
Subject: [PATCH 0/5] libtraceeval: Add man pages
Date: Thu,  5 Oct 2023 19:24:45 -0400	[thread overview]
Message-ID: <20231005232450.1311519-1-rostedt@goodmis.org> (raw)

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

This series adds the man pages for all the currently defined APIs in
traceeval.h.

Steven Rostedt (Google) (5):
  libtraceeval: Start creating the documentation man pages
  libtraceeval: Add man pages for creating and releasing the traceeval
    descriptor
  libtraceeval: Add man pages for insertion and removal of elements in a
    traceeval
  libtraceeval: Add man pages for the traceeval iterator functions
  libtraceeval: Add man pages for traceeval statistics

 Documentation/.gitignore                |    4 +
 Documentation/Makefile                  |  247 ++++++
 Documentation/asciidoc.conf             |  120 +++
 Documentation/libtraceeval-init.txt     |  394 +++++++++
 Documentation/libtraceeval-insert.txt   |  389 ++++++++
 Documentation/libtraceeval-iterator.txt | 1072 +++++++++++++++++++++++
 Documentation/libtraceeval-stat.txt     |  307 +++++++
 Documentation/libtraceeval.txt          |  118 +++
 Documentation/manpage-1.72.xsl          |   14 +
 Documentation/manpage-base.xsl          |   35 +
 Documentation/manpage-bold-literal.xsl  |   17 +
 Documentation/manpage-normal.xsl        |   13 +
 Documentation/manpage-suppress-sp.xsl   |   21 +
 check-manpages.sh                       |   63 ++
 14 files changed, 2814 insertions(+)
 create mode 100644 Documentation/.gitignore
 create mode 100644 Documentation/Makefile
 create mode 100644 Documentation/asciidoc.conf
 create mode 100644 Documentation/libtraceeval-init.txt
 create mode 100644 Documentation/libtraceeval-insert.txt
 create mode 100644 Documentation/libtraceeval-iterator.txt
 create mode 100644 Documentation/libtraceeval-stat.txt
 create mode 100644 Documentation/libtraceeval.txt
 create mode 100644 Documentation/manpage-1.72.xsl
 create mode 100644 Documentation/manpage-base.xsl
 create mode 100644 Documentation/manpage-bold-literal.xsl
 create mode 100644 Documentation/manpage-normal.xsl
 create mode 100644 Documentation/manpage-suppress-sp.xsl
 create mode 100755 check-manpages.sh

-- 
2.40.1


             reply	other threads:[~2023-10-05 23:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-05 23:24 Steven Rostedt [this message]
2023-10-05 23:24 ` [PATCH 1/5] libtraceeval: Start creating the documentation man pages Steven Rostedt
2023-10-05 23:24 ` [PATCH 2/5] libtraceeval: Add man pages for creating and releasing the traceeval descriptor Steven Rostedt
2023-10-05 23:24 ` [PATCH 3/5] libtraceeval: Add man pages for insertion and removal of elements in a traceeval Steven Rostedt
2023-10-05 23:24 ` [PATCH 4/5] libtraceeval: Add man pages for the traceeval iterator functions Steven Rostedt
2023-10-05 23:24 ` [PATCH 5/5] libtraceeval: Add man pages for traceeval statistics Steven Rostedt

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=20231005232450.1311519-1-rostedt@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=zwisler@google.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 read-only IMAP folder(s) and NNTP newsgroup(s).