All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] trace-cmd library: Update the man pages
@ 2022-09-22  0:29 Steven Rostedt
  2022-09-22  0:29 ` [PATCH 1/5] tracecmd library documentation: Use star and not underscore for function names Steven Rostedt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steven Rostedt @ 2022-09-22  0:29 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Steven Rostedt (Google)

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


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

end of thread, other threads:[~2022-09-22  0:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  0:29 [PATCH 0/5] trace-cmd library: Update the man pages Steven Rostedt
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

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.