All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Cc: "Steven Rostedt (Google)" <rostedt@goodmis.org>
Subject: [PATCH 0/5] trace-cmd library: Update the man pages
Date: Wed, 21 Sep 2022 20:29:35 -0400	[thread overview]
Message-ID: <20220922002940.3302285-1-rostedt@goodmis.org> (raw)

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

The man pages for trace-cmd library is out of date. Add the check logic to
make sure everything that is in the header file is documented, and all man
pages are also in the libtracecmd man page.

Steven Rostedt (Google) (5):
  tracecmd library documentation: Use star and not underscore for
    function names
  trace-cmd library: Make tracecmd_filter_match() local
  libtracecmd: Add check-manpages.sh
  libtracecmd: Add a man pages for handling of time stamps
  libtracecmd: Add documentation on tracecmd_set/get_private()

 .../libtracecmd/libtracecmd-files.txt         | 110 ++++++++------
 .../libtracecmd/libtracecmd-instances.txt     |  32 ++--
 Documentation/libtracecmd/libtracecmd-log.txt |  12 +-
 .../libtracecmd/libtracecmd-peer.txt          |  16 +-
 .../libtracecmd/libtracecmd-record.txt        |  36 ++---
 .../libtracecmd/libtracecmd-timestamp.txt     | 138 ++++++++++++++++++
 Documentation/libtracecmd/libtracecmd.txt     |  14 +-
 Makefile                                      |   5 +-
 check-manpages.sh                             |  54 +++++++
 include/trace-cmd/trace-cmd.h                 |   2 -
 lib/trace-cmd/include/trace-cmd-local.h       |   3 +
 lib/trace-cmd/trace-filter.c                  |   4 +-
 12 files changed, 326 insertions(+), 100 deletions(-)
 create mode 100644 Documentation/libtracecmd/libtracecmd-timestamp.txt
 create mode 100755 check-manpages.sh

-- 
2.35.1


             reply	other threads:[~2022-09-22  0:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  0:29 Steven Rostedt [this message]
2022-09-22  0:29 ` [PATCH 1/5] tracecmd library documentation: Use star and not underscore for function names Steven Rostedt
2022-09-22  0:29 ` [PATCH 2/5] trace-cmd library: Make tracecmd_filter_match() local Steven Rostedt
2022-09-22  0:29 ` [PATCH 3/5] libtracecmd: Add check-manpages.sh Steven Rostedt
2022-09-22  0:29 ` [PATCH 4/5] libtracecmd: Add a man pages for handling of time stamps Steven Rostedt
2022-09-22  0:29 ` [PATCH 5/5] libtracecmd: Add documentation on tracecmd_set/get_private() 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=20220922002940.3302285-1-rostedt@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-trace-devel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.