linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-trace-devel@vger.kernel.org
Subject: [PATCH 0/3] trace-cmd: Start 3.0 development and remove libraries
Date: Fri, 26 Mar 2021 12:48:43 -0400	[thread overview]
Message-ID: <20210326164843.976844292@goodmis.org> (raw)

Now that trace-cmd has started 3.0 development and will rely on
the external repositories of libtraceevent and libtracefs, remove
the local versions of the code.

KernelShark will soon be removed as well, but not before libtracecmd
is officially released.


Steven Rostedt (VMware) (3):
      trace-cmd: Start on development of v3.0
      trace-cmd: Remove libtraceevent code
      trace-cmd: Remove libtracefs code

----
 Makefile                                      |   85 +-
 lib/traceevent/Makefile                       |   72 -
 lib/traceevent/event-parse-api.c              |  333 --
 lib/traceevent/event-parse-local.h            |  123 -
 lib/traceevent/event-parse.c                  | 7651 -------------------------
 lib/traceevent/event-plugin.c                 |  712 ---
 lib/traceevent/include/event-utils.h          |   67 -
 lib/traceevent/kbuffer-parse.c                |  813 ---
 lib/traceevent/parse-filter.c                 | 2278 --------
 lib/traceevent/parse-utils.c                  |   62 -
 lib/traceevent/plugins/Makefile               |   83 -
 lib/traceevent/plugins/plugin_blk.c           |  375 --
 lib/traceevent/plugins/plugin_cfg80211.c      |   43 -
 lib/traceevent/plugins/plugin_function.c      |  282 -
 lib/traceevent/plugins/plugin_futex.c         |  125 -
 lib/traceevent/plugins/plugin_hrtimer.c       |   70 -
 lib/traceevent/plugins/plugin_jbd2.c          |   63 -
 lib/traceevent/plugins/plugin_kmem.c          |   82 -
 lib/traceevent/plugins/plugin_kvm.c           |  526 --
 lib/traceevent/plugins/plugin_mac80211.c      |  188 -
 lib/traceevent/plugins/plugin_python_loader.c |  108 -
 lib/traceevent/plugins/plugin_sched_switch.c  |  145 -
 lib/traceevent/plugins/plugin_scsi.c          |  434 --
 lib/traceevent/plugins/plugin_tlb.c           |   66 -
 lib/traceevent/plugins/plugin_xen.c           |  138 -
 lib/traceevent/tep_strerror.c                 |   53 -
 lib/traceevent/trace-seq.c                    |  249 -
 lib/tracefs/Makefile                          |   70 -
 lib/tracefs/include/tracefs-local.h           |   30 -
 lib/tracefs/tracefs-events.c                  |  626 --
 lib/tracefs/tracefs-instance.c                |  455 --
 lib/tracefs/tracefs-utils.c                   |  230 -
 32 files changed, 33 insertions(+), 16604 deletions(-)
 delete mode 100644 lib/traceevent/Makefile
 delete mode 100644 lib/traceevent/event-parse-api.c
 delete mode 100644 lib/traceevent/event-parse-local.h
 delete mode 100644 lib/traceevent/event-parse.c
 delete mode 100644 lib/traceevent/event-plugin.c
 delete mode 100644 lib/traceevent/include/event-utils.h
 delete mode 100644 lib/traceevent/kbuffer-parse.c
 delete mode 100644 lib/traceevent/parse-filter.c
 delete mode 100644 lib/traceevent/parse-utils.c
 delete mode 100644 lib/traceevent/plugins/Makefile
 delete mode 100644 lib/traceevent/plugins/plugin_blk.c
 delete mode 100644 lib/traceevent/plugins/plugin_cfg80211.c
 delete mode 100644 lib/traceevent/plugins/plugin_function.c
 delete mode 100644 lib/traceevent/plugins/plugin_futex.c
 delete mode 100644 lib/traceevent/plugins/plugin_hrtimer.c
 delete mode 100644 lib/traceevent/plugins/plugin_jbd2.c
 delete mode 100644 lib/traceevent/plugins/plugin_kmem.c
 delete mode 100644 lib/traceevent/plugins/plugin_kvm.c
 delete mode 100644 lib/traceevent/plugins/plugin_mac80211.c
 delete mode 100644 lib/traceevent/plugins/plugin_python_loader.c
 delete mode 100644 lib/traceevent/plugins/plugin_sched_switch.c
 delete mode 100644 lib/traceevent/plugins/plugin_scsi.c
 delete mode 100644 lib/traceevent/plugins/plugin_tlb.c
 delete mode 100644 lib/traceevent/plugins/plugin_xen.c
 delete mode 100644 lib/traceevent/tep_strerror.c
 delete mode 100644 lib/traceevent/trace-seq.c
 delete mode 100644 lib/tracefs/Makefile
 delete mode 100644 lib/tracefs/include/tracefs-local.h
 delete mode 100644 lib/tracefs/tracefs-events.c
 delete mode 100644 lib/tracefs/tracefs-instance.c
 delete mode 100644 lib/tracefs/tracefs-utils.c

             reply	other threads:[~2021-03-26 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-26 16:48 Steven Rostedt [this message]
2021-03-26 16:48 ` [PATCH 1/3] trace-cmd: Start on development of v3.0 Steven Rostedt
2021-03-26 16:48 ` [PATCH 2/3] trace-cmd: Remove libtraceevent code Steven Rostedt
2021-03-26 16:48 ` [PATCH 3/3] trace-cmd: Remove libtracefs code Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210326164843.976844292@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=linux-trace-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).