From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Add tep_load_plugins_hook() and tep_add_plugin_path() to the generic libtraceevent man page. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- Documentation/libtraceevent.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/libtraceevent.txt b/Documentation/libtraceevent.txt index 77b50362cdb8..6f342a8162d7 100644 --- a/Documentation/libtraceevent.txt +++ b/Documentation/libtraceevent.txt @@ -59,6 +59,14 @@ Plugins management: int *tep_plugin_add_options*(const char pass:[*]_name_, struct tep_plugin_option pass:[*]_options_); void *tep_plugin_remove_options*(struct tep_plugin_option pass:[*]_options_); void *tep_print_plugins*(struct trace_seq pass:[*]_s_, const char pass:[*]_prefix_, const char pass:[*]_suffix_, const struct tep_plugin_list pass:[*]_list_); + void *tep_load_plugins_hook*(struct tep_handle pass:[*]_tep_, const char pass:[*]_suffix_, + void (pass:[*]_load_plugin_)(struct tep_handle pass:[*]tep, + const char pass:[*]path, + const char pass:[*]name, + void pass:[*]data), + void pass:[*]_data_); + int *tep_add_plugin_path*(struct tep_handle pass:[*]tep, char pass:[*]path, + enum tep_plugin_load_priority prio); Event related APIs: struct tep_event pass:[*]*tep_get_event*(struct tep_handle pass:[*]_tep_, int _index_); -- 2.35.1