From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> 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@xxxxxxxxxxx> --- 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