]> git.karo-electronics.de Git - linux-beck.git/blobdiff - kernel/trace/trace_events_filter.c
stmmac: fix TX normal DESC
[linux-beck.git] / kernel / trace / trace_events_filter.c
index 6816302542b28158a4756373f5b3a57ed1a907fa..b3f5051cd4e9ad73e05509c3685cae1505783ddd 100644 (file)
@@ -961,18 +961,6 @@ int filter_assign_type(const char *type)
        return FILTER_OTHER;
 }
 
-static bool is_function_field(struct ftrace_event_field *field)
-{
-       return field->filter_type == FILTER_TRACE_FN;
-}
-
-static bool is_string_field(struct ftrace_event_field *field)
-{
-       return field->filter_type == FILTER_DYN_STRING ||
-              field->filter_type == FILTER_STATIC_STRING ||
-              field->filter_type == FILTER_PTR_STRING;
-}
-
 static bool is_legal_op(struct ftrace_event_field *field, int op)
 {
        if (is_string_field(field) &&