lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 27 Mar 2019 11:06:13 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Tzvetomir Stoyanov <tstoyanov@...are.com>
Cc:     linux-trace-devel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/5] tools/lib/traceevent: Rename input arguments of
 libtraceevent APIs from pevent to tep

On Wed, 27 Mar 2019 16:19:43 +0200
Tzvetomir Stoyanov <tstoyanov@...are.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 <tstoyanov@...are.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ