* [PATCH] libtracefs Documentation: Add missing prototypes in top level man page
@ 2023-06-05 21:29 Steven Rostedt
0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2023-06-05 21:29 UTC (permalink / raw)
To: Linux Trace Devel
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>
The top level libtracefs man page was missing the prototypes for:
tracefs_find_cid_pid()
tracefs_instance_find_cid_pid()
tracefs_time_conversion()
tracefs_instance_tracers()
Add them.
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
Documentation/libtracefs.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/libtracefs.txt b/Documentation/libtracefs.txt
index 9bdffc2672d1..1ab7419e6d04 100644
--- a/Documentation/libtracefs.txt
+++ b/Documentation/libtracefs.txt
@@ -131,6 +131,7 @@ Trace options:
Ftrace tracers:
char pass:[*]pass:[*]*tracefs_tracers*(const char pass:[*]_tracing_dir_);
+ char pass:[**] *tracefs_instance_tracers*(struct tracefs_instance pass:[*]_instance_);
bool *tracefs_tracer_available*(const char pass:[*]_tracing_dir_, const char pass:[*]_tracer_);
int *tracefs_tracer_set*(struct tracefs_instance pass:[*]_instance_, enum tracefs_tracers _tracer_);
int *tracefs_tracer_set*(struct tracefs_instance pass:[*]_instance_, enum tracefs_tracers _tracer_, const char pass:[*]_name_);
@@ -300,6 +301,10 @@ Recording of trace_pipe_raw files:
int *tracefs_cpu_flush_write*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_);
int *tracefs_cpu_pipe*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_, bool _nonblock_);
+Helper functions for guest tracing:
+ char pass:[*]*tracefs_find_cid_pid*(int _cid_);
+ char pass:[*]*tracefs_instance_find_cid_pid*(struct tracefs_instance pass:[*]_instance_, int _cid_);
+ int *tracefs_time_conversion*(int _cpu_, int pass:[*]_shift_, int pass:[*]_multi_, long long pass:[*]offset);
--
DESCRIPTION
--
2.39.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-05 21:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-05 21:29 [PATCH] libtracefs Documentation: Add missing prototypes in top level man page 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).