From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> The tracefs_follow_events_clear() and tracefs_follow_missed_events_clear() man pages were missing from the main libtracefs man page. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- Documentation/libtracefs.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/libtracefs.txt b/Documentation/libtracefs.txt index 634583d90715..9c3cc3ea3c06 100644 --- a/Documentation/libtracefs.txt +++ b/Documentation/libtracefs.txt @@ -76,6 +76,9 @@ Trace events: struct tep_record pass:[*], int, void pass:[*]), void pass:[*]_callback_data_); + int *tracefs_follow_event_clear*(struct tracefs_instance pass:[*]_instance_, + const char pass:[*]_system_, const char pass:[*]_event_name_); + int *tracefs_follow_missed_events_clear*(struct tracefs_instance pass:[*]_instance_); struct tep_handle pass:[*]*tracefs_local_events*(const char pass:[*]_tracing_dir_); struct tep_handle pass:[*]*tracefs_local_events_system*(const char pass:[*]_tracing_dir_, const char pass:[*] const pass:[*]_sys_names_); int *tracefs_fill_local_events*(const char pass:[*]_tracing_dir_, struct tep_handle pass:[*]_tep_, int pass:[*]_parsing_failures_); -- 2.43.0