mbox series

[v3,0/2] libtracefs man pages

Message ID 20201222045304.369175-1-tz.stoyanov@gmail.com (mailing list archive)
Headers show
Series libtracefs man pages | expand

Message

Tzvetomir Stoyanov (VMware) Dec. 22, 2020, 4:53 a.m. UTC
Initial implementation of libtracefs man pages.

v3 changes:
 - Removed accpeted patches from the set.
 - Fixed description of the tracing_dir parameter, to be the same
   in all man pages.
 - Removed "<event-parse.h>" includes.

v2 changes:
 - Removed tracefs_find_tracing_dir() API
 - Renamed tracefs_get_tracing_dir() to tracefs_tracing_dir()
 - Removed any references to "#include <event-parse.h>"
 - Rewrote some descriptions, as suggested by Steven.

Tzvetomir Stoyanov (VMware) (2):
  libtracefs man pages: APIs for initializing a tep handler with trace
    events from the local system.
  libtracefs man pages: helper APIs for working with trace file system.

 Documentation/libtracefs-events-tep.txt | 130 ++++++++++++++++++++++++
 Documentation/libtracefs-utils.txt      | 103 +++++++++++++++++++
 2 files changed, 233 insertions(+)
 create mode 100644 Documentation/libtracefs-events-tep.txt
 create mode 100644 Documentation/libtracefs-utils.txt