* [PATCH] libtracefs: Fix up man pages to display all functions
@ 2022-02-06 18:15 Steven Rostedt
0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2022-02-06 18:15 UTC (permalink / raw)
To: Linux Trace Devel
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
There are several functions in the man pages that are missing from being
accessed in the man pages because, although they are described in a man
page, they are not listed at the top of the man page, which means they do
not get their own man page.
Have all functions described in the man pages get their own reference, so
that people can find them easier. And one man page listed functions that
were described in another man page. Fix that too.
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
Documentation/libtracefs-dynevents.txt | 4 ++--
Documentation/libtracefs-events.txt | 4 ++--
Documentation/libtracefs-filter.txt | 2 +-
Documentation/libtracefs-hist-cont.txt | 3 ++-
Documentation/libtracefs-hist-mod.txt | 2 +-
Documentation/libtracefs-hist.txt | 4 ++--
6 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/Documentation/libtracefs-dynevents.txt b/Documentation/libtracefs-dynevents.txt
index b8cb8d40bf7a..2c6db4709bb2 100644
--- a/Documentation/libtracefs-dynevents.txt
+++ b/Documentation/libtracefs-dynevents.txt
@@ -4,8 +4,8 @@ libtracefs(3)
NAME
----
tracefs_dynevent_create, tracefs_dynevent_destroy, tracefs_dynevent_destroy_all,
-tracefs_dynevent_free, tracefs_dynevent_list_free, tracefs_dynevent_get_all, tracefs_dynevent_info,
-tracefs_dynevent_get_event - Create, destroy, free and get dynamic events.
+tracefs_dynevent_free, tracefs_dynevent_list_free, tracefs_dynevent_get, tracefs_dynevent_get_all,
+tracefs_dynevent_info, tracefs_dynevent_get_event - Create, destroy, free and get dynamic events.
SYNOPSIS
--------
diff --git a/Documentation/libtracefs-events.txt b/Documentation/libtracefs-events.txt
index a3d7a11acf4b..3c2b95dcc762 100644
--- a/Documentation/libtracefs-events.txt
+++ b/Documentation/libtracefs-events.txt
@@ -3,8 +3,8 @@ libtracefs(3)
NAME
----
-tracefs_event_systems, tracefs_system_events, tracefs_iterate_raw_events -
-Work with trace systems and events.
+tracefs_event_systems, tracefs_system_events, tracefs_event_enable,
+tracefs_event_disable, tracefs_iterate_raw_events - Work with trace systems and events.
SYNOPSIS
--------
diff --git a/Documentation/libtracefs-filter.txt b/Documentation/libtracefs-filter.txt
index 501f093134df..12726b95ac3a 100644
--- a/Documentation/libtracefs-filter.txt
+++ b/Documentation/libtracefs-filter.txt
@@ -3,7 +3,7 @@ libtracefs(3)
NAME
----
-tracefs_filter_string_append, tracefs_filter_string_verify, tracefs_event_filter_apply tracefs_event_filter_clear -
+tracefs_filter_string_append, tracefs_filter_string_verify, tracefs_event_filter_apply, tracefs_event_filter_clear -
Add, verify and apply event filters
SYNOPSIS
diff --git a/Documentation/libtracefs-hist-cont.txt b/Documentation/libtracefs-hist-cont.txt
index 651aa0efe1f7..7159e274f0c9 100644
--- a/Documentation/libtracefs-hist-cont.txt
+++ b/Documentation/libtracefs-hist-cont.txt
@@ -3,7 +3,8 @@ libtracefs(3)
NAME
----
-tracefs_hist_pause, tracefs_hist_continue, tracefs_hist_reset - Pause, continue, or clear an existing histogram
+tracefs_hist_start, tracefs_hist_destroy, tracefs_hist_pause,
+tracefs_hist_continue, tracefs_hist_reset - Pause, continue, or clear an existing histogram
SYNOPSIS
--------
diff --git a/Documentation/libtracefs-hist-mod.txt b/Documentation/libtracefs-hist-mod.txt
index 1f4587b50903..b308c7e5e586 100644
--- a/Documentation/libtracefs-hist-mod.txt
+++ b/Documentation/libtracefs-hist-mod.txt
@@ -4,7 +4,7 @@ libtracefs(3)
NAME
----
tracefs_hist_add_sort_key, tracefs_hist_set_sort_key, tracefs_hist_sort_key_direction,
-tracefs_hist_append_filter, tracefs_hist_echo_cmd, tracefs_hist_command,
+tracefs_hist_add_name, tracefs_hist_append_filter, tracefs_hist_echo_cmd, tracefs_hist_command,
tracefs_hist_get_name, tracefs_hist_get_event, tracefs_hist_get_system - Update and describe an event histogram
SYNOPSIS
diff --git a/Documentation/libtracefs-hist.txt b/Documentation/libtracefs-hist.txt
index 858782b70dc2..3ac21cec70a2 100644
--- a/Documentation/libtracefs-hist.txt
+++ b/Documentation/libtracefs-hist.txt
@@ -3,8 +3,8 @@ libtracefs(3)
NAME
----
-tracefs_hist_alloc, tracefs_hist_free, tracefs_hist_add_key, tracefs_hist_add_value,
-tracefs_hist_add_name, tracefs_hist_start, tracefs_hist_destroy - Create and destroy event histograms
+tracefs_hist_alloc, tracefs_hist_alloc_2d, tracefs_hist_alloc_nd, tracefs_hist_free,
+tracefs_hist_add_key, tracefs_hist_add_value - Create and destroy event histograms
SYNOPSIS
--------
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-06 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-06 18:15 [PATCH] libtracefs: Fix up man pages to display all functions Steven Rostedt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).