diff mbox series

libtracefs Documentation: Add tracefs_follow_events_clear() to main man page

Message ID 20240108225959.6ea4b2fb@gandalf.local.home (mailing list archive)
State Accepted
Commit 5ff31c0933985ad75bc52b4bde582aaa27ed1044
Headers show
Series libtracefs Documentation: Add tracefs_follow_events_clear() to main man page | expand

Commit Message

Steven Rostedt Jan. 9, 2024, 3:59 a.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

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@goodmis.org>
---
 Documentation/libtracefs.txt | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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_);