|
@@ -2466,6 +2466,7 @@ parse_field(struct hist_trigger_data *hist_data, struct trace_event_file *file,
|
|
else if (strcmp(modifier, "usecs") == 0)
|
|
else if (strcmp(modifier, "usecs") == 0)
|
|
*flags |= HIST_FIELD_FL_TIMESTAMP_USECS;
|
|
*flags |= HIST_FIELD_FL_TIMESTAMP_USECS;
|
|
else {
|
|
else {
|
|
|
|
+ hist_err("Invalid field modifier: ", modifier);
|
|
field = ERR_PTR(-EINVAL);
|
|
field = ERR_PTR(-EINVAL);
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|