commit | bc2aa07c34cba9557d8fb0375424b2251e2aab5e | [log] [tgz] |
---|---|---|
author | Tzvetomir Stoyanov <tstoyanov@vmware.com> | Mon Apr 08 18:23:34 2019 +0300 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Mon Apr 08 12:32:08 2019 -0400 |
tree | ea2c905a16857f85d708cd8abf9f0cabd5188b50 | |
parent | 55830cc49f789a55d9b1c2a489cb1915d260e53a [diff] |
tools lib traceevent: Remove tep filter trivial APIs 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 not use it. Link: http://lore.kernel.org/linux-trace-devel/20190408152340.12450-5-tstoyanov@vmware.com Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/20190326154328.28718-4-tstoyanov@vmware.com Link: http://lkml.kernel.org/r/20190401164343.968458918@goodmis.org Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>