diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-11-15 16:53:36 +0100 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-11-16 12:32:34 -0500 |
commit | 76980f5fa06d505879ba936b1b5066a056991de0 (patch) | |
tree | 3ee06f1b6a87d5d20cf56027dc60decdd50aa0fb /Documentation/trace/ftrace-uses.rst | |
parent | b111545d26c0d66dd9aae668d9373669e752b075 (diff) |
tracing: Clean up after filter logic rewriting
The functions event_{set,clear,}_no_set_filter_flag were only used in
replace_system_preds() [now, renamed to process_system_preds()].
Commit 80765597bc58 ("tracing: Rewrite filter logic to be simpler and
faster") removed the use of those functions in replace_system_preds().
Since then, the functions event_{set,clear,}_no_set_filter_flag were
unused. Fortunately, make CC=clang W=1 indicates this with
-Wunused-function warnings on those three functions.
So, clean up these obsolete unused functions.
Link: https://lkml.kernel.org/r/20201115155336.20248-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'Documentation/trace/ftrace-uses.rst')
0 files changed, 0 insertions, 0 deletions