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-next>] [day] [month] [year] [list]
Message-Id: <20190401164305.359125441@goodmis.org>
Date:   Mon, 01 Apr 2019 12:43:05 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     linux-kernel@...r.kernel.org
Cc:     Arnaldo Carvalho de Melo <acme@...nel.org>,
        Ingo Molnar <mingo@...nel.org>, Jiri Olsa <jolsa@...hat.com>,
        Namhyung Kim <namhyung@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Tzvetomir Stoyanov <tstoyanov@...are.com>
Subject: [PATCH 00/15] tools/lib/traceevent: Continuing on the path to a stand alone library


Arnaldo,

These contain more patches to make libtraceevent a stand alone library.
It also brings in some changes that are in the trace-cmd library.

There's a few name changes to the API function names to be more
descriptive as well as closer to what they actually do.

The "pevent" has been renamed to "tep" as we no longer use "pevent"
to represent the handle to the libtraceevent library descriptor.
"tep" now stands for "Trace Event Parser".

The reason for the "(Red Hat)" in one of my patches is that the code
was written when I was working for Red Hat, but added when working
for VMware (which is in the Signed-off-by).

Steven Rostedt (Red Hat) (1):
      tools/lib/traceevent: Add more debugging to see various internal ring buffer entries

Steven Rostedt (VMware) (3):
      tools lib traceevent: Handle trace_printk() "%px"
      tools/lib/traceevent: Add mono clocks to be parsed in seconds
      tools/lib/traceevent: Removed unneeded !! and return parenthesis

Tzvetomir Stoyanov (11):
      tools lib traceevent: Implement a new API, tep_list_events_copy()
      tools/lib/traceevent: Change description of few APIs
      tools/lib/traceevent: Coding style fixes
      tools/lib/traceevent: Implement new traceevent APIs for accessing struct tep_handler fields
      tools/lib/traceevent: Remove tep filter trivial APIs
      tools/lib/traceevent: Remove call to exit() from tep_filter_add_filter_str()
      tools/perf,tools/lib/traceevent: Make traceevent APIs more consistent
      tools/lib/traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
      tools/perf,tools/lib/traceevent: Rename "pevent" member of struct tep_event to "tep"
      tools/perf,tools/lib/traceevent: Rename "pevent" member of struct tep_event_filter to "tep"
      tools/lib/traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep

----
 tools/lib/traceevent/event-parse-api.c             | 278 +++++--
 tools/lib/traceevent/event-parse-local.h           |   6 +-
 tools/lib/traceevent/event-parse.c                 | 909 +++++++++++----------
 tools/lib/traceevent/event-parse.h                 | 154 ++--
 tools/lib/traceevent/event-plugin.c                |  32 +-
 tools/lib/traceevent/kbuffer-parse.c               |  49 ++
 tools/lib/traceevent/kbuffer.h                     |  13 +
 tools/lib/traceevent/parse-filter.c                | 216 +----
 tools/lib/traceevent/plugin_cfg80211.c             |   8 +-
 tools/lib/traceevent/plugin_function.c             |  14 +-
 tools/lib/traceevent/plugin_hrtimer.c              |  12 +-
 tools/lib/traceevent/plugin_jbd2.c                 |  12 +-
 tools/lib/traceevent/plugin_kmem.c                 |  32 +-
 tools/lib/traceevent/plugin_kvm.c                  |  48 +-
 tools/lib/traceevent/plugin_mac80211.c             |   8 +-
 tools/lib/traceevent/plugin_sched_switch.c         |  18 +-
 tools/lib/traceevent/plugin_scsi.c                 |   8 +-
 tools/lib/traceevent/plugin_xen.c                  |   8 +-
 tools/perf/builtin-kmem.c                          |   2 +-
 tools/perf/util/data-convert-bt.c                  |   4 +-
 tools/perf/util/python.c                           |   2 +-
 .../perf/util/scripting-engines/trace-event-perl.c |   2 +-
 .../util/scripting-engines/trace-event-python.c    |   2 +-
 tools/perf/util/trace-event-parse.c                |   2 +-
 tools/perf/util/trace-event-read.c                 |   2 +-
 tools/perf/util/trace-event.c                      |   4 +-
 26 files changed, 946 insertions(+), 899 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ