Re: [PATCH 4/8] tools/lib/traceevent: rename input arguments of libtraceevent APIs from pevent to tep

2019-03-26 Thread Steven Rostedt
On Tue, 26 Mar 2019 15:57:41 -0400 Steven Rostedt wrote: > On Tue, 26 Mar 2019 17:43:24 +0200 > Tzvetomir Stoyanov wrote: > > > This patch renames "struct tep_handle *pevent" input arguments of > > libtraceevent > > APIs to "struct tep_handle *tep". This makes the API consistent with the > >

Re: [PATCH 4/8] tools/lib/traceevent: rename input arguments of libtraceevent APIs from pevent to tep

2019-03-26 Thread Steven Rostedt
On Tue, 26 Mar 2019 17:43:24 +0200 Tzvetomir Stoyanov wrote: > This patch renames "struct tep_handle *pevent" input arguments of > libtraceevent > APIs to "struct tep_handle *tep". This makes the API consistent with the > chosen > naming convention: tep (trace event parser), instead of the old

[PATCH 4/8] tools/lib/traceevent: rename input arguments of libtraceevent APIs from pevent to tep

2019-03-26 Thread Tzvetomir Stoyanov
This patch renames "struct tep_handle *pevent" input arguments of libtraceevent APIs to "struct tep_handle *tep". This makes the API consistent with the chosen naming convention: tep (trace event parser), instead of the old pevent. Signed-off-by: Tzvetomir Stoyanov ---