From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Testing of trace-cmd failed as some formats changed. One is that info prints that use to go to stdout, now go to stderr. Add new API to get the number of functions saved in the tep. Also fix the man pages to make the functions bold and not underscored. Steven Rostedt (Google) (4): libtraceevent: Only add space on log prints if perror is used libtraceevent: Have logs only print to stderr on WARNING or higher libtraceevent: Add API tep_get_function_count() libtraceevent: Make functions bold in man pages Documentation/libtraceevent-commands.txt | 26 +++++------ Documentation/libtraceevent-cpus.txt | 8 ++-- Documentation/libtraceevent-debug.txt | 12 ++--- Documentation/libtraceevent-endian_read.txt | 6 +-- Documentation/libtraceevent-event_find.txt | 8 ++-- Documentation/libtraceevent-event_get.txt | 14 +++--- Documentation/libtraceevent-event_list.txt | 10 ++--- Documentation/libtraceevent-event_print.txt | 4 +- Documentation/libtraceevent-field_find.txt | 10 ++--- Documentation/libtraceevent-field_get_val.txt | 18 ++++---- Documentation/libtraceevent-field_print.txt | 18 ++++---- Documentation/libtraceevent-field_read.txt | 6 +-- Documentation/libtraceevent-fields.txt | 8 ++-- Documentation/libtraceevent-file_endian.txt | 8 ++-- Documentation/libtraceevent-filter.txt | 44 +++++++++---------- Documentation/libtraceevent-func_apis.txt | 35 ++++++++------- Documentation/libtraceevent-func_find.txt | 10 ++--- Documentation/libtraceevent-handle.txt | 16 +++---- Documentation/libtraceevent-header_page.txt | 14 +++--- Documentation/libtraceevent-host_endian.txt | 14 +++--- Documentation/libtraceevent-log.txt | 4 +- Documentation/libtraceevent-long_size.txt | 8 ++-- Documentation/libtraceevent-page_size.txt | 8 ++-- Documentation/libtraceevent-parse-files.txt | 10 ++--- Documentation/libtraceevent-parse_event.txt | 8 ++-- Documentation/libtraceevent-parse_head.txt | 8 ++-- Documentation/libtraceevent-plugins.txt | 30 ++++++------- Documentation/libtraceevent-record_parse.txt | 18 ++++---- .../libtraceevent-reg_event_handler.txt | 12 ++--- .../libtraceevent-reg_print_func.txt | 20 ++++----- Documentation/libtraceevent-set_flag.txt | 12 ++--- Documentation/libtraceevent-strerror.txt | 8 ++-- Documentation/libtraceevent-tseq.txt | 28 ++++++------ Documentation/libtraceevent.txt | 2 +- include/traceevent/event-parse.h | 2 + src/event-parse-api.c | 14 ++++++ src/parse-utils.c | 18 +++++--- 37 files changed, 261 insertions(+), 238 deletions(-) -- 2.34.1