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