On Wed, 27 Mar 2019 16:19:43 +0200
Tzvetomir Stoyanov <tstoya...@vmware.com> 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 pevent.
> 
> Signed-off-by: Tzvetomir Stoyanov <tstoya...@vmware.com>
> ---
>  tools/lib/traceevent/event-parse-api.c     | 132 +++---
>  tools/lib/traceevent/event-parse-local.h   |   6 +-
>  tools/lib/traceevent/event-parse.c         | 473 ++++++++++-----------
>  tools/lib/traceevent/event-parse.h         | 120 +++---
>  tools/lib/traceevent/event-plugin.c        |   8 +-
>  tools/lib/traceevent/parse-filter.c        |   8 +-
>  tools/lib/traceevent/plugin_cfg80211.c     |   8 +-
>  tools/lib/traceevent/plugin_function.c     |   8 +-
>  tools/lib/traceevent/plugin_hrtimer.c      |  12 +-
>  tools/lib/traceevent/plugin_jbd2.c         |  12 +-
>  tools/lib/traceevent/plugin_kmem.c         |  28 +-
>  tools/lib/traceevent/plugin_kvm.c          |  44 +-
>  tools/lib/traceevent/plugin_mac80211.c     |   8 +-
>  tools/lib/traceevent/plugin_sched_switch.c |  16 +-
>  tools/lib/traceevent/plugin_scsi.c         |   8 +-
>  tools/lib/traceevent/plugin_xen.c          |   8 +-
>  16 files changed, 449 insertions(+), 450 deletions(-)
> 
>

Can you rebase the rest of these patches off of my repo:

 git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git

 Branch: tip/perf/core

Thanks,

-- Steve

Reply via email to