|
@@ -2481,6 +2481,7 @@ parse_field(struct hist_trigger_data *hist_data, struct trace_event_file *file,
|
|
else {
|
|
else {
|
|
field = trace_find_event_field(file->event_call, field_name);
|
|
field = trace_find_event_field(file->event_call, field_name);
|
|
if (!field || !field->size) {
|
|
if (!field || !field->size) {
|
|
|
|
+ hist_err("Couldn't find field: ", field_name);
|
|
field = ERR_PTR(-EINVAL);
|
|
field = ERR_PTR(-EINVAL);
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|