tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list
authorTzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
Wed, 19 Sep 2018 18:56:56 +0000 (14:56 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Sep 2018 20:29:26 +0000 (17:29 -0300)
commit785be0c98d24aaf417588322c74999520ea790a4
tree53382dc3243b55fbd3bd2f62f97f5f8c3473f3b3
parent9334c9616b71202c751a12edf5f83f51ec5a1663
tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list

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 renames struct plugin_list
to struct tep_plugin_list

Signed-off-by: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
Cc: linux-trace-devel@vger.kernel.org
Link: http://lkml.kernel.org/r/20180919185724.586889128@goodmis.org
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/event-parse.h
tools/lib/traceevent/event-plugin.c
tools/perf/util/trace-event.h