These APIs were not listed in the main man page of tracecmd library: tracecmd_open() tracecmd_open_fd() Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> --- Documentation/libtracecmd/libtracecmd.3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/libtracecmd/libtracecmd.3.txt b/Documentation/libtracecmd/libtracecmd.3.txt index 14dfeb8d..7431c2ce 100644 --- a/Documentation/libtracecmd/libtracecmd.3.txt +++ b/Documentation/libtracecmd/libtracecmd.3.txt @@ -12,6 +12,8 @@ SYNOPSIS *#include <trace-cmd.h>* Open and close trace file: + struct tracecmd_input pass:[*]*tracecmd_open*(const char pass:[*]_file_, int _flags_); + struct tracecmd_input pass:[*]*tracecmd_open_fd*(int _fd_, int _flags_); struct tracecmd_input pass:[*]*tracecmd_open_head*(const char pass:[*]_file_, int _flags_); void *tracecmd_close*(struct tracecmd_input pass:[*]_handle_); -- 2.29.2