On Wed, 9 Aug 2023 19:46:02 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > Perhaps we need to make all __hidden functions have a prefix. Hmm, perhaps just add: > > "_tracecmd_" or "_tracefs_" to the front of it? > > That is, for strstrip() in trace-cmd, rename it to: _tracecmd_strstrip() > > and for libtracefs: _libtracefs_strstrip() That should have been: _tracefs_strstrip()