Re: [PATCH 3/8] tools/lib/traceevent: Remove tep filter trivial APIs

2019-03-26 Thread Steven Rostedt
On Tue, 26 Mar 2019 17:43:23 +0200 Tzvetomir Stoyanov wrote: > This patch removes trivial filter tep APIs: > enum tep_filter_trivial_type > tep_filter_event_has_trivial() > tep_update_trivial() > tep_filter_clear_trivial() > > Trivial filters is an optimization, used only in the first >

[PATCH 3/8] tools/lib/traceevent: Remove tep filter trivial APIs

2019-03-26 Thread Tzvetomir Stoyanov
This patch removes trivial filter tep APIs: enum tep_filter_trivial_type tep_filter_event_has_trivial() tep_update_trivial() tep_filter_clear_trivial() Trivial filters is an optimization, used only in the first version of KernelShark. The API is deprecated, the next KernelShark release does