This series of patches implement 7 libtraceveent man pages, describing APIs: tep_get_header_page_size(), tep_get_cpus(), tep_set_cpus(), tep_is_file_bigendian(), tep_set_file_bigendian(), tep_is_host_bigendian(), tep_set_host_bigendian(), tep_is_latency_format(), and tep_set_latency_format(), tep_get_page_size(), tep_set_page_size() and tep_strerror(). Tzvetomir Stoyanov (7): tools/lib/traceevent: Implement libtraceevent man pages tools/lib/traceevent: Implement libtraceevent man pages tools/lib/traceevent: Implement libtraceevent man pages tools/lib/traceevent: Implement libtraceevent man pages tools/lib/traceevent: Implement libtraceevent man pages tools/lib/traceevent: Implement libtraceevent man pages tools/lib/traceevent: Implement libtraceevent man pages .../Documentation/libtraceevent-cpus.txt | 78 +++++++++++++++ .../libtraceevent-file_endian.txt | 87 ++++++++++++++++ .../libtraceevent-header_size.txt | 73 ++++++++++++++ .../libtraceevent-host_endian.txt | 85 ++++++++++++++++ .../libtraceevent-latency_format.txt | 98 +++++++++++++++++++ .../Documentation/libtraceevent-page_size.txt | 79 +++++++++++++++ .../Documentation/libtraceevent-strerror.txt | 82 ++++++++++++++++ tools/lib/traceevent/event-parse-api.c | 4 +- 8 files changed, 584 insertions(+), 2 deletions(-) create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-cpus.txt create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-file_endian.txt create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-header_size.txt create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-host_endian.txt create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-latency_format.txt create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-page_size.txt create mode 100644 tools/lib/traceevent/Documentation/libtraceevent-strerror.txt -- 2.17.2