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 4/9] libtraceevent: Add tep_get_function_count() to libtraceevent man page
Date: Thu, 22 Sep 2022 11:25:05 -0400	[thread overview]
Message-ID: <20220922152510.3335601-5-rostedt@goodmis.org> (raw)
In-Reply-To: <20220922152510.3335601-1-rostedt@goodmis.org>

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

Add tep_get_function_count() to the generic libtraceevent man page.

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

diff --git a/Documentation/libtraceevent.txt b/Documentation/libtraceevent.txt
index 4fe8939788a5..06abaf7a6b74 100644
--- a/Documentation/libtraceevent.txt
+++ b/Documentation/libtraceevent.txt
@@ -38,6 +38,7 @@ Register / unregister APIs:
 	int *tep_register_print_string*(struct tep_handle pass:[*]_tep_, const char pass:[*]_fmt_, unsigned long long _addr_);
 	int *tep_register_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..._);
 	int *tep_unregister_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char pass:[*]_name_);
+	int *tep_get_function_count*(struct tep_handle *_tep_);
 
 Trace printk parsing:
 	void *tep_print_printk*(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 ` Steven Rostedt [this message]
2022-09-22 15:25 ` [PATCH 5/9] libtraceevent: Include meta data functions in libtraceevent man pages Steven Rostedt
2022-09-22 15:25 ` [PATCH 6/9] libtraceevent: Add some missing functions to generic libtraceevent man page 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-5-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.