All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Cc: "Steven Rostedt (Google)" <rostedt@goodmis.org>
Subject: [PATCH 5/9] libtraceevent: Include meta data functions in libtraceevent man pages
Date: Thu, 22 Sep 2022 11:25:06 -0400	[thread overview]
Message-ID: <20220922152510.3335601-6-rostedt@goodmis.org> (raw)
In-Reply-To: <20220922152510.3335601-1-rostedt@goodmis.org>

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Add the functions to parse the metadata printk_formats, kallsyms and
saved_cmdlines to the generic libtraceevent man page.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 Documentation/libtraceevent.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/libtraceevent.txt b/Documentation/libtraceevent.txt
index 06abaf7a6b74..77b50362cdb8 100644
--- a/Documentation/libtraceevent.txt
+++ b/Documentation/libtraceevent.txt
@@ -46,6 +46,11 @@ Trace printk parsing:
 	void *tep_set_test_filters*(struct tep_handle pass:[*]tep, int test_filters);
 	void *tep_plugin_print_options*(struct trace_seq pass:[*]s);
 
+Meta data parsing:
+	int *tep_parse_saved_cmdlines*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
+	int *tep_parse_printk_formats*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
+	int *tep_parse_kallsyms*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_);
+
 Plugins management:
 	struct tep_plugin_list pass:[*]*tep_load_plugins*(struct tep_handle pass:[*]_tep_);
 	void *tep_unload_plugins*(struct tep_plugin_list pass:[*]_plugin_list_, struct tep_handle pass:[*]_tep_);
-- 
2.35.1


  parent reply	other threads:[~2022-09-22 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22 15:25 [PATCH 0/9] libtraceevent: Add checks for man pages Steven Rostedt
2022-09-22 15:25 ` [PATCH 1/9] libtraceevent: Add check-manpages.sh Steven Rostedt
2022-09-22 15:25 ` [PATCH 2/9] libtraceevent: Update man page to reflect tep_is_pid_registered() rename Steven Rostedt
2022-09-22 15:25 ` [PATCH 3/9] libtraceevent: Add printk documentation to libtraceevent man page Steven Rostedt
2022-09-22 15:25 ` [PATCH 4/9] libtraceevent: Add tep_get_function_count() " Steven Rostedt
2022-09-22 15:25 ` Steven Rostedt [this message]
2022-09-22 15:25 ` [PATCH 6/9] libtraceevent: Add some missing functions to generic " Steven Rostedt
2022-09-22 15:25 ` [PATCH 7/9] libtraceevent: Add man page for tep_plugin_add_option() Steven Rostedt
2022-09-22 15:25 ` [PATCH 8/9] libtraceevent: Add man page documentation of tep_get_sub_buffer_size() Steven Rostedt
2022-09-22 15:25 ` [PATCH 9/9] libtraceevent: Add tep_print_field() to check-manpages.sh deprecated Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220922152510.3335601-6-rostedt@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-trace-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.