On Wed, 30 Sep 2020 14:07:33 +0300 "Tzvetomir Stoyanov (VMware)" <[email protected]> wrote:
> 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/[email protected]/ > Reported-by: Ben Hutchings <[email protected]> > Signed-off-by: Tzvetomir Stoyanov (VMware) <[email protected]> > --- Reviewed-by: Steven Rostedt (VMware) <[email protected]> Arnaldo, Can you pull this in? Thanks! -- Steve

