tools lib traceevent: Rename pevent_function* APIs
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_" and not "pevent_". This changes APIs: pevent_function_handler, pevent_func_handler, pevent_func_arg_type, PEVENT_FUNC_ARG_VOID, PEVENT_FUNC_ARG_INT, PEVENT_FUNC_ARG_LONG, PEVENT_FUNC_ARG_STRING, PEVENT_FUNC_ARG_PTRS, PEVENT_FUNC_ARG_MAX_TYPES Signed-off-by:Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Yordan Karadzhov (VMware) <y.karadz@gmail.com> Cc: linux-trace-devel@vger.kernel.org Link: http://lkml.kernel.org/r/20180808180701.935881193@goodmis.org Signed-off-by:
Steven Rostedt <rostedt@goodmis.org> Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/lib/traceevent/event-parse.c 31 additions, 31 deletionstools/lib/traceevent/event-parse.c
- tools/lib/traceevent/event-parse.h 15 additions, 15 deletionstools/lib/traceevent/event-parse.h
- tools/lib/traceevent/plugin_cfg80211.c 3 additions, 3 deletionstools/lib/traceevent/plugin_cfg80211.c
- tools/lib/traceevent/plugin_jbd2.c 6 additions, 6 deletionstools/lib/traceevent/plugin_jbd2.c
- tools/lib/traceevent/plugin_kvm.c 3 additions, 3 deletionstools/lib/traceevent/plugin_kvm.c
- tools/lib/traceevent/plugin_scsi.c 5 additions, 5 deletionstools/lib/traceevent/plugin_scsi.c
- tools/lib/traceevent/plugin_xen.c 3 additions, 3 deletionstools/lib/traceevent/plugin_xen.c
Loading
Please register or sign in to comment