linux/tools/lib/traceevent
Tzvetomir Stoyanov (VMware) a41c32105c tools lib traceevent: Hide non API functions
There are internal library functions, which are not declared as a static.
They are used inside the library from different files. Hide them from
the library users, as they are not part of the API.
These functions are made hidden and are renamed without the prefix "tep_":
 tep_free_plugin_paths
 tep_peek_char
 tep_buffer_init
 tep_get_input_buf_ptr
 tep_get_input_buf
 tep_read_token
 tep_free_token
 tep_free_event
 tep_free_format_field
 __tep_parse_format

Link: https://lore.kernel.org/linux-trace-devel/e4afdd82deb5e023d53231bb13e08dca78085fb0.camel@decadent.org.uk/
Reported-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Cc: linux-trace-devel@vger.kernel.org
Link: http://lore.kernel.org/lkml/20200930110733.280534-1-tz.stoyanov@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2020-10-13 11:47:38 -03:00
..
Documentation
plugins
.gitignore
Build
event-parse-api.c tools lib traceevent: Hide non API functions 2020-10-13 11:47:38 -03:00
event-parse-local.h tools lib traceevent: Hide non API functions 2020-10-13 11:47:38 -03:00
event-parse.c tools lib traceevent: Hide non API functions 2020-10-13 11:47:38 -03:00
event-parse.h tools lib traceevent: Hide non API functions 2020-10-13 11:47:38 -03:00
event-plugin.c tools lib traceevent: Hide non API functions 2020-10-13 11:47:38 -03:00
event-utils.h
kbuffer-parse.c
kbuffer.h
libtraceevent.pc.template
Makefile
parse-filter.c tools lib traceevent: Hide non API functions 2020-10-13 11:47:38 -03:00
parse-utils.c
tep_strerror.c
trace-seq.c
trace-seq.h