FYI, I renamed the subject to: tools/lib/traceevent: Add prefix TEP_ to all EVENT_FL_* flags -- Steve On Fri, 10 Aug 2018 16:17:23 +0300 "Tzvetomir Stoyanov (VMware)" <tz.stoyanov@xxxxxxxxx> wrote: > In order to make libtraceevent into a proper library, variables, data > structures and functions require a unique prefix to prevent name space > conflicts. That prefix will be "tep_". This adds prefix TEP_ > to all members of nameless enum EVENT_FL_* > > Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@xxxxxxxxx> > --- > tools/lib/traceevent/event-parse.c | 42 +++++++++++++++--------------- > tools/lib/traceevent/event-parse.h | 18 ++++++------- > 2 files changed, 30 insertions(+), 30 deletions(-) >