>From b552d3ac89c81c22c236086fb8d69c6fbbb51ffb Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Date: Thu, 8 Dec 2022 18:20:43 -0500 Subject: [PATCH] libtraceevent: Add tep_find_function_info() to main libtraceevent man page The prototype of tep_find_function_info() was missing from the main libtraceevent man page. Add it. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- Documentation/libtraceevent.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/libtraceevent.txt b/Documentation/libtraceevent.txt index 488e689f6c85..442a394d1204 100644 --- a/Documentation/libtraceevent.txt +++ b/Documentation/libtraceevent.txt @@ -116,6 +116,8 @@ Functions resolver: void *tep_reset_function_resolver*(struct tep_handle pass:[*]_tep_); const char pass:[*]*tep_find_function*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_); unsigned long long *tep_find_function_address*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_); + int *tep_find_function_info*(struct tep_handle pass:[*]_tep_, unsigned long long _addr_, const char pass:[**]_name_, + unsigned long long pass:[*]_start_, unsigned long pass:[*]_size_); Filter management: struct tep_event_filter pass:[*]*tep_filter_alloc*(struct tep_handle pass:[*]_tep_); -- 2.35.1