From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> The function tracefs_debug_dir() was missing from the generic libtracefs man page. Add it. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- Documentation/libtracefs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/libtracefs.txt b/Documentation/libtracefs.txt index 986557b6279c..470813d5cb40 100644 --- a/Documentation/libtracefs.txt +++ b/Documentation/libtracefs.txt @@ -15,6 +15,7 @@ Locations of tracing files and directories: char pass:[*]*tracefs_get_tracing_file*(const char pass:[*]_name_); void *tracefs_put_tracing_file*(char pass:[*]_name_); const char pass:[*]*tracefs_tracing_dir*(void); + const char pass:[*]*tracefs_debug_dir*(void); int *tracefs_set_tracing_dir*(char pass:[*]_tracing_dir_) Trace instances: -- 2.35.1