All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libtraceevent man pages
@ 2018-11-02 14:57 Tzvetomir Stoyanov
  2018-11-02 14:57 ` [PATCH 1/3] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile Tzvetomir Stoyanov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tzvetomir Stoyanov @ 2018-11-02 14:57 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

This series of patches continues libtraceevent man pages implementation. 
First two patches improve man pages build process. 
The last patch implements 5 new man pages, describing 13 libtraceevent APIs

Tzvetomir Stoyanov (3):
  tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
  tools/lib/traceevent: Add support for man pages with multiple names
  tools/lib/traceevent: Implement libtraceevent man pages

 tools/lib/traceevent/Documentation/Makefile   |   2 +-
 .../traceevent/Documentation/asciidoc.conf    |  35 ++++-
 .../Documentation/libtraceevent-commands.txt  | 125 ++++++++++++++++++
 .../Documentation/libtraceevent-handle.txt    |  77 +++++++++++
 .../Documentation/libtraceevent-long_size.txt |  75 +++++++++++
 .../Documentation/libtraceevent-ref.txt       |  84 ++++++++++++
 .../Documentation/libtraceevent-set_flag.txt  |  94 +++++++++++++
 7 files changed, 488 insertions(+), 4 deletions(-)
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-commands.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-handle.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-long_size.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-ref.txt
 create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-set_flag.txt

-- 
2.17.2

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

end of thread, other threads:[~2018-11-07 23:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 14:57 [PATCH 0/3] libtraceevent man pages Tzvetomir Stoyanov
2018-11-02 14:57 ` [PATCH 1/3] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile Tzvetomir Stoyanov
2018-11-02 14:57 ` [PATCH 2/3] tools/lib/traceevent: Add support for man pages with multiple names Tzvetomir Stoyanov
2018-11-05 14:35   ` Steven Rostedt
2018-11-02 14:57 ` [PATCH 3/3] tools/lib/traceevent: Implement libtraceevent man pages Tzvetomir Stoyanov
2018-11-07  0:02   ` Steven Rostedt
2018-11-07 14:07     ` Tzvetomir Stoyanov

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.