mbox series

[0/3] libtracefs: Add more tracefs_cpu*() man pages

Message ID 20221028002758.3285764-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtracefs: Add more tracefs_cpu*() man pages | expand

Message

Steven Rostedt Oct. 28, 2022, 12:27 a.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Add the functions:

  tracefs_cpu_alloc_fd()
  tracefs_cpu_free_fd()
  tracefs_cpu_pipe()

to the man pages.

Steven Rostedt (Google) (3):
  libtracefs: Move tracefs_cpu_open/close into its own man page
  libtracefs: Add man pages for tracefs_cpu_alloc_fd() and
    tracefs_cpu_free_fd()
  libtracefs: Add man pages for tracefs_cpu_pipe()

 Documentation/libtracefs-cpu-open.txt | 100 ++++++++++++++++++++++++++
 Documentation/libtracefs-cpu.txt      |  27 +++----
 Documentation/libtracefs.txt          |   3 +
 3 files changed, 117 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/libtracefs-cpu-open.txt