|
@@ -1312,7 +1312,8 @@ static inline 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;
|
|
|
+ field->filter_type == FILTER_PTR_STRING ||
|
|
|
+ field->filter_type == FILTER_COMM;
|
|
|
}
|
|
|
|
|
|
static inline bool is_function_field(struct ftrace_event_field *field)
|