On Mon, 12 Oct 2020 10:05:16 -0400 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > On Mon, 12 Oct 2020 16:35:06 +0300 > "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > > > So far KernelShark have been using an implementation of a hash table > > from trace-cmd/include/trace-cmd/trace-filter-hash.h. However it turns > > that KernelShark is the only user of trace-filter-hash, which means > > that it make more sense to make this implementation of the hash table > > part of KernelShark. In this patch we adapt the original trace-cmd > > implementation and change the naming convention used. > > > > Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> > > --- > > I feel at least the first two patches do not need to be in the "disabled" > section. Can we move them before patch 1? I meant patch 2 and 3 before patch 1. -- Steve