linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] libtraceeval: Add man pages
@ 2023-10-06 19:55 Steven Rostedt
  2023-10-06 19:55 ` [PATCH v2 1/5] libtraceeval: Start creating the documentation " Steven Rostedt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steven Rostedt @ 2023-10-06 19:55 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Ross Zwisler, Steven Rostedt (Google)

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

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

Changes since v1: https://lore.kernel.org/all/20231005232450.1311519-1-rostedt@goodmis.org/

 - Made one of the examples a bit smaller (was too big, although it's still pretty big)

 - Fixed up missing traceeval_iterator_put() in the examples.

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     | 395 ++++++++++
 Documentation/libtraceeval-insert.txt   | 390 ++++++++++
 Documentation/libtraceeval-iterator.txt | 921 ++++++++++++++++++++++++
 Documentation/libtraceeval-stat.txt     | 308 ++++++++
 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, 2666 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-06 19:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 19:55 [PATCH v2 0/5] libtraceeval: Add man pages Steven Rostedt
2023-10-06 19:55 ` [PATCH v2 1/5] libtraceeval: Start creating the documentation " Steven Rostedt
2023-10-06 19:55 ` [PATCH v2 2/5] libtraceeval: Add man pages for creating and releasing the traceeval descriptor Steven Rostedt
2023-10-06 19:55 ` [PATCH v2 3/5] libtraceeval: Add man pages for insertion and removal of elements in a traceeval Steven Rostedt
2023-10-06 19:55 ` [PATCH v2 4/5] libtraceeval: Add man pages for the traceeval iterator functions Steven Rostedt
2023-10-06 19:55 ` [PATCH v2 5/5] libtraceeval: Add man pages for traceeval statistics Steven Rostedt

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 NNTP newsgroup(s).